diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-11-10 10:40:33 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-11-10 10:40:33 +0100 |
commit | b1beeb837dfbcd802ad514c73927cd80bcd1c851 (patch) | |
tree | 9160a378b8996f78fb5e28ee9fc99ed935c64fb7 | |
parent | cc8414a1fc281920cd006a6a364f823e93a92306 (diff) |
udseende: sorte/grå/røde henvisninger generelt (ikke kun i menu).
-rw-r--r-- | local.css | 26 |
1 files changed, 12 insertions, 14 deletions
@@ -5,12 +5,22 @@ body { background-color: DimGrey; } - h1 { color: #c03; text-transform: lowercase; font-family: sans-serif; } +a { + color: inherit; + text-decoration: none; +} +a:visited { + color: DimGrey; +} +a:hover { + color: #c03; + text-decoration: underline; +} #container { background-color: White; @@ -45,25 +55,13 @@ div.header span { margin: 0px; padding: 0px; } -#sidebar ul li, #sidebar ul li a { +#sidebar ul li { line-height: 2; list-style-type: none; - text-decoration: none; } #sidebar ul li span.selflink { color: #c03; } -#sidebar ul li a { - color: inherit; -} -#sidebar ul li a:visited { - color: DimGrey; -} - -#sidebar ul li a:hover { - color: #c03; - text-decoration: underline; -} #sidebar ul ul li { margin-left: 15%; } |