merge of '02fcc2f7749bae7a3ec47e06df2e87b744f859d9'

and '2a04fb3507bc56975b251f740976304cb2801283'
This commit is contained in:
z3d
2011-01-21 14:13:49 +00:00
2 changed files with 37 additions and 13 deletions

View File

@ -168,7 +168,7 @@ div.routersummary h4 {
text-decoration: none !important;
color: #2b2;
line-height: 105%;
-moz-box-shadow: inset 0px 0px 1px 10px #dfd;
-moz-box-shadow: inset 0px 0px 1px 30px #dfd;
-khtml-box-shadow: 0px 0px 1px 1px #dfd;
box-shadow: 0px 0px 1px 1px #fdf;
}
@ -507,14 +507,15 @@ div.graphspanel form {
div.messages {
padding: 10px;
margin: 10px 0 15px 0;
background: #ffe;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #447;
background: #ffe url('images/magic.png');
background: #fff url('images/magic.png');
font-weight: bold;
-moz-box-shadow: inset 0px 0px 1px 1px #bbf;
-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);
}
div.messages span.error {
@ -742,7 +743,7 @@ h2 {
font-size: 13pt;
color: #115;
letter-spacing: 0.07em;
background: #ffe url('images/header.png') center center repeat-x;
background: url('images/header.png') center center repeat-x;
text-shadow: 0px 1px 1px #99f;
padding: 10px;
wordwrap: none;
@ -790,7 +791,7 @@ h3 {
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
background: #ffe url('images/header.png') center center repeat-x !important;
background: url('images/header.png') center center repeat-x !important;
text-transform: uppercase;
text-shadow: 0px 1px 1px #99f;
font-size: 11pt;
@ -1012,8 +1013,7 @@ form {}
border-top: 0 !important;
margin: -5px 0 5px 0;
padding: 7px;
background: #fff url('images/magic.png') center bottom;
-moz-box-shadow: inset 0px 0px 40px 5px #ccf;
background: url("images/header.png") repeat scroll center center #eef;
text-shadow: 0 1px #99f;
letter-spacing: 0em !important;
text-transform: capitalize;

View File

@ -15,19 +15,19 @@ div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersumma
}
div.routersummary h4 {
font-size: 11pt;
div.routersummary h4, div.routersummary h4 a {
font-size: 11pt !important;
letter-spacing: 0.1em;
-moz-box-shadow: inset 0px 0px 1px 15px #dfd;
}
div.routersummary b {
font-size: 9pt;
font-size: 9.5pt;
font-weight: normal !important;
}
div.routersummary a {
word-spacing: 0.2em !important;
letter-spacing: 0.1em !important;
word-spacing: 0.1em !important;
letter-spacing: 0.05em !important;
font-size: 10.5pt;
line-height: 150%;
}
@ -66,4 +66,28 @@ input, input:visited {
table {
font: 8.5pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
}
td {
font-size: 9pt;
}
.statusnotes {
font-size: 10pt;
letter-spacing: 0.2em !important;
text-shadow: none !important;
}
.tablefooter tr, .tablefooter td {
font-size: 10pt !important;
}
div.tunnels a {
font-size: 9.5pt !important;
letter-spacing: 0 !important;
word-spacing: 0 !important;
}
code, tt {
font-size: 10pt !important;
}