X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=blobdiff_plain;f=geekigeeki.css;h=c0e640df1339c59bd4a9ca31762f9709743d8434;hp=d56bb96b54eeb618a4e250bb1c2f431bc7a8b76b;hb=75836706224e9f6b8ede6c59deea646e31672924;hpb=10a9870db7d40c7375470061274902fc9f38f3a6 diff --git a/geekigeeki.css b/geekigeeki.css index d56bb96..c0e640d 100755 --- a/geekigeeki.css +++ b/geekigeeki.css @@ -1,5 +1,5 @@ /* - * $Id: intrafm.css,v 1.10 2002/12/04 17:57:21 gerry Exp $ + * $Id$ * * Author: Gerardo Poggiali * Author: Bernardo Innocenti @@ -14,24 +14,12 @@ body { margin-right: 0px; } -a { - color: #1010FF; -} -a:visited { - color: #501080; -} - -a.nonexistent { - color: #D04040; -} - -a.navlink { - font-size: smaller; -} - -a.external { - font-style: italic; -} +a { color: #1010FF; } +a:visited { color: #501080; } +a.nonexistent { color: #D04040; } +a.navlink { font-size: smaller; } +a.external { font-style: italic; } +a.heading { text-decoration: none; color: #aaaaaa; font-size: smaller; } h1 { font-size: x-large; @@ -150,6 +138,10 @@ div.preview { border: 2px dashed #FF0000; } +div.index { + border: 1px solid #EEEEEE; +} + div.nav { border-color: #cc9933; background-color: #ffcc66; @@ -241,11 +233,12 @@ table { margin-bottom: 0.5em; } -table thead { +table tbody thead { background: #f7f7f0 } -table thead th { +/* FIXME: should be thead */ +table tbody th { border: 1px solid #d7d7d7; border-bottom-color: #999; font-weight: bold;