diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 02:43:06 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 02:43:06 +0100 |
commit | 07a5971ad8e366c24c0e1e7c6e9d8887fb7c49e7 (patch) | |
tree | 0c9259299cf8f72ef98e64798e64e950d7322ffe | |
parent | b50c6e7010435e6b461abcb47047b05c6dfef092 (diff) |
All darker blue changed to moonblue.
-rw-r--r-- | local.css | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -7,17 +7,17 @@ body { } h1, h2, h3, h4, h5, h6 { - color: #00f; + color: #39f; } a:hover { - color: #00f; + color: #39f; } em { font-style: normal; font-weight: normal; - color: #00f; + color: #39f; } DIV.header span { @@ -39,7 +39,7 @@ DIV#topbar { DIV#topbar a { text-decoration: none; - color: #00f; + color: #39f; } DIV#topbar ul { @@ -53,7 +53,7 @@ DIV#topbar ul { DIV#topbar ul li { display: inline; - color: #00f; + color: #39f; font-weight: bold; margin: 0 5%; } @@ -79,7 +79,7 @@ DIV#sidebar { margin-left: 2%; width: 16%; padding: 0px; - color: #00f; + color: #39f; text-transform: none; font-weight: bold; } @@ -92,7 +92,7 @@ DIV#sidebar UL LI { list-style-type: none; } DIV#sidebar UL LI SPAN.selflink { - color: #00f; + color: #39f; } DIV#sidebar UL UL LI { margin-left: 10%; @@ -121,7 +121,7 @@ DIV.notebox { } DIV.notebox p { - color: #00f; + color: #39f; } div#pageinfo { |