From 3f06d31c3b18987279cd1763471518911df59d5c Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 2 Sep 2010 21:49:00 +0200 Subject: Style: Distinguished styling of notebox in sidebar. --- local.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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% -- cgit v1.2.3