diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 18:46:25 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:34 +0100 |
commit | d4ae5ee105ba0978a5499e21394a6949664082f9 (patch) | |
tree | 82372a341cad8e0a9932591c65cb928ba3a289fe /local.css | |
parent | b21f98572b0ecd2e74fbd0d62081135f7fa3f298 (diff) |
Sidebar like blanksoegaard.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -53,6 +53,35 @@ div#backlinks a:hover { color: white; } +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: green; +} +DIV#sidebar UL UL LI { + margin-left: 10%; +} +DIV#sidebar A { + text-decoration: none; +} + + div#pageinfo { margin: 15em 0 0; padding: 2px 20px; |