X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=sys%2Fgeekigeeki.css;fp=sys%2Fgeekigeeki.css;h=75115dd3f452a34a11a55ccf2ee16a90ae985dfb;hp=46fa7be749a956d841b06c3615edb64b8c40f207;hb=5560a27c8815f3f0ed75621773b716ba80c8ae1d;hpb=ac8fd84f41d3364c5f63999279e7d385a0a538a2 diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 46fa7be..75115dd 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -142,13 +142,11 @@ div.index { } div.nav { - /*border-color: #88aacc; - background-color: #aaccee;*/ border-color: #888888; background-color: #cccccc; border-style: solid; border-top-width: 0px; - border-bottom-width: 2px; + border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; padding-top: 5px; @@ -252,7 +250,7 @@ table { } table tbody thead { - background: #f7f7f0 + background: #f7f7f0; } /* FIXME: should be thead */ @@ -434,4 +432,16 @@ div .innerthumb { border-color: #606060; background-color: #303030; } + + table { border: 2px solid #444; } + table tbody thead { background: #2f2f2f; } + table tbody th { + border: 1px solid #555; + border-bottom-color: #777; + } + table tbody td { border: 1px dotted #555; } + table tbody tr { border-top: 1px solid #555; } + table tbody tr.even { background-color: #303030; } + table tbody tr.odd { background-color: #393939; } + table tbody tr:hover { background: #444 !important; } }