summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css18
1 files changed, 14 insertions, 4 deletions
diff --git a/local.css b/local.css
index 272f466..1f7d5df 100644
--- a/local.css
+++ b/local.css
@@ -4,11 +4,11 @@
BODY {
background-color: DimGrey;
+ font-family: sans-serif;
}
H1 {
color: #c03;
text-transform: lowercase;
- font-family: sans-serif;
}
A {
color: Black;
@@ -21,6 +21,10 @@ A:hover {
text-decoration: underline;
}
+IMG {
+ vertical-align:text-top;
+}
+
DIV#container {
background-color: White;
margin: 10px 5%;
@@ -36,7 +40,6 @@ DIV.header {
}
DIV.header SPAN {
text-transform: lowercase;
- font-family: sans-serif;
}
DIV.header A {
text-decoration: none;
@@ -50,7 +53,6 @@ DIV#sidebar {
padding: 0px;
color: Black;
text-transform: lowercase;
- font-family: sans-serif;
font-weight: bold;
}
DIV#sidebar UL {
@@ -78,6 +80,12 @@ DIV#content {
margin: 2em 8% 0 0;
}
+DIV#content IMG {
+ float: left;
+ margin-right: 2em;
+}
+
+
BLOCKQUOTE {
background-color: LightGrey;
}
@@ -88,17 +96,19 @@ DIV.pagedate {
DIV#frieze {
overflow: hidden;
+ background-color: DimGrey;
width: 100%;
text-align: center;
white-space: nowrap;
}
DIV#frieze UL {
list-style-type:none;
- margin: 0;
+ margin: 10pt 0 0 0;
padding: 0;
}
DIV#frieze UL LI {
display:inline;
+ margin-right: 5pt;
}
DIV#pageinfo {