summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-01-08 15:13:21 +0100
committerSiri Reiter <siri@jones.dk>2009-01-08 15:13:21 +0100
commit92eadd0241f2ef43b5cdd0d4d2451e1d98c9adec (patch)
treeda1fcfd90370e07f47a7e20cf128aa6a95367ef8 /local.css
parentd42eb3eeda44ac750fd8db268fd06f6a306dbd76 (diff)
Style 'sidebar' fra blanksoegaard.dk.
Diffstat (limited to 'local.css')
-rw-r--r--local.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/local.css b/local.css
index 5aae285a..554dc091 100644
--- a/local.css
+++ b/local.css
@@ -35,6 +35,33 @@ FORM#searchform {
position: absolute;
top: 5px;
}
+DIV#sidebar {
+ float: left;
+ margin-top: 6em;
+ margin-left: 2%;
+ width: 16%;
+ padding: 0px;
+ color: Black;
+ text-transform: lowercase;
+ font-weight: bold;
+}
+DIV#sidebar UL {
+ margin: 0px;
+ padding: 0px;
+}
+DIV#sidebar UL LI {
+ line-height: 2;
+ list-style-type: none;
+}
+DIV#sidebar UL LI SPAN.selflink {
+ color: #c03;
+}
+DIV#sidebar UL UL LI {
+ margin-left: 10%;
+}
+DIV#sidebar A {
+ text-decoration: none;
+}
div#pageinfo {
margin: 15em 1em 1em;