X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=94e69a5e7b0b7d5bc19bbbf8914582c70efc5520;hb=baed741effa6f91206e830cbae4fab9bb00e4fe3;hp=a84482ed45a9058fca7a93b624a4c07201e46a7d;hpb=9ee0f3050a7ac673f88812fcdd71fe434ff42a47;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index a84482e..94e69a5 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'); @@ -35,7 +38,6 @@ a { #banner { float:right; - margin-top:25px; margin-right:15px; } @@ -63,13 +65,6 @@ a { #exhibit { float:right; - width:150px: - margin-top:25px; - margin-right:17px; -} - -.exhibit { - } .tabs { @@ -94,16 +89,42 @@ a { } .reprap_entry-title { - font: 1.5em georgia, times, serif; + font: 1.5em georgia, times; text-decoration: none; - color: black; display: block; } -.peepshow_entry { +.peepshow_entry-title { font:1.6em verdana; } +.peepshow_entry { + font:1.3em verdana; +} .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"; +} + +.i_like_pandora-entry-title{ + font:2em "lucida console"; +} + +.i_like_pandora-entry{ + font:1.4em "lucida console"; +} + +.shownDiv{ + border:1px solid black; +}