diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-06 21:16:37 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-06 21:16:37 +0200 |
commit | cee34ee1cacc5c4d6a94f16d4d6c457e8506865b (patch) | |
tree | 449cd9bea6780b1b877e41c747043c475b5b1bfe | |
parent | d987de88529c1988377a82cce6d0295f02046017 (diff) |
Content padding and background color, img background color. CSS: Move sidebar.
-rw-r--r-- | local.css | 63 |
1 files changed, 33 insertions, 30 deletions
@@ -103,33 +103,6 @@ DIV#topbar ol li { line-height: 2em; } -DIV#sidebar { - margin: 3em 0 1em 2em; - padding: 0; - background-color: LightBlue; - float: left; - text-align: left; -} - -DIV#sidebar ul { - padding-left: 0.5em; - margin-bottom:0; - margin-top:0; -} - -DIV#sidebar ul li { - list-style-type: none; - padding: 0; -} - -DIV#sidebar ul li a { - font-weight: bold; -} - -DIV#sidebar ul li SPAN.selflink { - color: blue; -} - DIV#wrapper { float: right; width: 40%; @@ -137,20 +110,23 @@ DIV#wrapper { } DIV#content { + background-color: LightBlue; clear: both; margin: 3em auto 1em; - padding: 0; - max-width: 52em; + padding: 0 1em; + max-width: 50em; text-align: left; } DIV#content IMG { + background-color: LightBlue; display: block; clear: both; float: right; - margin-right: -240px; + margin-right: -260px; padding: 10px 20px; } + DIV.inlinepage { border: 0; padding: 1em; @@ -169,6 +145,33 @@ DIV.inlinefooter { display: none; } +DIV#sidebar { + margin: 3em 0 1em 2em; + padding: 0; + background-color: LightBlue; + float: left; + text-align: left; +} + +DIV#sidebar ul { + padding-left: 0.5em; + margin-bottom:0; + margin-top:0; +} + +DIV#sidebar ul li { + list-style-type: none; + padding: 0; +} + +DIV#sidebar ul li a { + font-weight: bold; +} + +DIV#sidebar ul li SPAN.selflink { + color: blue; +} + DIV#backlinks { display: none; } |