X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=d1f72b20fc92fcbec961142baa74f7659cb218e3;hb=897b1bc37445421a3404ace1c02b529b0ea843e5;hp=64038be7b1b7cef1df2866f278cbbaf95a76bbb8;hpb=56af548973e9bbce1bd052c4cc84f11a19e4fbf2;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 64038be..d1f72b2 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; @@ -53,6 +57,10 @@ margin-right:17px; } +.portfolio li a { + text-decoration:none; +} + #exhibit { float:right; width:150px: @@ -60,12 +68,50 @@ margin-right:17px; } +.exhibit { + +} + +.tabs { + width:300px; + min-height:600px; + border:1px solid black; + padding:10px; +} + .project { float:right; list-style:none; } -.active { +.active_project { display:block; - margin-right:-15px; + /*margin-right:-15px;*/ +} + +.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 arial; +} + +.drawcss_entry{ + font:1.6em "lucida console"; +} + +.shownDiv{ + border:1px solid black; }