summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-07 01:34:15 +0200
committerSiri Reiter <siri@jones.dk>2009-04-07 01:34:15 +0200
commite8a967d4dcef85eaf3042d52cbd87e6e9c0fa9b1 (patch)
tree55cbb0519ed65a9b5ff7135f06b25d13b20566f8 /local.css
parent34bbae5fed75e9094fe6c47d5a4b07b24791bd3c (diff)
Create farbar behaviour. Change content image margin and sidebar width. Body background color white.
Diffstat (limited to 'local.css')
-rw-r--r--local.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/local.css b/local.css
index 549bf449..953b9302 100644
--- a/local.css
+++ b/local.css
@@ -35,7 +35,7 @@ p {
BODY {
margin: 0;
- background-color: LightBlue;
+ background-color: white;
font-family: sans-serif;
}
@@ -137,7 +137,7 @@ DIV#content IMG {
clear: both;
float: right;
margin-right: -260px;
- padding: 10px 20px;
+ padding: 10px 15px;
}
DIV.inlinepage {
@@ -159,7 +159,7 @@ DIV.inlinefooter {
}
DIV#sidebar {
- width: 17%;
+ width: 15%;
max-width: 200px;
margin: 20px 1em 1em 20px;
padding: 0;
@@ -187,6 +187,16 @@ DIV#sidebar ul li SPAN.selflink {
color: blue;
}
+DIV#farbar {
+ width: 15%;
+ max-width: 200px;
+ margin: 20px 1em 1em 20px;
+ padding: 1em;
+ background-color: LightBlue;
+ float: right;
+ text-align: left;
+}
+
DIV#backlinks {
display: none;
}