X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=813ec7273d03dad180f61e8d67d899c001ec29dc;hb=0ad1a29dd3d17291b28b14e7b2d65e145281673b;hp=3bc475cb028a95f8d9ecdc314c387b3790915fde;hpb=cc552dbef446cc5170a9ffa6af806736b34c3716;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 3bc475c..813ec72 100644 --- a/includes/style.css +++ b/includes/style.css @@ -3,6 +3,10 @@ margin: 0; } +a { + text-decoration:none; +} + #structure { padding-top:1px; background-color:#fff; @@ -64,19 +68,15 @@ margin-right:17px; } +.exhibit { + +} + .tabs { width:300px; - height:100%; - min-height:550px; + min-height:600px; border:1px solid black; - padding-left:10px; -} - -.minimizer { - float:right; - width:5px; - height:100%; - min-height:550px; + padding:10px; } .project { @@ -92,3 +92,18 @@ .active_tab { /*margin-right:15px;*/ } + +.reprap_entry-title { + font: 1.5em georgia, times, serif; + text-decoration: none; + color: black; + display: block; +} + +.peepshow_entry { + font:1.6em verdana; +} + +.readoo_entry{ + font:1.6em verdana; +}