summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-09-02 21:49:00 +0200
committerSiri Reiter <siri@jones.dk>2010-09-02 21:49:00 +0200
commit3f06d31c3b18987279cd1763471518911df59d5c (patch)
treec854ce80bebcf7a4a37f64152ba25af16e568553 /local.css
parent62bb5cbae4fd3b9d801ade8cd7d0c4ff3bbbaecd (diff)
Style: Distinguished styling of notebox in sidebar.
Diffstat (limited to 'local.css')
-rw-r--r--local.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/local.css b/local.css
index dcae4c74..0c8f185f 100644
--- a/local.css
+++ b/local.css
@@ -164,6 +164,21 @@ DIV.sidebar A:hover {
color: #06c;
}
+DIV.sidebar DIV.notebox {
+ color: white !important;
+ background: #ff30ff;
+ border: none;
+}
+
+/* TODO: drop when nn4.css is dropped */
+DIV.sidebar DIV.notebox p {
+ color: white;
+}
+
+DIV.sidebar DIV.notebox A {
+ color: inherit;
+}
+
DIV.farbar {
background: none;
width: 30%