X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=858498ec87b15de1e7d19bb182e58bdfff07d204;hb=36305ff45aa8ce8f53b3509e0976ed008233fbad;hp=30f50fb2a4de8caa3049464a0f9db176006dba47;hpb=b3682a9dd71cc9952c63f791869cff4824503830;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 30f50fb..858498e 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,120 +1,224 @@ +@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; +} + * { - padding: 0; - margin: 0; - } +margin:0; +padding:0; +} + +body { +background-image: url('../images/noisy.png'); +font-family:InconsolataMedium; +margin-bottom: 15px; +} + +h3 { +margin-top:15px; +margin-bottom:5px; +font-family:'bree_serifregular'; +} + +.title { +margin-left:17px; +color:black; +font-family:'bree_serifregular'; +font-size: 404%; +} + +.indent { +margin-left:10px; +} + +h1,h2 { +font-size:256%; +font-family:'bree_serifregular'; +} a { - text-decoration:none; +text-decoration:none; } li { - list-style:none; +list-style:none; +display:block; } #structure { - padding-top:1px; - width:960px; - margin: 0 auto; - margin-top: 30px; - text-align: left; - border: 10px solid #fff; +width:960px; +margin:30px auto 0; } -#logo_box { - background-image:url('../images/logo.png'); - margin-top:25px; - margin-left:25px; - width:150px; - min-height:150px; +#content { +width:725px; +min-height:300px; +margin-bottom:20px; +margin-right:15px; +text-align:left; +padding:5px 5px 25px 20px; } -#about_bar { - background-image:url('../images/logo.png'); - margin-top:25px; - margin-left:25px; - width:150px; - min-height:500px; +.portfolio { +float:left; +width:350px; +margin-left:10px; } -#banner { - float:right; - margin-top:25px; - margin-right:15px; +#exhibit { +float:right; +margin-left:17px; +font-family:InconsolataMedium; } -#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; +#exhibit h1 { +margin-bottom:15px; } -.portfolio { - float:right; - width:350px; - margin-right:17px; +.exhibit { +width:300px; +min-height:475px; +border:1px solid #000; +display:none; +text-align:left; +padding:10px; } -.portfolio li a { - text-decoration:none; +#contact_me { +margin-top:100px; +text-align:left; +clear:both; } -#exhibit { - float:right; +#notes,#note { +text-align:left; +margin-top:40px; +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; } -.tabs { - width:300px; - min-height:600px; - border:1px solid black; - padding:10px; +#comments { +margin-top:30px; +border-left:1px solid #000; +padding-left:15px; } -.project { - float:right; - list-style:none; +.comment { +margin-bottom:30px; } -.active_project { - display:block; - /*margin-right:-15px;*/ +#comment { +padding-left:15px; +border-left:1px solid #000; +margin-top:15px; +text-align:left; } -.active_tab { - /*margin-right:15px;*/ +#comment .submit { +border:none; +color:blue; +cursor:pointer; +font-size:120%; +font-weight:700; +margin-top:20px; } -.reprap_entry-title { - font: 1.5em georgia, times; - text-decoration: none; - display: block; +#recaptcha_widget { +position:relative; +display:none; } -.peepshow_entry { - font:1.6em verdana; +#recaptcha_image { +top:0; +right:0; +float:left; +position:relative; +width:100px; } -.readoo_entry{ - font:1.6em arial; +.recaptcha_help { +font-family:MuseoSlab500; +font-size:80%; } -.drawcss_entry{ - font:1.6em "lucida console"; +.project_title { +font-size:1.6em; } -.youtube_backup-entry-title{ - font:1.6em "lucida console"; +.project_entry { +font-size:1.4em; } -.youtube_backup-entry{ - font:1.3em "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; }