box.css:
* Added transparency for the pageslist
This commit is contained in:
parent
27f572606c
commit
212bc739f0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user