From 212bc739f062ba1e75bd4261b7fe8188cd40df3d Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 10 Jul 2009 13:53:45 +0200 Subject: box.css: * Added transparency for the pageslist --- styles/box.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'styles') 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 */ -- cgit v1.2.3