X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=858498ec87b15de1e7d19bb182e58bdfff07d204;hb=36305ff45aa8ce8f53b3509e0976ed008233fbad;hp=c1cdb12d47ba69b7bf027b4ec9b3136997561680;hpb=8531410ff5fb89df84d28fb097c236e6c5cb894c;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index c1cdb12..858498e 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,235 +1,224 @@ -* { - padding: 0; - margin: 0; - } - -h3 { - margin-top:15px; - font-family:sans-serif; -} - -a { - text-decoration:none; -} - -li { - list-style:none; - display:block; -} - -#structure { - width:960px; - margin: 0 auto; - margin-top: 30px; -} - -#banner { - float:right; - margin-right:15px; -} - -#content { - float:right; - width:725px; - min-height:300px; - margin-bottom: 20px; - margin-right:15px; - padding:5px; - padding-left:20px; - padding-bottom:25px; - text-align:right; +@font-face { + font-family: 'bree_serifregular'; + src: url('/font/breeserif-regular-webfont.eot'); + src: url('/font/breeserif-regular-webfont.eot?#iefix') format('embedded-opentype'), + url('/font/breeserif-regular-webfont.woff2') format('woff2'), + url('/font/breeserif-regular-webfont.woff') format('woff'), + url('/font/breeserif-regular-webfont.ttf') format('truetype'), + url('/font/breeserif-regular-webfont.svg#bree_serifregular') format('svg'); + font-weight: normal; + font-style: normal; + +} + +@font-face { + font-family: 'InconsolataMedium'; + src: url('/font/inconsolata-webfont.eot'); + src: url('/font/inconsolata-webfont.eot?#iefix') format('embedded-opentype'), + url('/font/inconsolata-webfont.woff') format('woff'), + url('/font/inconsolata-webfont.ttf') format('truetype'), + url('/font/inconsolata-webfont.svg#InconsolataMedium') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'MuseoSlab500'; + src: url('/font/museo_slab_500-webfont.eot'); + src: url('/font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'), + url('/font/museo_slab_500-webfont.woff') format('woff'), + url('/font/museo_slab_500-webfont.ttf') format('truetype'), + url('/font/museo_slab_500-webfont.svg#MuseoSlab500') format('svg'); + font-weight: normal; + font-style: normal; } -#portfolio { - float:right; - width:350px; -} - -#portfolio li{ - font-family:sans-serif; -} - -#exhibit { - float:right; - margin-left:17px; +* { +margin:0; +padding:0; } -#exhibit h1 { - margin-bottom:15px; +body { +background-image: url('../images/noisy.png'); +font-family:InconsolataMedium; +margin-bottom: 15px; } -.exhibit { - width:300px; - min-height:600px; - border:1px solid black; - padding:10px; - display:none; - text-align:left; +h3 { +margin-top:15px; +margin-bottom:5px; +font-family:'bree_serifregular'; } -.shownDiv { - border:1px solid black; +.title { +margin-left:17px; +color:black; +font-family:'bree_serifregular'; +font-size: 404%; } -#contact_me { - margin-top:100px; - font-family:sans-serif; - text-align:right; - clear:both; +.indent { +margin-left:10px; } -/* reprap */ -#reprap_entry { - font: 1.5em georgia, times; - text-decoration: none; - display: block; +h1,h2 { +font-size:256%; +font-family:'bree_serifregular'; } -/* peepshow */ -#peepshow_ { - font-style:italic; -} -#peepshow_title_1 { - font-style:italic; - margin-top:0px; +a { +text-decoration:none; } -#peephow_title_2 { - font-size:3em; +li { +list-style:none; +display:block; } -#peepshow_entry { - font:1.4em "lucida console"; +#structure { +width:960px; +margin:30px auto 0; } -#peepshow_entry { - font:1.4em "lucida console"; +#content { +width:725px; +min-height:300px; +margin-bottom:20px; +margin-right:15px; +text-align:left; +padding:5px 5px 25px 20px; } -/* drawcss */ -#drawcss_title { - font:1.6em "lucida console"; +.portfolio { +float:left; +width:350px; +margin-left:10px; } -#drawcss_entry { - font:1.6em "lucida console"; - } - -/* youtube_backup */ -#youtube_backup_title { - font:1.6em "lucida console"; +#exhibit { +float:right; +margin-left:17px; +font-family:InconsolataMedium; } -#youtube_backup_entry { - font:1.4em "lucida console"; +#exhibit h1 { +margin-bottom:15px; } -/* i_like_pandora */ -#i_like_pandora_title { - font:1.6em "lucida console"; +.exhibit { +width:300px; +min-height:475px; +border:1px solid #000; +display:none; +text-align:left; +padding:10px; } -#i_like_pandora_entry { - font:1.4em "lucida console"; +#contact_me { +margin-top:100px; +text-align:left; +clear:both; } -/* notes */ -#notes, #note { - text-align:right; - margin-top:20px; +#notes,#note { +text-align:left; +margin-top:40px; +font-family:InconsolataMedium; } -#notes h2 { - margin-bottom:10px; - font-family:sans-serif; +#notes h1 { +margin-bottom:10px; } -#note h2 { - font-family:sans-serif; +.date { +color:grey; } #comment_link { - font-size:80%; +font-size:80%; } .note { - margin-bottom:40px; +margin-bottom:40px; +font-family:InconsolataMedium; } -.note p { - margin-bottom:5px; +p { +margin-top:15px; } pre { - margin-top:10px; +margin-top:20px; +margin-bottom:20px; +width:100%; +overflow:auto; } #navigation { - text-align:right; - font-family:sans-serif; +text-align:left; } #comments { - border-right:1px solid black; - padding-right:15px; +margin-top:30px; +border-left:1px solid #000; +padding-left:15px; } .comment { - margin-bottom:30px; +margin-bottom:30px; } #comment { - padding-right:15px; - border-right:1px solid black; - margin-top:15px; - text-align:right; +padding-left:15px; +border-left:1px solid #000; +margin-top:15px; +text-align:left; } -#comment input { - border:1px solid grey; +#comment .submit { +border:none; +color:blue; +cursor:pointer; +font-size:120%; +font-weight:700; +margin-top:20px; } -#comment textarea { - border:1px solid grey; +#recaptcha_widget { +position:relative; +display:none; } -#comment .submit { - background:#FFF; - border:1px solid white; - color:blue; - cursor:pointer; - font-size:120%; - font-weight:bold; +#recaptcha_image { +top:0; +right:0; +float:left; +position:relative; +width:100px; } -#recaptcha_widget { - position:relative; +.recaptcha_help { +font-family:MuseoSlab500; +font-size:80%; } -#recaptcha_image { - position:absolute; - top:0px; - right:0px; +.project_title { +font-size:1.6em; } -#recaptcha_widget { - display:none; +.project_entry { +font-size:1.4em; } -#not_human { - display:none; - font-weight:bold; - font-family:sans-serif; - color:red; - margin-top:15px; - margin-bottom:15px; +#comment input,#comment textarea { +border:1px solid grey; +font-family:InconsolataMedium; } -#blank_comment { - display:none; - font-weight:bold; - font-family:sans-serif; - color:red; - margin-top:15px; - margin-bottom:15px; +#not_human,#blank_comment { +color:red; +display:none; +font-weight:700; +margin-bottom:15px; +margin-top:15px; }