X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=5329f689fc52bbe9d29cb5d9882466697fe028d2;hb=5bcb138ac97476619e78aaa52e9f5507003d5caf;hp=d1f72b20fc92fcbec961142baa74f7659cb218e3;hpb=897b1bc37445421a3404ace1c02b529b0ea843e5;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index d1f72b2..5329f68 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,117 +1,205 @@ +@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; +} + * { - padding: 0; - margin: 0; - } +margin:0; +padding:0; +} + +h3 { +margin-top:15px; +font-family:MuseoSlab500; +} + +h1,h2 { +font-size:150%; +font-family:MuseoSlab500; +} a { - text-decoration:none; +text-decoration:none; +} + +li { +list-style:none; +display:block; } #structure { - padding-top:1px; - background-color:#fff; - width:960px; - margin: 0 auto; - margin-top: 30px; - text-align: left; - border: 10px solid #fff; - } - -#logo_box { - background-image:url('../images/logo.png'); - margin-top:25px; - margin-left:25px; - width:150px; - min-height:150px; -} - -#about_bar { - background-image:url('../images/logo.png'); - margin-top:25px; - margin-left:25px; - width:150px; - min-height:500px; +width:960px; +margin:30px auto 0; } #banner { - float:right; - margin-top:25px; - margin-right:15px; +margin-left:15px; } #content { - float:right; - width:725px; - min-height:300px; - margin-bottom: 20px; - margin-right:15px; - padding:5px; - padding-left:20px; - padding-top:25px; - padding-bottom:25px; +width:725px; +min-height:300px; +margin-bottom:20px; +margin-right:15px; +text-align:left; +padding:5px 5px 25px 20px; } -.portfolio { - float:right; - width:350px; - margin-right:17px; +#portfolio { +float:left; +width:350px; } -.portfolio li a { - text-decoration:none; +#portfolio li { +font-family:InconsolataMedium; } #exhibit { - float:right; - width:150px: - margin-top:25px; - margin-right:17px; +float:right; +margin-left:17px; +font-family:InconsolataMedium; +} + +#exhibit h1 { +margin-bottom:15px; } .exhibit { - +width:300px; +min-height:475px; +border:1px solid #000; +display:none; +text-align:left; +padding:10px; +} + +.shownDiv { +border:1px solid #000; +} + +#contact_me { +margin-top:100px; +text-align:left; +clear:both; +} + +#notes,#note { +text-align:left; +margin-top:20px; +font-family:InconsolataMedium; +} + +#notes h1 { +margin-bottom:10px; +} + +.date { +color:grey; +} + +#comment_link { +font-size:80%; +} + +.note { +margin-bottom:40px; +font-family:InconsolataMedium; +} + +p { +margin-top:15px; +} + +pre { +margin-top:20px; +margin-bottom:20px; +width:100%; +overflow:auto; +} + +#navigation { +text-align:left; +} + +#comments { +margin-top:30px; +border-left:1px solid #000; +padding-left:15px; +} + +.comment { +margin-bottom:30px; } -.tabs { - width:300px; - min-height:600px; - border:1px solid black; - padding:10px; +#comment { +padding-left:15px; +border-left:1px solid #000; +margin-top:15px; +text-align:left; } -.project { - float:right; - list-style:none; +#comment .submit { +background:#FFF; +border:1px solid #FFF; +color:blue; +cursor:pointer; +font-size:120%; +font-weight:700; +margin-top:20px; } -.active_project { - display:block; - /*margin-right:-15px;*/ +#recaptcha_widget { +position:relative; +display:none; } -.active_tab { - /*margin-right:15px;*/ +#recaptcha_image { +top:0; +right:0; +float:left; +position:relative; +width:100px; } -.reprap_entry-title { - font: 1.5em georgia, times, serif; - text-decoration: none; - color: black; - display: block; +.recaptcha_help { +font-family:MuseoSlab500; +font-size:80%; } -.peepshow_entry { - font:1.6em verdana; +#drawcss_title,#drawcss_entry,#youtube_backup_title,#i_like_pandora_title,#fvlc_title,#irssi-notify_title { +font-size:1.6em; } -.readoo_entry{ - font:1.6em arial; +#youtube_backup_entry,#i_like_pandora_entry,#matrixnullspace_entry,#fvlc_entry,#irssi-notify_entry,#dylansserver_entry,#metadata_writer_entry { +font-size:1.4em; } -.drawcss_entry{ - font:1.6em "lucida console"; +#comment input,#comment textarea { +border:1px solid grey; +font-family:InconsolataMedium; } -.shownDiv{ - border:1px solid black; +#not_human,#blank_comment { +color:red; +display:none; +font-weight:700; +margin-bottom:15px; +margin-top:15px; }