X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=bcce0348ac7e0c485cfbb10de7f917be8dac21e3;hb=cb0bb4a69d66999410cb5fe97866ec78de52a0b3;hp=a84482ed45a9058fca7a93b624a4c07201e46a7d;hpb=9ee0f3050a7ac673f88812fcdd71fe434ff42a47;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index a84482e..bcce034 100644 --- a/includes/style.css +++ b/includes/style.css @@ -7,15 +7,18 @@ a { text-decoration:none; } +li { + list-style:none; +} + #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'); @@ -63,15 +66,11 @@ a { #exhibit { float:right; - width:150px: + width:150px; margin-top:25px; margin-right:17px; } -.exhibit { - -} - .tabs { width:300px; min-height:600px; @@ -94,9 +93,8 @@ a { } .reprap_entry-title { - font: 1.5em georgia, times, serif; + font: 1.5em georgia, times; text-decoration: none; - color: black; display: block; } @@ -107,3 +105,19 @@ a { .readoo_entry{ font:1.6em arial; } + +.drawcss_entry{ + font:1.6em "lucida console"; +} + +.youtube_backup-entry-title{ + font:1.6em "lucida console"; +} + +.youtube_backup-entry{ + font:1.3em "lucida console"; +} + +.shownDiv{ + border:1px solid black; +}