Dark console theme tweaks.

This commit is contained in:
z3d
2009-07-10 14:44:38 +00:00
parent 00d99fb1a9
commit 4248ab936c

View File

@ -58,6 +58,7 @@ text-decoration: none;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-radius: 4px;
color: #002; color: #002;
} }
@ -86,19 +87,18 @@ div.routersummaryouter {
} }
div.routersummary { div.routersummary {
/* margin: 0px 20px 20px 0px; */
width: 175px; width: 175px;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
border: 1px solid #9999ff; border: 1px solid #9999ff;
/* border-left: 0px; */
background-color: #000033; background-color: #000033;
background: url(images/darkbluebg.png); background: url(images/darkbluebg.png);
color: #eeeeff; color: #eeeeff;
font-size: 8pt; font-size: 8pt;
clear: left; /* fixes a bug in Opera */ clear: left; /* fixes a bug in Opera */
-moz-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px;
border-radius: 4px;
float: left; float: left;
-moz-box-shadow: inset 0px 0px 16px 0px #009; -moz-box-shadow: inset 0px 0px 16px 0px #009;
} }
@ -301,7 +301,7 @@ text-align: justify;
h1 { h1 {
text-align: left; text-align: left;
color: #ddf; color: #bbf;
padding: 10px; padding: 10px;
margin-left: 240px; margin-left: 240px;
margin-bottom: 20px; margin-bottom: 20px;