summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-22 18:50:17 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-22 18:50:17 +0100
commit128abfcbb5e33cb1ca94e5ea9e21803dc5635136 (patch)
tree62b83af26e091fb320f191e721922f75ebad4c50 /style.css
parentfb313c774c1edaae5d014793086ebbe174aac567 (diff)
downloadobnam.org-128abfcbb5e33cb1ca94e5ea9e21803dc5635136.tar.gz
Copy stylesheet from liw.fi
Diffstat (limited to 'style.css')
-rw-r--r--style.css32
1 files changed, 9 insertions, 23 deletions
diff --git a/style.css b/style.css
index 75f1fe4..548971c 100644
--- a/style.css
+++ b/style.css
@@ -1,53 +1,39 @@
html {
background: white;
- color: black;
font-family: serif;
- margin: 0;
- padding: 0;
- border: 0;
-}
-
-div.pageheader {
- background: #A87149;
- color: white;
- font-family: monospace;
- margin-bottom: 2em;
- text-align: right;
-}
-
-div.pageheader a {
- color: white;
+ margin-left: 3em;
+ margin-right: 2em;
+ margin-top: 2em;
}
form#searchform {
font-family: monospace;
text-align: right;
- margin-bottom: 2em;
}
div.actions {
font-family: monospace;
text-align: right;
- margin-bottom: 2em;
}
div.actions ul, div.actions li {
display: inline;
}
+div.pageheader {
+ font-family: monospace;
+ margin-bottom: 2em;
+}
+
div.pageheader span.title {
display: block;
- text-align: left;
font-size: 200%;
font-weight: bold;
font-family: sans-serif;
- margin-top: 1em;
+ margin-top: 0.5em;
}
div#pagebody {
- clear: right;
- background: white;
- color: black;
}
div.pagefooter {