summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-18 00:30:10 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-18 00:30:10 +0200
commit4edf2f2113d5682d8430259971fc75865f596891 (patch)
tree448ed20e89dd10bb2317f32b2125451ea5b0ad1c
parentdc507fe3bfad49cc2dabc3bc9ed0852062936bea (diff)
Misc. tidying guided by Siri.
-rw-r--r--local.css42
1 files changed, 35 insertions, 7 deletions
diff --git a/local.css b/local.css
index 060c462..9edd6a6 100644
--- a/local.css
+++ b/local.css
@@ -13,10 +13,10 @@ A:visited {
A:link {
color: #9c0000;
}
-DIV#container {
+DIV.page {
+ margin: 3% 5%;
}
DIV#branding {
- margin-left: 5%;
font-size: x-large;
}
DIV#branding-logo,
@@ -29,14 +29,38 @@ DIV#branding-logo a {
color: white;
font-weight: bold;
}
+DIV.header,
+DIV.pagedate {
+ font-size: 14px;
+}
+DIV.header,
+DIV.header FORM#searchform {
+ position: absolute;
+ top: .5em;
+}
+DIV.header {
+ width: 90%;
+}
+DIV.header FORM#searchform {
+ right: 0;
+}
+DIV.pageheader DIV.actions {
+ position: absolute;
+}
+DIV.pageheader DIV.actions UL,
+DIV.pageheader DIV#otherlanguages {
+ border-bottom: inherit;
+}
DIV.topbar,
DIV.pagerights,
DIV.pagedate {
- margin: 0 5%;
margin-top: 0;
padding: 0 .3em;
background: #9c9c63;
text-align: right;
+}
+DIV.topbar,
+DIV.pagerights {
font-size: small;
}
DIV.topbar P,
@@ -54,22 +78,26 @@ DIV.topbar UL LI {
DIV#pagebody {
float: left;
width: 100%;
-}
-DIV#content {
- margin: 0 10% 0 15%;
background-image: url(pictoman_big.gif);
background-attachment: fixed;
background-repeat: no-repeat;
- background-position: 80%;
+ background-position: 80% 150px;
+}
+DIV#content {
+ margin: 0 10% 0 15%;
}
DIV.sidebar {
float: left;
background-color: inherit;
width: 15%;
border: none;
+ margin-top: 5em;
margin-left: -100%;
text-align: right;
}
+DIV.sidebar P {
+ margin: 2em 0;
+}
DIV.farbar {
float: left;
width: 10%;