2011-01-24 13:20:06 +00:00
|
|
|
/* I2P Theme: Light */
|
|
|
|
/* Description: Light blue highlights. */
|
|
|
|
/* Author: dr|z3d */
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 10px 0px -10px 10px;
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
font: 10pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
2011-11-11 02:50:55 +00:00
|
|
|
background: #9696ff url('images/snowcamo.png');
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-05-25 01:27:48 +00:00
|
|
|
div.clearer {
|
|
|
|
clear: left;
|
|
|
|
height: 0;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
img {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
width: 98%;
|
|
|
|
overflow: auto;
|
|
|
|
text-align: left;
|
|
|
|
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
color: #333;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.logo {
|
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
2011-12-17 18:27:17 +00:00
|
|
|
color: #fff;
|
2011-01-24 13:20:06 +00:00
|
|
|
margin: 0 10px;
|
|
|
|
border: 1px solid #447;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #ffe;
|
|
|
|
width: 185px;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 1px #bbf;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.toolbar {
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
background: #ffe;
|
|
|
|
border: 1px solid #447;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.toolbar a:link {
|
|
|
|
border: 1px outset #ddddc0;
|
|
|
|
padding: 0px 5px 1px 5px;
|
|
|
|
line-height: 250%;
|
|
|
|
background: #bbf;
|
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.toolbar a:visited {
|
|
|
|
background: #ffe;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
div.toolbar a:hover {
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 1px solid #eeffef;
|
|
|
|
background: #003;
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:active {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #900;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummaryouter {
|
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
margin: 0 0 10px 0px;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
clear: left;/* fixes a bug in Opera */
|
|
|
|
text-align: center !important;
|
|
|
|
display: block;
|
2012-06-09 04:33:29 +00:00
|
|
|
position: absolute;/* so no interference with /home app icons */
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary {
|
|
|
|
width: 180px;
|
|
|
|
padding: 8px 8px 10px 8px;
|
|
|
|
text-align: center !important;
|
|
|
|
border: 1px solid #447;
|
|
|
|
color: #000;
|
|
|
|
font-size: 8pt;
|
|
|
|
clear: left;/* fixes a bug in Opera */
|
2011-11-11 02:50:55 +00:00
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background: #f0f0f0;
|
2011-01-24 13:20:06 +00:00
|
|
|
-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary input[type=text] {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary hr {
|
|
|
|
color: #99f;
|
|
|
|
background: #99f;
|
|
|
|
height: 1px;
|
|
|
|
border-bottom: 1px solid #99f;
|
|
|
|
margin: 8px -7px 8px -7px;
|
|
|
|
-moz-box-shadow: inset 0px 1px 1px 1px #fff;
|
|
|
|
-khtml-box-shadow: inset 0px 1px 0px #fff;
|
|
|
|
box-shadow: inset 0px 1px 1px 1px #fff;
|
|
|
|
}
|
|
|
|
|
2011-12-02 17:21:04 +00:00
|
|
|
div.routersummary hr.b {
|
|
|
|
color: #f0f0f0;
|
|
|
|
background: #f0f0f0;
|
|
|
|
border-bottom: 1px solid #f0f0f0;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div routersummary hr:last-child {
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h3 {
|
|
|
|
border: 0;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
letter-spacing: 0.04em;
|
|
|
|
margin: -4px -3px;
|
|
|
|
padding: 2px 0;
|
|
|
|
background: #ffe;
|
|
|
|
text-transform: uppercase;
|
|
|
|
background: #ffe url('images/header.png') center center repeat-x;
|
|
|
|
border: 1px solid #99f !important;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-moz-box-shadow: 0px 1px 5px #bbf;
|
|
|
|
-khtml-box-shadow: outset 0px 0px 2px 1px #bbf;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h3 a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h3:hover {
|
|
|
|
background: #ffa url('images/header.png') center center repeat-x !important;
|
|
|
|
text-shadow: 0 0 0;
|
|
|
|
-moz-box-shadow: inset 0px 0px 2px 1px #ffa;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 2px 1px #ffa;
|
|
|
|
box-shadow: inset 0px 0px 2px 1px #ffa;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h4 {
|
|
|
|
border: 0px solid #fff;
|
|
|
|
border-bottom: 0 !important;
|
|
|
|
font-size: 8.5pt;
|
|
|
|
letter-spacing: 0.02em;
|
|
|
|
margin: -6px -6px -7px !important;
|
2011-11-30 23:23:41 +00:00
|
|
|
padding: 6px 3px 6px 27px;
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #e0e0f5 url('../images/itoopie_xsm.png') no-repeat 1px center;
|
|
|
|
min-height: 16px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-decoration: none !important;
|
2011-11-30 23:23:41 +00:00
|
|
|
color: #359;
|
2011-01-24 13:20:06 +00:00
|
|
|
line-height: 105%;
|
2011-11-30 23:23:41 +00:00
|
|
|
-moz-box-shadow: inset 0px 0px 1px 30px #bdf;
|
|
|
|
-khtml-box-shadow: 0px 0px 1px 1px #bdf;
|
|
|
|
box-shadow: 0px 0px 1px 1px #bdf;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2012-06-20 12:56:00 +00:00
|
|
|
div.routersummary ul {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.routersummary table {
|
|
|
|
border: 0;
|
|
|
|
text-align: center !important;
|
2011-12-02 17:21:04 +00:00
|
|
|
margin: -6px -5px -4px -5px;
|
2011-01-24 13:20:06 +00:00
|
|
|
width: 190px !important;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 8pt;
|
|
|
|
background-image: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary tr {
|
|
|
|
background-image: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary td:first-child {
|
|
|
|
max-width: 90px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary a:hover {
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary td {
|
|
|
|
padding: 1px 3px;
|
|
|
|
background-image: none !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td:first-child {
|
|
|
|
width: 16px;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels img, div.tunnels img:hover {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
div.routersummary img:first-child {
|
2011-01-24 13:20:06 +00:00
|
|
|
margin-bottom: -2px !important;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary img:hover:first-child {
|
|
|
|
margin-bottom: -2px !important;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2012-06-20 12:56:00 +00:00
|
|
|
div.newsheadings {
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 0 0 10px;
|
|
|
|
}
|
|
|
|
|
2012-07-14 00:48:28 +00:00
|
|
|
div.newsheadings li {
|
|
|
|
list-style: none outside url('images/newsbullet_mini.png');
|
|
|
|
margin: 0 -4px 2px 8px;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.tunnels {
|
|
|
|
margin-top: 6px !important;
|
|
|
|
margin-left: -2px !important;
|
|
|
|
margin-bottom: 3px !important;
|
|
|
|
padding-top: 3px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels table {
|
|
|
|
margin: -7px 0 -5px -4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td, div.tunnels img:first-child {
|
|
|
|
margin: 0 !important;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnels tr {
|
|
|
|
padding: 4px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary p {
|
|
|
|
padding: 0;
|
2011-11-08 11:44:45 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
div.refresh {
|
2011-03-08 03:07:02 +00:00
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-bottom: 10px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 2px 0 0px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* proxy error messages */
|
|
|
|
|
|
|
|
div.warning {
|
|
|
|
margin: 20px 20px 30px 240px;
|
|
|
|
padding: 5px 25px 20px 75px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #447;
|
|
|
|
text-align: left;
|
|
|
|
color: inherit;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
text-align: justify;
|
2011-11-08 11:44:45 +00:00
|
|
|
background-image:url("../images/itoopie_sm.png");
|
2011-01-24 13:20:06 +00:00
|
|
|
background-position:10px center;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #d00;
|
|
|
|
word-wrap: break-word;
|
|
|
|
min-width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* console error messages */
|
|
|
|
|
|
|
|
div.sorry {
|
|
|
|
margin: 5px 10px 10px 207px;
|
|
|
|
padding: 20px 20px 20px 75px;
|
|
|
|
background: #ffe;
|
|
|
|
border: 1px solid #447;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
text-align: justify;
|
|
|
|
background-image: url("images/errortriangle.png");
|
|
|
|
background-position: 15px center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #d00;
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #531;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sorry hr {
|
|
|
|
color: #531;
|
|
|
|
background: #531;
|
|
|
|
height: 1px;
|
|
|
|
border: 1px solid #531;
|
|
|
|
margin: 10px 0 15px 0;
|
2011-11-08 11:44:45 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
div.main {
|
|
|
|
margin: 10px 10px 20px 207px;
|
|
|
|
padding: 0 15px 15px 15px;
|
|
|
|
text-align: left;
|
|
|
|
color: #001;
|
|
|
|
width: auto;
|
|
|
|
min-width: 500px;
|
|
|
|
border: 1px solid #447;
|
2012-03-12 14:30:38 +00:00
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
-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;
|
2011-11-11 02:50:55 +00:00
|
|
|
background: #f0f0f0;
|
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
div.main hr, hr {
|
|
|
|
color: #113;
|
|
|
|
background: #113;
|
|
|
|
height: 1px;
|
|
|
|
border: 0px solid #113;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr:last-child {
|
|
|
|
margin-top: 20px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main textarea {
|
|
|
|
background: #ffe;
|
|
|
|
color: #001;
|
|
|
|
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news {
|
|
|
|
margin: 0px 10px 5px 207px;
|
|
|
|
padding: 7px 20px 7px 20px;
|
|
|
|
border: 1px solid #447;
|
|
|
|
color: #224;
|
2012-03-12 14:30:38 +00:00
|
|
|
border-radius: 8px;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: right !important;
|
|
|
|
font-size: 7.5pt;
|
|
|
|
line-height: 140%;
|
|
|
|
-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;
|
2012-03-12 14:30:38 +00:00
|
|
|
background: #f0f0f0 url("/themes/snark/ubergine/images/hat.png") no-repeat scroll right bottom;
|
2011-01-24 13:20:06 +00:00
|
|
|
min-width: 490px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news p {
|
|
|
|
font-size: 9pt;
|
|
|
|
text-align: justify !important;
|
|
|
|
line-height: 120%;
|
|
|
|
margin-top: -7px;
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
div.news hr {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #225;
|
|
|
|
background: #225;
|
|
|
|
height: 1px;
|
|
|
|
border: 0px dotted #225;
|
|
|
|
margin: 10px 0 5px;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news li {
|
|
|
|
text-align: justify;
|
|
|
|
list-style: none;
|
|
|
|
margin: 5px 0 16px 0 !important;
|
|
|
|
vertical-align: bottom;
|
|
|
|
border: 1px solid #113;
|
|
|
|
border-left: 5px solid #113;
|
|
|
|
padding: 5px 5px;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
-khtml-border-radius: 0 4px 4px 0;
|
|
|
|
font-size: 10pt;
|
|
|
|
opacity: 1;
|
|
|
|
background: #ffe url('images/header.png') center center repeat-x;
|
|
|
|
-moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4);
|
|
|
|
-moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4);
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news li:first-child {
|
|
|
|
margin-top: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news h3 {
|
|
|
|
background: none !important;
|
|
|
|
text-align: left;
|
|
|
|
border: none !important;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-top: 0px;
|
|
|
|
border-bottom: 1px dotted #225 !important;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-khtml-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
font-size: 10pt !important;
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
text-transform: capitalize !important;
|
|
|
|
text-shadow: 0px 0px 0px #77f;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news h4 {
|
|
|
|
border-bottom: 0px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 -10px 0;
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.confignav {
|
2011-12-02 17:21:04 +00:00
|
|
|
padding: 16px 10px !important;
|
2011-12-04 18:52:17 +00:00
|
|
|
margin: 10px 0 0 -10px;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 9.5pt !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
line-height: 160% !important;
|
|
|
|
opacity: 1;
|
|
|
|
min-width: 400px;
|
|
|
|
}
|
|
|
|
|
2011-12-02 17:21:04 +00:00
|
|
|
span.tab {
|
|
|
|
padding: 2px 18px 4px 6px;
|
2011-12-04 18:52:17 +00:00
|
|
|
margin: -5px -7px 0 0;
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #d8d8ff;
|
|
|
|
-moz-border-radius: 6px 32px 2px 0;
|
|
|
|
-khtml-border-radius: 6px 32px 2px 0;
|
|
|
|
border-radius: 6px 32px 2px 0;
|
2011-12-04 18:52:17 +00:00
|
|
|
border: 1px outset #00f;
|
|
|
|
border-width: 2px 1px 1px 2px;
|
|
|
|
border-bottom-style: dashed;
|
2011-12-02 17:21:04 +00:00
|
|
|
min-width: 40px;
|
|
|
|
display: inline-block;
|
|
|
|
word-wrap: break-word;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.tab2 {
|
2011-12-04 18:52:17 +00:00
|
|
|
color: #008;
|
|
|
|
padding: 7px 18px 6px 6px;
|
2011-12-02 17:21:04 +00:00
|
|
|
margin: -11px -3px 0 0;
|
|
|
|
background: #e8e8ff;
|
|
|
|
-moz-border-radius: 6px 32px 2px 0;
|
|
|
|
-khtml-border-radius: 6px 32px 2px 0;
|
|
|
|
border-radius: 6px 32px 2px 0;
|
2011-12-04 18:52:17 +00:00
|
|
|
border: outset #00f;
|
|
|
|
border-width: 3px 1px 0 4px;
|
|
|
|
border-bottom-style: none;
|
2011-12-02 17:21:04 +00:00
|
|
|
min-width: 40px;
|
|
|
|
display: inline-block;
|
|
|
|
word-wrap: break-word;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.configure {
|
|
|
|
min-width: 400px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.configure h3, div.graphspanel h3 {
|
|
|
|
border: 1px solid #115;
|
|
|
|
border-left: 5px solid #115;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 15px 0 15px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
-khtml-border-radius: 0 4px 4px 0;
|
|
|
|
background: #ffe;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2012-07-11 12:06:59 +00:00
|
|
|
.sidebarconf input[type="image"] {
|
|
|
|
margin: 2px;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarconf th:nth-child(1) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarconf th:nth-child(2) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarconf td:first-child {
|
|
|
|
width: 60px;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarconf td {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarconf td:nth-child(3), .sidebarconf td:nth-child(4) {
|
|
|
|
width: 70px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarconf td:nth-child(3) {
|
|
|
|
text-align: right;
|
|
|
|
padding-left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarconf td:nth-child(4) {
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 50px;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.graphspanel {
|
|
|
|
text-align: center !important;
|
|
|
|
margin: 15px 0px -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.graphspanel img {
|
|
|
|
border: 1px solid #447;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 6px;
|
|
|
|
text-align: center !important;
|
|
|
|
background: #001;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.graphspanel img:hover {
|
|
|
|
-moz-box-shadow: inset 0px 0px 2px 1px #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.graphspanel form {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.messages {
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px 0 15px 0;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid #447;
|
|
|
|
background: #fff url('images/magic.png');
|
|
|
|
font-weight: bold;
|
|
|
|
-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);
|
|
|
|
}
|
|
|
|
|
2011-03-12 16:11:10 +00:00
|
|
|
div.error {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #d00000;
|
|
|
|
}
|
|
|
|
|
2011-03-12 16:11:10 +00:00
|
|
|
div.notice {
|
2011-01-24 13:20:06 +00:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.messages li {
|
|
|
|
text-align: justify !important;
|
|
|
|
font-weight: bold;
|
|
|
|
list-style: url(images/warning.png) !important;
|
|
|
|
margin: 0 10px 0 35px !important;
|
|
|
|
padding: 5px 10px !important;
|
|
|
|
border: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #447;
|
|
|
|
margin: 1px -15px 5px 0px;
|
|
|
|
font-size: 7pt;
|
|
|
|
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
|
|
|
font: 7pt/130% "Lucida Sans Unicode", Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
table hr {
|
|
|
|
padding: 0px 0;
|
|
|
|
color: #99f;
|
|
|
|
background: #99f;
|
|
|
|
border: 0px solid #99f;
|
|
|
|
margin: 0px 0px;
|
|
|
|
height: 1px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
padding: 6px 2px;
|
|
|
|
color: #000;
|
|
|
|
background: #ffe url('images/header.png') center center repeat-x;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 9pt;
|
|
|
|
line-height: 110%;
|
|
|
|
border-bottom: 1px solid #447 !important;
|
|
|
|
border-top: 1px solid #447 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
vertical-align: middle !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(even) {
|
2011-11-30 23:23:41 +00:00
|
|
|
background: #f7f7ff url(images/magic.png);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(odd) {
|
|
|
|
background: #fff url(images/magic.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 5px 3px;
|
|
|
|
color: #000;
|
|
|
|
vertical-align: middle;
|
|
|
|
border-top: 1px inset #447;
|
2011-11-08 11:44:45 +00:00
|
|
|
border-bottom: 1px outset #99f;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2012-03-12 14:30:38 +00:00
|
|
|
/* begin home page */
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2012-05-25 01:27:48 +00:00
|
|
|
/*
|
2012-01-23 23:07:24 +00:00
|
|
|
#appsummary {
|
2012-03-22 19:49:48 +00:00
|
|
|
clear: none;
|
|
|
|
float: none;
|
|
|
|
left: 10px;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#homemain {
|
|
|
|
left: 217px;
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#homenews {
|
|
|
|
margin: 0 10px 5px 0;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2.app {
|
2012-03-22 19:49:48 +00:00
|
|
|
border-radius: 8px;
|
|
|
|
margin: 1px 10px 15px 0 !important;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
2012-05-25 01:27:48 +00:00
|
|
|
*/
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2012-05-25 05:27:46 +00:00
|
|
|
h4.app, h4.app2 {
|
2012-03-22 19:49:48 +00:00
|
|
|
margin: 0 10px 2px 10px;
|
2012-03-12 14:30:38 +00:00
|
|
|
padding: 10px 0 8px 0;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2012-03-16 12:08:43 +00:00
|
|
|
h4.app2 {
|
|
|
|
clear: left;
|
2012-05-25 05:27:46 +00:00
|
|
|
margin-top: 5px !important;
|
2012-03-16 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.ag2 {
|
2012-03-22 19:49:48 +00:00
|
|
|
margin: 0;
|
2012-03-16 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
div.app {
|
|
|
|
float: left;
|
2012-03-12 14:30:38 +00:00
|
|
|
padding: 2px;
|
|
|
|
height: 84px;
|
2012-01-23 23:07:24 +00:00
|
|
|
width: 112px;
|
2012-05-25 05:27:46 +00:00
|
|
|
text-align: center !important;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.appgroup {
|
2012-03-12 14:30:38 +00:00
|
|
|
margin: 0;
|
2012-01-23 23:07:24 +00:00
|
|
|
padding: 16px 8px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.search {
|
2012-03-22 19:49:48 +00:00
|
|
|
margin: 10px 10px 0 0;
|
2012-03-12 14:30:38 +00:00
|
|
|
padding: 8px 8px 0 8px;
|
2012-01-23 23:07:24 +00:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2012-03-03 20:17:02 +00:00
|
|
|
table.search {
|
2012-01-25 02:38:49 +00:00
|
|
|
background: none;
|
|
|
|
padding: 8px;
|
|
|
|
width: auto;
|
2012-03-05 23:57:51 +00:00
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2012-01-25 02:38:49 +00:00
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
img.app {
|
2012-03-12 14:30:38 +00:00
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
padding: 6px;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2012-01-25 02:38:49 +00:00
|
|
|
img.app2p {
|
2012-03-12 14:30:38 +00:00
|
|
|
height: 40px;
|
|
|
|
padding: 3px 6px 0 6px;
|
2012-01-25 02:38:49 +00:00
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
table.app {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
margin: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.app {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.app {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.applabel {
|
|
|
|
background: url('images/header.png') center center repeat-x;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border: 2px #00f;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-width: 1px;
|
|
|
|
font-size: 9pt;
|
|
|
|
margin: 0;
|
|
|
|
padding: 3px 6px 4px 6px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2012-03-12 14:30:38 +00:00
|
|
|
/* end home page */
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
tt {
|
|
|
|
font: bold 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
color: #008000;
|
|
|
|
padding: 1px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main li {
|
|
|
|
text-align: left;
|
|
|
|
list-style: square;
|
|
|
|
margin: 2px 20px 0px 40px;
|
|
|
|
padding: 1px 10px 1px 10px;
|
|
|
|
line-height: 150%;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main li b {
|
|
|
|
color: #514 !important;
|
|
|
|
color: #003 !important;
|
|
|
|
letter-spacing: 0.01em;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
line-height: 170%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main li:first-child {
|
|
|
|
margin-top: 10px !important;
|
|
|
|
}
|
|
|
|
.tidylist {
|
|
|
|
text-align: justify !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist li:first-child {
|
|
|
|
margin-top: -10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist:last-child {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist code {
|
|
|
|
text-align: left;
|
|
|
|
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
color: #910;
|
|
|
|
padding: 2px 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
|
|
|
|
|
|
margin: 1px 0 0 5px;
|
|
|
|
padding: 1px 0 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
text-align: left;
|
|
|
|
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
color: #390;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:link {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #359;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:visited {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #218;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:hover {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #f60;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:active {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #f93;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links li {
|
|
|
|
list-style: url(images/link.png) !important;
|
|
|
|
text-align: justify;
|
|
|
|
line-height: 120% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links li:first-child {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links ul {
|
|
|
|
margin-top: -5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
text-align: justify;
|
|
|
|
line-height: 160%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: left;
|
|
|
|
color: #115;
|
|
|
|
padding: 10px 15px;
|
|
|
|
margin: 0 10px 10px 207px;
|
|
|
|
font: normal bold 16pt/120% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
letter-spacing: 0.15em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
-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;
|
|
|
|
white-space: normal;
|
2011-11-11 02:50:55 +00:00
|
|
|
background: #f0f0f0;
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 1px solid #447;
|
2012-03-12 14:30:38 +00:00
|
|
|
border-radius: 8px;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
min-width: 500px;
|
|
|
|
}
|
|
|
|
|
2012-07-12 10:32:00 +00:00
|
|
|
span.newtab {
|
|
|
|
text-align: right;
|
|
|
|
font-size: 8pt;
|
|
|
|
float: right;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
2012-07-14 01:29:04 +00:00
|
|
|
/* opera targetted hack */
|
|
|
|
x:-o-prefocus, span.newtab {
|
|
|
|
margin-top: -25px;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
h2 {
|
|
|
|
font-size: 13pt;
|
|
|
|
color: #115;
|
|
|
|
letter-spacing: 0.07em;
|
|
|
|
background: url('images/header.png') center center repeat-x;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #115;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
margin: 15px 0px 15px 0 !important;
|
|
|
|
-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);
|
|
|
|
word-wrap: break-word;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 a, h3 a {
|
|
|
|
text-transform: capitalize;
|
|
|
|
letter-spacing: 0.03em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 a:hover, h3 a:hover {
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary h3 a{
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 a:hover {
|
|
|
|
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
|
|
|
border-bottom: 1px #ff6600;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 img {
|
|
|
|
opacity: 0.9 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
border: 1px solid #115;
|
|
|
|
border-left: 5px solid #115;
|
|
|
|
padding: 5px 5px 5px 8px;
|
|
|
|
margin: 12px 0 15px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
-khtml-border-radius: 0 4px 4px 0;
|
|
|
|
background: url('images/header.png') center center repeat-x !important;
|
|
|
|
font-size: 11pt;
|
|
|
|
color: #115;
|
|
|
|
-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);
|
|
|
|
opacity: 1;
|
|
|
|
letter-spacing: 0.07em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
border-bottom: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-color: #447;
|
|
|
|
padding: 0 0 10px 0;
|
|
|
|
margin: 5px 0 10px 0;
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
button, button:visited {
|
2011-01-24 13:20:06 +00:00
|
|
|
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
border: 1px outset #66a;
|
|
|
|
padding: 1px 3px;
|
2011-11-30 23:23:41 +00:00
|
|
|
background: #ffe;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
font-size: 8pt;
|
|
|
|
font-weight: bold;
|
2011-11-30 23:23:41 +00:00
|
|
|
margin: 2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: center;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-width: 60px;
|
2011-01-24 13:20:06 +00:00
|
|
|
-moz-box-shadow: inset 0px 0px 2px 1px #fff;
|
|
|
|
-khtml-box-shadow: inset 0px 2px 8px 0px #fff;
|
|
|
|
box-shadow: inset 0px 2px 8px 0px #fff;
|
|
|
|
color: #316;
|
|
|
|
}
|
|
|
|
|
2011-11-30 23:23:41 +00:00
|
|
|
button.accept {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/accept.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.add {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/add.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.cancel {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/cancel.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.check {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/tick.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.delete {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/delete.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.download {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-12-02 17:21:04 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.go {
|
|
|
|
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.reload {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
button.search {
|
|
|
|
background: #ffe url('../images/magnifier.png') no-repeat 2px center;
|
|
|
|
padding: 2px 3px 2px 20px;
|
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
2011-11-30 23:23:41 +00:00
|
|
|
button.stop {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/stop.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
button:hover {
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 1px solid #f60;
|
2011-12-09 13:18:20 +00:00
|
|
|
background-color: #f60 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #fff;
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 0px 1px #fff;
|
|
|
|
box-shadow: inset 0px 0px 0px 1px #fff;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
button:active {
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 1px solid #f60;
|
|
|
|
background: #202 !important;
|
|
|
|
color: #f60;
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.underline {
|
|
|
|
border-bottom: 1px solid #000022;
|
|
|
|
padding: 5px 0px 5px 0px;
|
|
|
|
margin: 0px 0px 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox {
|
2011-06-14 18:32:56 +00:00
|
|
|
margin: 3px 10px 4px 5px;
|
|
|
|
padding: 2px 5px;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #001;
|
|
|
|
font-size: 7pt;
|
|
|
|
width: 260px;
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox img {
|
|
|
|
opacity: 0.8 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox img:hover {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, input:visited {
|
|
|
|
border: 1px outset #999;
|
|
|
|
background: #ffe;
|
|
|
|
color: #316;
|
|
|
|
margin: 5px;
|
|
|
|
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
2011-11-30 23:23:41 +00:00
|
|
|
padding: 1px 3px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
-moz-box-shadow: inset 0px 2px 8px 0px #fff;
|
2011-12-17 18:27:17 +00:00
|
|
|
color: #813;
|
2011-01-24 13:20:06 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2011-11-30 23:23:41 +00:00
|
|
|
input.accept {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/accept.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.add {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/add.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cancel {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/cancel.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.check {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/tick.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.delete {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/delete.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-12-02 17:21:04 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.go {
|
|
|
|
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
input.search[type="text"] {
|
|
|
|
background: #ffe url('../images/magnifier.png') no-repeat 2px center;
|
|
|
|
padding: 2px 3px 2px 24px;
|
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
2011-11-30 23:23:41 +00:00
|
|
|
input.stop {
|
2011-12-02 17:21:04 +00:00
|
|
|
background: #ffe url('../images/stop.png') no-repeat 2px center;
|
2011-12-09 13:18:20 +00:00
|
|
|
padding: 2px 3px 2px 20px;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-height: 22px;
|
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
input:hover {
|
2011-12-09 13:18:20 +00:00
|
|
|
background-color: #f60;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #fff;
|
|
|
|
border: 1px solid #f60;
|
|
|
|
opacity: 1.0;
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
input:active {
|
|
|
|
background: #002;
|
|
|
|
color: #f60;
|
|
|
|
border: 1px solid #f60;
|
|
|
|
opacity: 1.0;
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text], input[type=password] {
|
|
|
|
background: #ffe;
|
|
|
|
color: #001;
|
|
|
|
margin: 5px 10px 5px 10px;
|
2011-11-30 23:23:41 +00:00
|
|
|
padding: 4px;
|
2011-01-24 13:20:06 +00:00
|
|
|
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
border: 1px solid #447;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
submit {
|
|
|
|
background: #f00;
|
|
|
|
color: #ffe;
|
|
|
|
margin: 10px 2px 10px 0;
|
|
|
|
padding: 2px;
|
|
|
|
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid #447;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input checkbox {
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
background: #ffe;
|
|
|
|
color: #003;
|
|
|
|
margin: 5px 10px 5px 10px;
|
|
|
|
padding: 4px;
|
|
|
|
border: 1px solid #447;
|
2011-11-30 23:23:41 +00:00
|
|
|
min-width: 80px;
|
2011-01-24 13:20:06 +00:00
|
|
|
font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
select:active {
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
2011-11-08 11:44:45 +00:00
|
|
|
box-shadow: inset 0px 0px 0px 1px #f60;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 5px 15px 5px 10px;
|
|
|
|
background: #ffe;
|
|
|
|
color: #003;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
min-height: 100px;
|
|
|
|
min-width: 97%;
|
|
|
|
border: 1px solid #447;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea:active {
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
2011-11-08 11:44:45 +00:00
|
|
|
box-shadow: inset 0px 0px 0px 1px #f60;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.proxyfooter {
|
|
|
|
margin: 0 20px 10px 240px;
|
|
|
|
padding: 20px 25px 20px 75px;
|
2011-12-17 18:27:17 +00:00
|
|
|
color: #f00;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 7pt;
|
|
|
|
text-align: right !important;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border: 1px solid #447;
|
|
|
|
display: none;
|
2011-11-08 11:44:45 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
.statusnotes {
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 8pt;
|
2011-12-17 18:27:17 +00:00
|
|
|
color: #225 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #447 !important;
|
|
|
|
border-top: 0 !important;
|
2011-11-08 11:44:45 +00:00
|
|
|
margin: -5px 0 5px 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 7px;
|
|
|
|
background: url("images/header.png") repeat scroll center center #eef;
|
|
|
|
letter-spacing: 0em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog {
|
|
|
|
overflow: auto;
|
|
|
|
border: 0;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog i {
|
|
|
|
color: #050;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-11-08 11:44:45 +00:00
|
|
|
|
|
|
|
div.joblog ul {
|
2011-01-24 13:20:06 +00:00
|
|
|
word-wrap: break-word !important;
|
|
|
|
text-align: justify;
|
|
|
|
line-height: 100% !important;
|
|
|
|
margin-top: -5px !important;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
div.joblog li {
|
2011-01-24 13:20:06 +00:00
|
|
|
word-wrap: break-word !important;
|
|
|
|
line-height: 115% !important;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog li:last-child {
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog li:first-child {
|
|
|
|
margin-top: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog form:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog table {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog p {
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog hr {
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog h3 {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smallhead {
|
|
|
|
font-size: 7pt
|
|
|
|
}
|
|
|
|
|
|
|
|
.mediumtags {
|
|
|
|
font-size: 8pt;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optbox {
|
|
|
|
min-width: 16px !important;
|
2011-11-08 11:44:45 +00:00
|
|
|
max-width: 16px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
width: 16px !important;
|
|
|
|
min-height: 16px;
|
2011-11-08 11:44:45 +00:00
|
|
|
max-height: 16px;
|
2011-01-24 13:20:06 +00:00
|
|
|
height: 16px;
|
|
|
|
opacity: 1.0;
|
|
|
|
border: 0;
|
|
|
|
margin: 5px 5px 5px 10px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optbox:hover {
|
|
|
|
min-width: 16px !important;
|
2011-11-08 11:44:45 +00:00
|
|
|
max-width: 16px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
width: 16px !important;
|
|
|
|
min-height: 16px;
|
2011-11-08 11:44:45 +00:00
|
|
|
max-height: 16px;
|
2011-01-24 13:20:06 +00:00
|
|
|
height: 16px;
|
|
|
|
opacity: 1.0;
|
|
|
|
border: 0;
|
|
|
|
margin: 5px 5px 5px 10px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cells {
|
|
|
|
border-left: 1px outset #bbf;
|
|
|
|
border-top: 1px inset #99f !important;
|
|
|
|
border-bottom: 1px inset #99f !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablefooter {
|
|
|
|
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablefooter tr, .tablefooter td {
|
|
|
|
background: #ffe url('images/header.png') center center repeat-x;
|
|
|
|
border-top: 1px solid #447;
|
2011-11-08 11:44:45 +00:00
|
|
|
border-bottom: 1px solid #447 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 8px 2px !important;
|
|
|
|
font-size: 7pt;
|
|
|
|
line-height: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formaction {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote {
|
|
|
|
text-align: right;
|
|
|
|
color: #447;
|
|
|
|
font-size: 7pt;
|
|
|
|
margin-bottom: -5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote hr{
|
|
|
|
margin: 20px 0 5px 0 !important;
|
|
|
|
color: #447;
|
|
|
|
background: #447;
|
|
|
|
height: 1px;
|
|
|
|
border: 0px solid #447;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topness {
|
|
|
|
font-size: 7.5pt;
|
|
|
|
text-align: right;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: -18px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2012-07-20 01:13:01 +00:00
|
|
|
|
|
|
|
iframe.iframed {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
}
|
2012-07-27 12:41:45 +00:00
|
|
|
|
|
|
|
/* Fixes for when app is not started and console error loads inside iframe */
|
|
|
|
|
|
|
|
body.iframed {
|
|
|
|
background: transparent url('../dark/images/transparent.gif') !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframed div.routersummaryouter {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframed h1 {
|
|
|
|
margin: 0 10px 10px 7px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframed div.sorry {
|
|
|
|
margin: 5px 10px 10px 7px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end iframed console fixes */
|