X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=bcce0348ac7e0c485cfbb10de7f917be8dac21e3;hb=cb0bb4a69d66999410cb5fe97866ec78de52a0b3;hp=813ec7273d03dad180f61e8d67d899c001ec29dc;hpb=0ad1a29dd3d17291b28b14e7b2d65e145281673b;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 813ec72..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; } @@ -105,5 +103,21 @@ a { } .readoo_entry{ - font:1.6em verdana; + 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; }