diff options
author | Siri Reiter <siri@jones.dk> | 2010-09-02 21:49:00 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-09-02 21:49:00 +0200 |
commit | 3f06d31c3b18987279cd1763471518911df59d5c (patch) | |
tree | c854ce80bebcf7a4a37f64152ba25af16e568553 | |
parent | 62bb5cbae4fd3b9d801ade8cd7d0c4ff3bbbaecd (diff) |
Style: Distinguished styling of notebox in sidebar.
-rw-r--r-- | local.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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% |