X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.css;h=8e7e9cc61b8d152c0c5897ec25f4211d32311321;hb=refs%2Fheads%2Fpython3;hp=06733134146424cb11f075a18365c88216f81826;hpb=61f00a0d333aeb1cb45e98ab4c1902ff1981ad6a;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index 0673313..8e7e9cc 100755 --- a/geekigeeki.css +++ b/geekigeeki.css @@ -17,7 +17,7 @@ body { a { color: #1010FF; } a:visited { color: #501080; } a.nonexistent { color: #D04040; } -a.navlink { font-size: smaller; } +a.navlink { color: #000088; font-size: smaller; font-weight: bold} a.external { font-style: italic; } a.heading { text-decoration: none; color: #aaaaaa; font-size: smaller; } @@ -139,6 +139,10 @@ strong.FIXME { background-color: #ee2222; } +strong.error { + color: red; +} + div { margin-left: 10px; margin-right: 10px; @@ -159,8 +163,10 @@ div.index { } div.nav { - border-color: #cc9933; - background-color: #ffcc66; + /*border-color: #88aacc; + background-color: #aaccee;*/ + border-color: #888888; + background-color: #cccccc; border-style: solid; border-top-width: 0px; border-bottom-width: 2px; @@ -182,7 +188,7 @@ div.nav { .nav .login { font-size: small; - text-color: red; + color: red; } #footer div { @@ -209,10 +215,17 @@ div.nav { #footer p.copyright { float: left; - margin-left: 1em; + margin-left: 0em; padding: 0 1em; } +#footer .license { + border-width: 0; + vertical-align: top; + margin-left: 0em; + margin-right: 1em; +} + #footer p.modified { float: right; text-align: right;