diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-10 13:53:45 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-10 13:53:45 +0200 |
commit | 212bc739f062ba1e75bd4261b7fe8188cd40df3d (patch) | |
tree | de4212c38557ef7456dcc4dec735650edf369945 /styles | |
parent | 27f572606c284fa6c4fcf346da72573fe49ff411 (diff) |
box.css:
* Added transparency for the pageslist
Diffstat (limited to 'styles')
-rw-r--r-- | styles/box.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/box.css b/styles/box.css index 5709b85..45d0795 100644 --- a/styles/box.css +++ b/styles/box.css @@ -78,6 +78,10 @@ div.pages { background: #222222; border-top: 1px solid #333333; border-bottom: 1px solid #000000; + /* Ugly transparency */ + filter:alpha(opacity=50); + -moz-opacity:0.5; + opacity:0.5; } div.pages_title { @@ -97,7 +101,7 @@ li.pages_list_entry { a.pages_list_entry { text-decoration: none; - color: #666666; + color: #FFFFFF; } /* MONTHS */ |