X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=86c452912891d119eab37732b5df92a2f7b0aab6;hb=6180732356fed9af09ef55c26a8133c11e9c2e5a;hp=a84482ed45a9058fca7a93b624a4c07201e46a7d;hpb=9ee0f3050a7ac673f88812fcdd71fe434ff42a47;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index a84482e..86c4529 100644 --- a/includes/style.css +++ b/includes/style.css @@ -7,6 +7,10 @@ a { text-decoration:none; } +li { + list-style:none; +} + #structure { padding-top:1px; background-color:#fff; @@ -94,7 +98,7 @@ a { } .reprap_entry-title { - font: 1.5em georgia, times, serif; + font: 1.5em georgia, times; text-decoration: none; color: black; display: block; @@ -107,3 +111,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; +}