Changes to dark theme from dr|z3d to improve look of tunnel wizard

This commit is contained in:
str4d
2012-06-29 13:49:37 +00:00
parent 9adb97d300
commit 820345f84d

View File

@@ -209,7 +209,7 @@ hr {
font-size: 8.5pt;
color: #EEEE99;
background-color: #020;
background: #000; /*url(images/camotile2.png);*/
background: #000 url(images/camotile2.png);
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
@@ -220,6 +220,18 @@ hr {
.iframed .panel {
margin: 16px auto -8px auto !important;
}
.panel td:first-child {
font-weight: bold;
}
.panel td {
padding: 6px 0 8px;
}
.panel td:last-child {
border-bottom: 1px dotted #494;
}
.panel .footer {
float: right;
@@ -285,25 +297,25 @@ hr {
a:link{
color: #494;
text-decoration: none;
background: #000;
background: none;
}
a:visited{
color: #7b7;
text-decoration: none;
background: #000;
background: none;
}
a:hover{
color: #ff6600;
text-decoration: underline;
background: #000;
background: none;
}
a:active{
color: #900;
text-decoration: underline;
background: #000;
background: none;
}
input {