X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=a84482ed45a9058fca7a93b624a4c07201e46a7d;hb=9ee0f3050a7ac673f88812fcdd71fe434ff42a47;hp=64038be7b1b7cef1df2866f278cbbaf95a76bbb8;hpb=56af548973e9bbce1bd052c4cc84f11a19e4fbf2;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 64038be..a84482e 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,42 @@ 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; }