* Added transparency for the pageslist
This commit is contained in:
Stefan Ritter 2009-07-10 13:53:45 +02:00
parent 27f572606c
commit 212bc739f0
1 changed files with 5 additions and 1 deletions

View File

@ -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 */