Console/tunnelmanager: light theme adulteration.

This commit is contained in:
z3d
2011-01-15 04:09:53 +00:00
parent 8b8a3a4a60
commit c453dd0e34
2 changed files with 28 additions and 20 deletions

View File

@ -850,7 +850,7 @@ h4 {
button, button:visited{
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px outset #999;
border: 1px outset #66a;
padding: 1px 3px;
background: #ffe !important;
text-decoration: none;

View File

@ -43,7 +43,7 @@ label {
}
h4 {
font-size: 14px;
font-size: 11pt;
font-weight: bold !important;
color: #001;
text-align: center;
@ -52,11 +52,14 @@ h4 {
padding: 5px 10px;
background: #eef url(images/header.png) repeat-x center center;
text-transform: uppercase;
letter-spacing: 0.08em;
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
letter-spacing: 0.07em;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
text-shadow: 0px 1px 1px #77f;
-moz-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
-khtml-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
}
a {
@ -81,10 +84,9 @@ button {
}
textarea {
border: 1px solid #9999ff;
color: #001;
background: #ddf;
border: 1px solid #44d;
color: #003;
background: #fff;
border: 1px solid #447;
}
br {
@ -131,28 +133,28 @@ hr {
.separator, .subdivider {
clear: both;
height: 1px;
margin: 1px 0px 1px 0px;
border-bottom: 1px solid #225;
margin: 10px 0px 10px 0px;
border-bottom: 1px dotted #447;
/*
display: none;
*/
}
.subdivider {
border-bottom: 1px solid #225;
padding: 5px 0px 0px 0px;
border-bottom: 1px dotted #447;
padding: 5px 0;
}
.freetext {
width: 150px;
height: 24px;
border: 1px solid #44d;
border: 1px solid #447;
padding: 2px;
margin: 4px 0 2px 0px;
font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-weight: bold;
background: #ddf;
color: #001;
background: #fff;
color: #003;
-moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
@ -169,7 +171,7 @@ hr {
font-weight: bold;
background: #ffe;
color: #001;
border: 1px outset #ddddc0;
border: 1px outset #66a;
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
@ -187,11 +189,17 @@ hr {
text-decoration: none;
}
*/
.control:hover, control:visited:hover {
border: 1px solid #eef;
background-color: #f60;
color: #fff !important;
text-decoration: none;
border: 1px solid #f60 !important;
background: #f60 !important;
color: #fff;
-moz-box-shadow: inset 0px 0px 0px 1px #fff !important;
-khtml-box-shadow: inset 0px 0px 0px 1px #fff !important;
box-shadow: inset 0px 0px 0px 1px #fff !important;
}
.control:link, control:visited {
@ -201,7 +209,7 @@ hr {
min-width: 60px;
font-weight: bold;
color: #001;
border: 1px outset #ddddc0;
border: 1px outset #66a;
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
@ -352,11 +360,11 @@ globalOperationsPanel .control:hover {
select {
background-color: #eef;
color: #001;
color: #003;
margin: 4px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid #001;
border: 1px solid #447;
padding: 2px;
min-width: 270px;
font-size: 8pt;