summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-12-16 14:15:34 -0800
committerKenneth Graunke <kenneth@whitecape.org>2012-12-16 14:15:34 -0800
commit351232d8f49e379051e9ca56650e00be753bea6d (patch)
treef9d142a938171f64dac270aa18c22e2b0d666fd5
parentc8cb3ba54e827c0400db30b4440384cc888ec8af (diff)
css improvements
-rw-r--r--programs/templates/index.css30
1 files changed, 21 insertions, 9 deletions
diff --git a/programs/templates/index.css b/programs/templates/index.css
index f0d8e7f..7d297ff 100644
--- a/programs/templates/index.css
+++ b/programs/templates/index.css
@@ -10,21 +10,24 @@ h1 {
}
#navbox {
+ font-family: sans-serif;
font-weight: bold;
text-decoration: none;
- text-align: center;
+ /* text-align: center; */
+ background-color: #f4f1ed;
+ color: black;
border-top: 1px solid #bbbbbb;
border-bottom: 1px solid #bbbbbb;
vertical-align: middle;
padding-top: 0.2em;
padding-bottom: 0.2em;
+ padding-left: 1em;
+ margin-bottom: 1.5em;
}
#navbox * {
- border-left: 1px dotted #cccccc;
- border-right: 1px dotted #cccccc;
- margin-left: 1.0em;
- margin-right: 1.0em;
+ margin-left: 0.75em;
+ margin-right: 0.75em;
padding-left: 0.75em;
padding-right: 0.75em;
padding-top: 0.2em;
@@ -34,13 +37,22 @@ h1 {
#navbox span {
color: white;
- background-color: black;
- border-left: 1px solid white;
- border-right: 1px solid white;
+ background-color: #575b60;
+ border-left: 1px solid #aaaaaa;
+ border-right: 1px solid #aaaaaa;
+}
+
+#navbox a {
+ background-color: inherit;
+ color: inherit;
+ border-left: 1px solid #f4f1ed;
+ border-right: 1px solid #f4f1ed;
}
#navbox a:hover {
- background-color: #efefef;
+ background-color: white;
+ border-left: 1px solid #aaaaaa;
+ border-right: 1px solid #aaaaaa;
}
div#table {