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