forked from I2P_Developers/i2p.i2p
Console: "light" theme refresh.
This commit is contained in:
@@ -3,7 +3,7 @@ body {
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
|
||||
background-color: #eef;
|
||||
background: #eef url('images/snowcamo.png');
|
||||
color: #001;
|
||||
font-size: 10pt;
|
||||
/* we've avoided Tantek Hacks so far,
|
||||
@@ -45,7 +45,7 @@ h4 {
|
||||
border: 1px solid #225;
|
||||
margin: 5px 0 15px 0;
|
||||
padding: 5px 10px;
|
||||
background: #b4c8ff url(images/tabletitlelight.png) repeat-x;
|
||||
background: #b4c8ff url(images/header_on.png) repeat-x center center;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
|
||||
@@ -200,7 +200,7 @@ hr {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: #bbf url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
background: #bbf url(images/header_on.png) center center repeat:x !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -218,6 +218,9 @@ hr {
|
||||
border: 1px solid #002;
|
||||
padding: 10px 20px;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
background: none repeat scroll 0 0 #EEEEFF;
|
||||
border: 1px solid #444477;
|
||||
color: #000011;
|
||||
}
|
||||
|
||||
.panel .footer {
|
||||
@@ -262,6 +265,11 @@ hr {
|
||||
padding: 5px 20px 11px 10px;
|
||||
background: url(images/lightbluetile.png);
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f00;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
background: none repeat scroll 0 0 #EEEEFF;
|
||||
border: 1px solid #444477;
|
||||
color: #000011;
|
||||
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control {
|
||||
@@ -288,7 +296,7 @@ globalOperationsPanel .control:link {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
background: url(images/header_on.png) 0 0 repeat: x !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -307,7 +315,7 @@ globalOperationsPanel .control:visited {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
background: url(images/header_on.png) 0 0 repeat: x !important;
|
||||
}
|
||||
|
||||
globalOperationsPanel .control:hover {
|
||||
@@ -325,7 +333,7 @@ globalOperationsPanel .control:hover {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
background: url(images/header_on.png) 0 0 repeat: x !important;
|
||||
}
|
||||
.header {
|
||||
-moz-border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user