box.css:
* Removed background of enrty end comments * Removed transparency (really ugly ^^)
This commit is contained in:
parent
212bc739f0
commit
e2975aca95
@ -79,9 +79,11 @@ div.pages {
|
|||||||
border-top: 1px solid #333333;
|
border-top: 1px solid #333333;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
/* Ugly transparency */
|
/* Ugly transparency */
|
||||||
|
/*
|
||||||
filter:alpha(opacity=50);
|
filter:alpha(opacity=50);
|
||||||
-moz-opacity:0.5;
|
-moz-opacity:0.5;
|
||||||
opacity:0.5;
|
opacity:0.5;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pages_title {
|
div.pages_title {
|
||||||
@ -146,7 +148,7 @@ div.entries {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
width: 580px;
|
width: 580px;
|
||||||
background: #333333;
|
/* background: #333333; */
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
@ -198,7 +200,7 @@ div.entry_border_bottom {
|
|||||||
|
|
||||||
div.comments {
|
div.comments {
|
||||||
width: 580px;
|
width: 580px;
|
||||||
background: #333333;
|
/* background: #333333; */
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user