summaryrefslogtreecommitdiff
path: root/html/style/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style/main.css')
-rw-r--r--html/style/main.css17
1 files changed, 1 insertions, 16 deletions
diff --git a/html/style/main.css b/html/style/main.css
index d277de1..3ec6885 100644
--- a/html/style/main.css
+++ b/html/style/main.css
@@ -14,10 +14,7 @@
}
html {
- background-color: #f0fff0;
- background-image: url('/style/grid.png');
font-family: sans-serif;
- color: #404040;
}
body {
@@ -37,21 +34,12 @@ a:visited {
/* * * Header * * */
body > header {
padding-top: 1px; /* Don't allow child element top margins to extend out of the header element */
- background-color: #000000;
- background-image: url('/style/grid.png');
- color: #00c000;
}
h1 {
font-family: "DejaVuSansMono", monospace;
/*font-variant: small-caps;*/
text-align: center;
- text-shadow: 0 0 0.2em #00c000;
-}
-
-nav {
- background-color: #00c000;
- color: #000000;
}
nav ul {
@@ -69,10 +57,6 @@ nav ul li:first-child {
border-left: 1px #000000 solid;
}
-nav ul li.selected {
- color: #ffffff;
-}
-
nav a,
nav a:visited {
text-decoration: none;
@@ -90,6 +74,7 @@ main {
margin: 0 auto 0;
padding: 2em;
background-color: #ffffff;
+ color: #404040;
}
h2 {