X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.css;h=cded557a63db165c77e1689507b006af76651b21;hb=refs%2Ftags%2Fv2.0;hp=49062cd551509042016bf19db8c52b30b8b0066e;hpb=a0e866e20240e1b4c862a16c1ce798628985b823;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index 49062cd..cded557 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; @@ -120,8 +108,18 @@ h5 { padding-left: 5px; } -strong.hilight { - padding-left: 0.1em; +strong.success { + padding-left: 0.1em; + background-color: #22ee22; +} + +strong.notice { + padding-left: 0.1em; + background-color: #ffdd44; +} + +strong.error { + padding-left: 0.1em; background-color: #ee2222; } @@ -140,6 +138,10 @@ div.preview { border: 2px dashed #FF0000; } +div.index { + border: 1px solid #EEEEEE; +} + div.nav { border-color: #cc9933; background-color: #ffcc66;