X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=858498ec87b15de1e7d19bb182e58bdfff07d204;hb=36305ff45aa8ce8f53b3509e0976ed008233fbad;hp=467a73004d7f90d0679327620108ff98daa5a01d;hpb=08d7e1f799b17025cc1066b1e9b09e1b44c66a67;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 467a730..858498e 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,3 +1,16 @@ +@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'); @@ -25,14 +38,32 @@ margin:0; padding:0; } +body { +background-image: url('../images/noisy.png'); +font-family:InconsolataMedium; +margin-bottom: 15px; +} + h3 { margin-top:15px; -font-family:MuseoSlab500; +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:150%; -font-family:MuseoSlab500; +font-size:256%; +font-family:'bree_serifregular'; } a { @@ -49,10 +80,6 @@ width:960px; margin:30px auto 0; } -#banner { -margin-left:15px; -} - #content { width:725px; min-height:300px; @@ -62,13 +89,10 @@ text-align:left; padding:5px 5px 25px 20px; } -#portfolio { +.portfolio { float:left; width:350px; -} - -#portfolio li { -font-family:InconsolataMedium; +margin-left:10px; } #exhibit { @@ -90,10 +114,6 @@ text-align:left; padding:10px; } -.shownDiv { -border:1px solid #000; -} - #contact_me { margin-top:100px; text-align:left; @@ -102,7 +122,7 @@ clear:both; #notes,#note { text-align:left; -margin-top:20px; +margin-top:40px; font-family:InconsolataMedium; } @@ -156,8 +176,7 @@ text-align:left; } #comment .submit { -background:#FFF; -border:1px solid #FFF; +border:none; color:blue; cursor:pointer; font-size:120%; @@ -183,11 +202,11 @@ font-family:MuseoSlab500; font-size:80%; } -#drawcss_title,#drawcss_entry,#youtube_backup_title,#i_like_pandora_title,#fvlc_title,#irssi-notify_title, #powermate_title { +.project_title { font-size:1.6em; } -#youtube_backup_entry,#i_like_pandora_entry,#matrixnullspace_entry,#fvlc_entry,#irssi-notify_entry,#dylansserver_entry,#metadata_writer_entry, #powermate_entry { +.project_entry { font-size:1.4em; }