Multifarious light tweaks.

This commit is contained in:
z3d
2011-01-22 07:16:42 +00:00
parent a71372c679
commit dc0c97c0ae
3 changed files with 12 additions and 5 deletions

View File

@ -117,7 +117,7 @@ div.routersummary hr {
border-bottom: 1px solid #99f; border-bottom: 1px solid #99f;
margin: 8px -7px 8px -7px; margin: 8px -7px 8px -7px;
-moz-box-shadow: inset 0px 1px 1px 1px #fff; -moz-box-shadow: inset 0px 1px 1px 1px #fff;
-khtml-box-shadow: inset 0px 0px 1px #fff; -khtml-box-shadow: inset 0px 1px 0px #fff;
box-shadow: inset 0px 1px 1px 1px #fff; box-shadow: inset 0px 1px 1px 1px #fff;
} }
@ -161,7 +161,7 @@ div.routersummary h4 {
border-bottom: 0 !important; border-bottom: 0 !important;
font-size: 8.5pt; font-size: 8.5pt;
letter-spacing: 0.02em; letter-spacing: 0.02em;
margin: -6px -6px !important; margin: -6px -6px -7px !important;
padding: 3px 3px 5px 3px; padding: 3px 3px 5px 3px;
background: #ddf url(images/magic.png); background: #ddf url(images/magic.png);
text-transform: capitalize; text-transform: capitalize;

View File

@ -248,7 +248,9 @@ hr {
border-radius: 4px; border-radius: 4px;
border: 1px solid #002; border: 1px solid #002;
padding: 10px 20px; padding: 10px 20px;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
-khtml-box-shadow: inset 0px 0px 1px 1px #bbf;
box-shadow: inset 0px 0px 1px 1px #bbf;
background: none repeat scroll 0 0 #EEEEFF; background: none repeat scroll 0 0 #EEEEFF;
background: #fff url(images/magic.png); background: #fff url(images/magic.png);
border: 1px solid #444477; border: 1px solid #444477;
@ -295,17 +297,17 @@ hr {
background-color: #fff; background-color: #fff;
border: 1px solid #003; border: 1px solid #003;
padding: 5px 20px 11px 10px; padding: 5px 20px 11px 10px;
-moz-box-shadow: inset 0px 0px 0px 1px #f00; -moz-box-shadow: inset 0px 0px 0px 1px #f00;
-moz-box-shadow: inset 0px 0px 1px 0px #f60; -moz-box-shadow: inset 0px 0px 1px 0px #f60;
background: #fff url(images/magic.png); background: #fff url(images/magic.png);
border: 1px solid #444477; border: 1px solid #444477;
color: #613; color: #613;
} }
#globalOperationsPanel .control { #globalOperationsPanel .control {
min-width: 120px; min-width: 120px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold;
} }
#globalOperationsPanel .control:link { #globalOperationsPanel .control:link {

View File

@ -101,6 +101,11 @@
margin-left: 2px; margin-left: 2px;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
color: #001 !important;
}
#tunnelListPage .footer .control:hover {
color: white !important;
} }
#tunnelListPage .footer label { #tunnelListPage .footer label {