summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-22 18:49:48 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-22 18:49:48 +0100
commitfb313c774c1edaae5d014793086ebbe174aac567 (patch)
treeafeac1aa5c74ad63a9075b72ef703d8009cdaac2 /style.css
parent83c1e57e2f36d0604cfe7b16a068dd7b9a47bf87 (diff)
downloadobnam.org-fb313c774c1edaae5d014793086ebbe174aac567.tar.gz
Add preliminary content, from old site
Diffstat (limited to 'style.css')
-rw-r--r--style.css32
1 files changed, 23 insertions, 9 deletions
diff --git a/style.css b/style.css
index 548971c..75f1fe4 100644
--- a/style.css
+++ b/style.css
@@ -1,39 +1,53 @@
html {
background: white;
+ color: black;
font-family: serif;
- margin-left: 3em;
- margin-right: 2em;
- margin-top: 2em;
+ 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;
}
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: 0.5em;
+ margin-top: 1em;
}
div#pagebody {
+ clear: right;
+ background: white;
+ color: black;
}
div.pagefooter {