summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-23 17:18:36 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-23 17:18:36 +0200
commit1d811b8132ac058630e37e1e6bc7028848cc01ca (patch)
treecc71f460c0b9915a3833cbbccfae8fe8195432ab
parent350183befd4072b5a63b6d3a80ee959cba947a0f (diff)
parent06f5421ec5900721440e04ddef70a69a2089d8fd (diff)
Merge branch 'master' of coreander:/srv/git/source.redpill.dk/support_content
-rw-r--r--local.css77
1 files changed, 77 insertions, 0 deletions
diff --git a/local.css b/local.css
index 165c957..46c8b12 100644
--- a/local.css
+++ b/local.css
@@ -2,12 +2,28 @@
/* Add local styling here, instead of modifying style.css. */
+a,
+a:hover,
+a:visited {
+ font-weight: normal;
+ color: green;
+}
.header {
background-color: green;
color: white;
padding: 10px 20px 0;
}
+.header span.parentlinks,
+.header span.parentlinks a,
+.header span.parentlinks a:hover {
+ font-weight: bold;
+}
+
+div.header a,
+div.header a:hover {
+ color: white;
+}
div.actions ul {
border-bottom: 0;
@@ -29,6 +45,7 @@ div#topbar ol li {
line-height: 2em;
background-color: green;
color: white;
+ font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
@@ -39,6 +56,66 @@ div#topbar a:visited {
color: white;
}
+div#backlinks {
+ margin: 0;
+}
+
+div#backlinks a,
+div#backlinks a:hover {
+ color: white;
+}
+
+div#content {
+ margin: 0 10%;
+ max-width: 67em;
+}
+
+div#sidebar {
+ float: left;
+ margin-top: 6em;
+ margin-left: 2%;
+ width: 16%;
+ padding: 0px;
+ text-transform: lowercase;
+}
+div#sidebar ul {
+ margin: 0px;
+ padding: 0px;
+}
+div#sidebar ul li {
+ line-height: 2;
+ list-style-type: none;
+}
+
+div#sidebar ul li a,
+div#sidebar ul li a:hover,
+div#sidebar ul li span.selflink {
+ font-weight: bold;
+}
+div#sidebar ul li span.selflink {
+ color: black;
+}
+div#sidebar ul ul li {
+ margin-left: 10%;
+}
+
+div#farbar {
+ float: right;
+ border-style: solid;
+ border-width: 1px;
+ border-color: green;
+ margin: 20px;
+ padding: 20px;
+}
+
+div#farbar ul li {
+ list-style-type: none;
+}
+
+div#backlinks {
+ display: none;
+}
+
div#pageinfo {
margin: 15em 0 0;
padding: 2px 20px;