X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=86c452912891d119eab37732b5df92a2f7b0aab6;hb=6180732356fed9af09ef55c26a8133c11e9c2e5a;hp=64038be7b1b7cef1df2866f278cbbaf95a76bbb8;hpb=56af548973e9bbce1bd052c4cc84f11a19e4fbf2;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 64038be..86c4529 100644 --- a/includes/style.css +++ b/includes/style.css @@ -3,6 +3,14 @@ margin: 0; } +a { + text-decoration:none; +} + +li { + list-style:none; +} + #structure { padding-top:1px; background-color:#fff; @@ -53,6 +61,10 @@ margin-right:17px; } +.portfolio li a { + text-decoration:none; +} + #exhibit { float:right; width:150px: @@ -60,12 +72,58 @@ 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; + 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"; +} + +.youtube_backup-entry-title{ + font:1.6em "lucida console"; +} + +.youtube_backup-entry{ + font:1.3em "lucida console"; +} + +.shownDiv{ + border:1px solid black; }