Minor futzing with the dark console theme.
This commit is contained in:
@ -152,7 +152,7 @@ div.news {
|
|||||||
background: url(images/darkbluetile.png);
|
background: url(images/darkbluetile.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.news li\ {
|
div.news li {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
list-style-type:square;
|
list-style-type:square;
|
||||||
margin: 2px 20px 0px 30px;
|
margin: 2px 20px 0px 30px;
|
||||||
@ -301,7 +301,7 @@ text-align: justify;
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #bbf;
|
color: #ddf;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-left: 240px;
|
margin-left: 240px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
@ -312,10 +312,10 @@ h1 {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.06em;
|
letter-spacing: 0.06em;
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 120, 0.9);
|
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
background-color: #004;
|
background-color: #004;
|
||||||
/* -moz-box-shadow: 0 2px 2px 1px #ccccff; */
|
-moz-box-shadow: inset 0px 0px 16px 0px #009;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
Reference in New Issue
Block a user