summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-12 02:09:14 +0100
committerSiri Reiter <siri@jones.dk>2009-03-12 02:09:14 +0100
commit1e91c4f3aaafed2a0891fa741a22043ff2aa083f (patch)
tree70ff035130dd418216670021cfb9c738f8f0226c /local.css
parent202ad8cb82e0c1a6609d6358b3285482b291a951 (diff)
Topbar light blue and text blue.
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/local.css b/local.css
index 82830914..c9f4d649 100644
--- a/local.css
+++ b/local.css
@@ -25,12 +25,12 @@ DIV.header span {
}
DIV.pageheader {
- background-color: #00f;
+ background-color: light blue;
}
DIV#topbar {
float: right;
- background-color: #00f;
+ background-color: light blue;
margin: 0;
padding: 0;
text-align: center;
@@ -39,7 +39,7 @@ DIV#topbar {
DIV#topbar a {
text-decoration: none;
- color: white;
+ color: #00f;
}
DIV#topbar ul {
@@ -53,13 +53,13 @@ DIV#topbar ul {
DIV#topbar ul li {
display: inline;
- color: white;
+ color: #00f;
font-weight: bold;
margin: 0 5%;
}
DIV#topbar a:hover {
- color: lightblue;
+ color: white;
}
DIV#topbar span.selflink {