summaryrefslogtreecommitdiff
path: root/programs/templates/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'programs/templates/index.css')
-rw-r--r--programs/templates/index.css33
1 files changed, 22 insertions, 11 deletions
diff --git a/programs/templates/index.css b/programs/templates/index.css
index a2d9dbf..f0d8e7f 100644
--- a/programs/templates/index.css
+++ b/programs/templates/index.css
@@ -1,24 +1,30 @@
body {
- margin: 0;
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 1em;
+}
+
+h1 {
+ margin-left: 1em;
+ margin-right: 1em;
}
#navbox {
font-weight: bold;
text-decoration: none;
text-align: center;
- background-color: #67a7c3;
- color: white;
- border-top: 1px solid #5689a0;
- border-bottom: 1px solid #5689a0;
+ border-top: 1px solid #bbbbbb;
+ border-bottom: 1px solid #bbbbbb;
vertical-align: middle;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
#navbox * {
- color: white;
- border-left: 1px solid #67a7c3;
- border-right: 1px solid #67a7c3;
+ border-left: 1px dotted #cccccc;
+ border-right: 1px dotted #cccccc;
+ margin-left: 1.0em;
+ margin-right: 1.0em;
padding-left: 0.75em;
padding-right: 0.75em;
padding-top: 0.2em;
@@ -26,10 +32,15 @@ body {
text-decoration: none;
}
+#navbox span {
+ color: white;
+ background-color: black;
+ border-left: 1px solid white;
+ border-right: 1px solid white;
+}
+
#navbox a:hover {
- background-color: #77bede;
- border-left: 1px solid #ffffff;
- border-right: 1px solid #ffffff;
+ background-color: #efefef;
}
div#table {