2010-11-25 13:40:54 +00:00
|
|
|
/* I2P Theme: Classic (aka corporat) */
|
|
|
|
/* I2P Description: Light blue "classic" I2P theme; optimized for less capable browsers and system specifications. */
|
2010-04-04 11:32:28 +00:00
|
|
|
/* Author: dr|z3d */
|
|
|
|
|
2009-08-03 13:24:55 +00:00
|
|
|
|
2004-07-24 02:06:07 +00:00
|
|
|
body {
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: 5px 3px 5px 6px;
|
2009-08-02 12:57:50 +00:00
|
|
|
padding: 0;
|
2009-07-29 15:28:17 +00:00
|
|
|
text-align: left;
|
2009-08-03 23:10:53 +00:00
|
|
|
background: #bbf;
|
2009-07-20 01:27:22 +00:00
|
|
|
color: #000;
|
2009-08-03 13:24:55 +00:00
|
|
|
font: 9pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide {
|
2009-07-20 01:27:22 +00:00
|
|
|
display: none;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2009-07-20 01:27:22 +00:00
|
|
|
border: none;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
2009-04-23 20:00:33 +00:00
|
|
|
pre {
|
2009-08-02 12:57:50 +00:00
|
|
|
overflow: auto;
|
|
|
|
font-size: 8pt !important;
|
2009-08-17 20:17:30 +00:00
|
|
|
width: 95%;
|
|
|
|
padding-top: 10px;
|
2009-04-23 20:00:33 +00:00
|
|
|
}
|
|
|
|
|
2010-11-25 13:40:54 +00:00
|
|
|
/* Sidepanel for proxy errors */
|
|
|
|
|
2004-07-24 02:06:07 +00:00
|
|
|
div.logo {
|
2009-07-20 01:27:22 +00:00
|
|
|
float: left;
|
2009-08-03 18:17:11 +00:00
|
|
|
position-relative: top 20px ;
|
|
|
|
width: 200px;
|
2009-08-02 19:05:40 +00:00
|
|
|
margin: 0 0 0 20px;
|
2009-08-03 18:17:11 +00:00
|
|
|
padding: 10px 5px;
|
2009-07-20 01:27:22 +00:00
|
|
|
text-align: center;
|
2009-08-03 18:17:11 +00:00
|
|
|
border: 5px solid #ddf;
|
2009-08-03 14:45:44 +00:00
|
|
|
background-color: #eef;
|
2009-08-03 18:17:11 +00:00
|
|
|
-moz-box-shadow: inset 0px 0px 0px 2px #99f;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 0px 2px #99f;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.logo hr {
|
|
|
|
color: #ddf;
|
|
|
|
background: #ddf;
|
|
|
|
height: 5px;
|
|
|
|
border: 0px solid #ddf;
|
|
|
|
margin: 8px -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.logo a:link, div.logo a:visited {
|
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.logo a:active {
|
|
|
|
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.logo a:hover {
|
|
|
|
text-shadow: 0px 0px 1px rgba(128, 0, 0, 0.7);
|
|
|
|
color: #900;
|
|
|
|
}
|
|
|
|
|
2010-11-25 13:40:54 +00:00
|
|
|
/* HTTP Proxy warning Main box */
|
|
|
|
|
2009-08-11 14:50:12 +00:00
|
|
|
div.warning {
|
2010-12-03 18:04:29 +00:00
|
|
|
margin: 25px 20px 15px 260px;
|
2009-08-11 14:50:12 +00:00
|
|
|
padding: 0px 20px 20px 75px;
|
|
|
|
background: #ffd;
|
|
|
|
border: 5px solid #fb7;
|
|
|
|
text-align: left;
|
|
|
|
color: inherit;
|
2009-10-12 23:55:21 +00:00
|
|
|
background-image:url("../images/itoopie_sm.png");
|
|
|
|
background-position: 12px center;
|
2009-08-11 14:50:12 +00:00
|
|
|
background-repeat:no-repeat;
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 2px #f60;
|
|
|
|
-khtml-box-shadow: inset 0px 0px 0px 2px #f60;
|
|
|
|
}
|
|
|
|
|
2009-08-03 18:17:11 +00:00
|
|
|
div.warning a:link {
|
|
|
|
color: #f60;
|
|
|
|
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.warning a:visited{
|
|
|
|
color: #f90;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.warning a:hover{
|
|
|
|
color: #d30;
|
2010-11-25 13:40:54 +00:00
|
|
|
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
2009-08-03 18:17:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.warning a:active{
|
|
|
|
color: #900;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
2009-08-11 14:50:12 +00:00
|
|
|
div.warning hr {
|
|
|
|
color: #fb7;
|
|
|
|
background: #fb7;
|
|
|
|
height: 5px;
|
|
|
|
border: 0px solid #fb7;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
2010-11-25 13:40:54 +00:00
|
|
|
div.warning h3 {
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 5px solid #fb7;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
background: #ffd;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2009-08-22 12:15:19 +00:00
|
|
|
/* console error messages */
|
|
|
|
|
|
|
|
div.sorry {
|
|
|
|
padding: 20px;
|
|
|
|
background: #ddf;
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: -1px 1px 0 200px;
|
|
|
|
border: 1px solid #89f;
|
2009-08-22 12:15:19 +00:00
|
|
|
text-align: justify;
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #001;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sorry hr {
|
2010-11-25 13:40:54 +00:00
|
|
|
color: #89f;
|
|
|
|
background: #89f;
|
2009-08-22 12:15:19 +00:00
|
|
|
height: 1px;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 0px solid #89f;
|
2009-08-22 12:15:19 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2005-12-13 08:18:59 +00:00
|
|
|
div.toolbar {
|
2009-07-20 01:27:22 +00:00
|
|
|
margin: 0em 0em 2em 0em;
|
|
|
|
font-weight: bold;
|
|
|
|
display: none !important;
|
2005-12-13 08:18:59 +00:00
|
|
|
}
|
|
|
|
|
2010-11-25 13:40:54 +00:00
|
|
|
/* Side panel */
|
|
|
|
|
2009-04-23 00:39:49 +00:00
|
|
|
div.routersummaryouter {
|
2009-08-02 12:57:50 +00:00
|
|
|
float: left;
|
2010-11-25 13:40:54 +00:00
|
|
|
width: 193px;
|
2009-07-20 01:27:22 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2009-08-03 18:17:11 +00:00
|
|
|
clear: left; /* fixes a bug in Opera */
|
2009-04-23 00:39:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary {
|
2010-12-10 20:09:46 +00:00
|
|
|
background: #eef;
|
2010-11-25 13:40:54 +00:00
|
|
|
width: 193px;
|
2009-07-20 01:27:22 +00:00
|
|
|
color: inherit;
|
2010-11-25 18:12:39 +00:00
|
|
|
margin: 0 0 5px;
|
2010-11-25 17:45:29 +00:00
|
|
|
padding: 9px 1px 7px 1px;
|
2009-08-03 14:45:44 +00:00
|
|
|
text-align: center !important;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
|
|
|
border-bottom: 1px solid #89f;
|
|
|
|
border-right: 1px solid #89f;
|
2009-07-22 21:07:46 +00:00
|
|
|
word-wrap: break-word;
|
2010-11-25 13:40:54 +00:00
|
|
|
font: 9pt/125% !important;
|
2010-12-11 05:21:21 +00:00
|
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
|
|
-khtml-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
2009-08-08 15:34:58 +00:00
|
|
|
div.routersummary input[type=text] {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
2009-07-29 14:46:47 +00:00
|
|
|
div.routersummary hr {
|
2010-11-25 13:40:54 +00:00
|
|
|
color: #89f;
|
|
|
|
background: #89f;
|
|
|
|
height: 0px;
|
|
|
|
border-bottom: 1px solid #89f;
|
|
|
|
margin: 8px -1px 7px -1px;
|
2009-08-08 15:34:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h3 {
|
|
|
|
border: 0px solid #f00;
|
2009-10-17 07:04:40 +00:00
|
|
|
font-size: 9.5pt;
|
2009-08-08 15:34:58 +00:00
|
|
|
letter-spacing: 0.05em;
|
2010-12-10 20:09:46 +00:00
|
|
|
margin: -7px -1px -8px -1px;
|
2010-12-10 20:34:38 +00:00
|
|
|
padding: 3px 0;
|
2010-12-10 20:09:46 +00:00
|
|
|
background: #f;
|
2009-08-08 15:34:58 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h4 {
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 0;
|
2009-08-08 15:34:58 +00:00
|
|
|
border-bottom: 0 !important;
|
2009-10-17 07:04:40 +00:00
|
|
|
font-size: 8.5pt;
|
2009-08-08 15:34:58 +00:00
|
|
|
letter-spacing: 0.05em;
|
2010-12-10 20:09:46 +00:00
|
|
|
margin: -7px -1px -8px -1px !important;
|
|
|
|
padding: 8px 0;
|
2009-08-08 15:34:58 +00:00
|
|
|
text-transform: capitalize;
|
|
|
|
text-decoration: none !important;
|
|
|
|
color: #2b2;
|
2010-11-25 13:40:54 +00:00
|
|
|
line-height: 90%;
|
2010-12-13 16:48:11 +00:00
|
|
|
background: #fff url(../light/images/magic.png);
|
2010-11-25 13:40:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h3 a, div.routersummary h4 a {
|
|
|
|
text-decoration: none;
|
2009-08-08 15:34:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary table {
|
|
|
|
border: 0;
|
|
|
|
text-align: center !important;
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: -5px 0px -5px 0px;
|
|
|
|
width: 193px !important;
|
2009-08-08 15:34:58 +00:00
|
|
|
overflow: hidden;
|
|
|
|
font-size: 8pt;
|
2010-11-25 13:40:54 +00:00
|
|
|
padding: 0 -12px;
|
2009-08-08 15:34:58 +00:00
|
|
|
background-image: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary tr {
|
|
|
|
background-image: none !important;
|
2010-12-10 20:09:46 +00:00
|
|
|
background-color: transparent !important;
|
2009-08-08 15:34:58 +00:00
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
2010-11-25 13:40:54 +00:00
|
|
|
div.tunnels table {
|
|
|
|
margin: 0 -7px !important;
|
|
|
|
width: 193px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 01:29:56 +00:00
|
|
|
div.tunnels table{
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: -2px 0px -4px 0px !important;
|
|
|
|
text-align: center !important;
|
|
|
|
width: 190px;
|
2009-10-16 20:01:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tunnels tr {
|
2009-10-22 01:29:56 +00:00
|
|
|
padding: 2px 0 !important;
|
2009-10-16 20:01:18 +00:00
|
|
|
}
|
2010-11-25 13:40:54 +00:00
|
|
|
|
|
|
|
.tunnels a {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnels td:first-child {
|
|
|
|
width: 16px !important;
|
|
|
|
padding-right: 0px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnels td:last-child {
|
|
|
|
width: 12px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: -2px;
|
|
|
|
}
|
2009-10-16 20:01:18 +00:00
|
|
|
|
2009-08-08 15:34:58 +00:00
|
|
|
div.routersummary form {
|
2009-10-17 23:34:38 +00:00
|
|
|
margin-top: -6px !important;
|
|
|
|
margin-bottom: -4px !important;
|
|
|
|
}
|
|
|
|
|
2010-11-25 13:40:54 +00:00
|
|
|
div.routersummary form:last-child {
|
|
|
|
padding-top: 3px !important;
|
|
|
|
margin-bottom: -10px !important;
|
|
|
|
}
|
|
|
|
|
2009-10-17 23:34:38 +00:00
|
|
|
div.refresh {
|
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
padding: 2px 0 !important;
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
2009-08-02 12:57:50 +00:00
|
|
|
|
|
|
|
div.routersummary p {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2009-08-03 22:07:34 +00:00
|
|
|
div.routersummary a:link, div.routersummary a:visited {
|
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary a:hover {
|
|
|
|
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
2009-08-08 15:34:58 +00:00
|
|
|
div.routersummary td {
|
2009-10-22 01:29:56 +00:00
|
|
|
padding: 0 4px;
|
2009-08-08 15:34:58 +00:00
|
|
|
background-image: none !important;
|
|
|
|
border: 0 !important;
|
2009-08-07 18:19:42 +00:00
|
|
|
}
|
|
|
|
|
2004-07-24 02:06:07 +00:00
|
|
|
div.main {
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: 0px 1px 0px 200px;
|
2009-10-12 23:55:21 +00:00
|
|
|
padding: 15px 15px 10px 15px;
|
2009-08-03 13:24:55 +00:00
|
|
|
background: #eef;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
|
|
|
border-bottom: 1px solid #89f;
|
|
|
|
border-right: 1px solid #89f;
|
2009-08-03 13:24:55 +00:00
|
|
|
border-top: 0;
|
2009-07-20 01:27:22 +00:00
|
|
|
text-align: left;
|
2009-08-03 13:24:55 +00:00
|
|
|
color: #001;
|
2010-11-25 13:40:54 +00:00
|
|
|
min-width: 500px;
|
2010-12-11 05:21:21 +00:00
|
|
|
-moz-border-radius: 0 0 3px 0;
|
|
|
|
-khtml-border-radius: 0 0 3px 0;
|
|
|
|
border-radius: 0 0 3px 0;
|
2010-12-13 19:15:47 +00:00
|
|
|
background: #eef url("/themes/snark/ubergine/images/hat.png") no-repeat scroll right bottom !important;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
2005-03-24 01:19:52 +00:00
|
|
|
|
2009-10-09 00:45:33 +00:00
|
|
|
div.main ul {
|
2010-11-28 02:01:24 +00:00
|
|
|
margin: -10px 0 10px -10px;
|
2009-10-09 00:45:33 +00:00
|
|
|
}
|
|
|
|
|
2009-08-03 14:45:44 +00:00
|
|
|
div.main li {
|
2009-10-09 00:45:33 +00:00
|
|
|
padding: 0 0 5px 0;
|
2009-08-07 18:19:42 +00:00
|
|
|
list-style: square;
|
2009-10-12 23:55:21 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
margin-right: 20px;
|
2009-08-03 14:45:44 +00:00
|
|
|
}
|
2009-08-02 12:57:50 +00:00
|
|
|
|
2009-08-03 18:17:11 +00:00
|
|
|
div.main li:first-child {
|
2009-10-12 23:55:21 +00:00
|
|
|
padding-top: 15px;
|
2009-08-03 18:17:11 +00:00
|
|
|
}
|
|
|
|
|
2010-12-13 19:15:47 +00:00
|
|
|
div.main li b {
|
2010-12-14 07:10:58 +00:00
|
|
|
color: #161!important;
|
2010-12-13 19:15:47 +00:00
|
|
|
letter-spacing: 0.01em;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
line-height: 170%;
|
|
|
|
}
|
|
|
|
|
2009-10-16 20:01:18 +00:00
|
|
|
div.main hr:last-child {
|
|
|
|
margin: 15px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
2009-04-23 00:39:49 +00:00
|
|
|
div.main textarea {
|
2009-08-03 22:07:34 +00:00
|
|
|
width: 98% !important;
|
|
|
|
margin: 2px 0 2px 5px;
|
2009-10-19 12:34:19 +00:00
|
|
|
min-height: 96px;
|
2009-04-23 00:39:49 +00:00
|
|
|
}
|
|
|
|
|
2009-10-16 20:01:18 +00:00
|
|
|
div.main h2 {
|
|
|
|
margin-top: 20px;
|
2010-12-01 13:10:24 +00:00
|
|
|
margin-bottom: 10px !important;
|
2010-12-11 03:21:46 +00:00
|
|
|
-moz-border-radius: 0 3px 0 0;
|
|
|
|
-khtml-border-radius: 0 3px 0 0;
|
|
|
|
border-radius: 0 3px 0 0;
|
2009-10-16 20:01:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.welcome {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main h2:first-child, div.main h3:first-child {
|
2009-10-17 23:34:38 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.wideload h2 {
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.wideload h3:first-child {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.wideload h3 {
|
|
|
|
margin-top: 15px !important;
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.wideload p !important {
|
|
|
|
margin-top: 5px;
|
2009-10-16 20:01:18 +00:00
|
|
|
}
|
|
|
|
|
2005-03-24 01:19:52 +00:00
|
|
|
div.news {
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: -1px 1px 0 200px;
|
2009-10-12 23:55:21 +00:00
|
|
|
padding: -10px 0px 8px 0px;
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #ffffc0;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
|
|
|
border-bottom: 1px solid #89f;
|
|
|
|
border-right: 1px solid #89f;
|
2009-10-12 23:55:21 +00:00
|
|
|
text-align: right;
|
|
|
|
color: #770;
|
2010-11-25 13:40:54 +00:00
|
|
|
min-width: 500px;
|
2009-08-03 18:17:11 +00:00
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2009-10-12 23:55:21 +00:00
|
|
|
font-size: 7pt;
|
2005-03-24 01:19:52 +00:00
|
|
|
}
|
2009-05-20 22:50:14 +00:00
|
|
|
|
2009-08-03 15:28:49 +00:00
|
|
|
/* convert the list entry to our title */
|
|
|
|
|
2009-08-02 12:57:50 +00:00
|
|
|
div.news li {
|
|
|
|
text-align: justify;
|
|
|
|
list-style: none;
|
2009-10-19 12:34:19 +00:00
|
|
|
margin: 15px 15px -10px -20px;
|
2009-08-03 15:28:49 +00:00
|
|
|
padding: 0px 0 15px 0;
|
2009-10-12 23:55:21 +00:00
|
|
|
border-bottom: 2px dotted #cc7;
|
2009-08-03 22:07:34 +00:00
|
|
|
border-top: 0px solid #cc7;
|
2009-10-16 20:01:18 +00:00
|
|
|
padding: 3px 5px 5px 0;
|
2009-10-12 23:55:21 +00:00
|
|
|
font-size: 10pt;
|
2009-08-03 22:07:34 +00:00
|
|
|
color: #540;
|
2009-10-27 19:39:45 +00:00
|
|
|
text-transform: capitalize;
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
2009-08-03 15:28:49 +00:00
|
|
|
div.news p {
|
|
|
|
color: #330;
|
2009-10-12 23:55:21 +00:00
|
|
|
font-size: 9pt;
|
2009-10-19 12:34:19 +00:00
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
div.news p:first-child {
|
|
|
|
padding-top: 15px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.news p:nth-child(2n) {
|
|
|
|
padding-top: 15px !important;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
div.news p:last-child {
|
|
|
|
margin-bottom: 10px;
|
2009-08-03 15:28:49 +00:00
|
|
|
}
|
2009-10-12 23:55:21 +00:00
|
|
|
|
2009-08-02 12:57:50 +00:00
|
|
|
div.news a:link {
|
2009-10-12 23:55:21 +00:00
|
|
|
color: #663;
|
2009-08-03 22:07:34 +00:00
|
|
|
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
2009-08-07 18:19:42 +00:00
|
|
|
div.news a:visited {
|
2009-10-12 23:55:21 +00:00
|
|
|
color: #773 !important;
|
2009-08-07 18:19:42 +00:00
|
|
|
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
|
|
|
|
}
|
|
|
|
|
2009-08-03 15:28:49 +00:00
|
|
|
div.news hr {
|
|
|
|
color: #cc7;
|
|
|
|
background: #cc7;
|
2009-10-16 20:01:18 +00:00
|
|
|
height: 1px;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 0px solid #cc7;
|
|
|
|
margin: 20px 0 0 0;
|
2009-08-03 15:28:49 +00:00
|
|
|
}
|
2009-08-03 18:17:11 +00:00
|
|
|
|
2009-05-20 22:50:14 +00:00
|
|
|
div.confignav {
|
2010-12-10 20:34:38 +00:00
|
|
|
padding: 15px 0;
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: -16px -16px 0 -16px;
|
|
|
|
border: 1px solid #89f;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.confignav a {
|
2009-05-20 22:50:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.configure {
|
2009-08-03 23:10:53 +00:00
|
|
|
margin: 1px -20px 0 -20px;
|
2009-08-03 13:24:55 +00:00
|
|
|
padding: 0px 20px 0px 20px;
|
2009-05-20 22:50:14 +00:00
|
|
|
}
|
2009-05-26 20:04:20 +00:00
|
|
|
|
2009-10-12 23:55:21 +00:00
|
|
|
div.configure hr {
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
2009-08-03 15:00:15 +00:00
|
|
|
div.configure table {
|
2009-08-03 22:07:34 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
2009-08-03 23:10:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.configure tr, div.configure td {
|
|
|
|
padding: 10px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.configure tr {
|
2009-08-03 15:00:15 +00:00
|
|
|
}
|
|
|
|
|
2009-10-16 20:01:18 +00:00
|
|
|
div.configure li:first-child, div.main li:first-child {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.configure li:last-child {
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.configure h2:first-child {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topshimten {
|
|
|
|
margin-top: 15px;
|
2009-10-17 23:34:38 +00:00
|
|
|
margin-bottom: 15px;
|
2009-10-16 20:01:18 +00:00
|
|
|
}
|
|
|
|
|
2009-05-26 20:04:20 +00:00
|
|
|
div.messages {
|
2009-08-03 23:10:53 +00:00
|
|
|
padding: 0px 10px;
|
2009-08-03 22:07:34 +00:00
|
|
|
background: #fff;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
2009-08-03 13:24:55 +00:00
|
|
|
border-right: 0;
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: -1px -15px 10px -16px;
|
2009-08-03 13:24:55 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
2009-08-03 22:07:34 +00:00
|
|
|
color: #474;
|
2009-08-03 23:10:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.messages li, div.messages ul {
|
2009-10-12 23:55:21 +00:00
|
|
|
padding: 10px 0 0 5px;
|
|
|
|
margin: -10px 0 0 0;
|
2009-05-26 20:04:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.messages span.error {
|
2009-07-20 01:27:22 +00:00
|
|
|
color: #d00000;
|
2009-05-26 20:04:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.messages span.notice {
|
2009-07-20 01:27:22 +00:00
|
|
|
font-style: italic;
|
2009-05-26 20:04:20 +00:00
|
|
|
}
|
2009-07-20 01:27:22 +00:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 18pt;
|
2009-08-03 22:07:34 +00:00
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.7);
|
2010-12-13 17:48:07 +00:00
|
|
|
text-align: left;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
|
|
|
border-bottom: 1px solid #89f;
|
|
|
|
border-right: 1px solid #89f;
|
2010-12-13 17:48:07 +00:00
|
|
|
padding: 19px 20px;
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: 0 1px 0 200px;
|
2009-08-02 12:57:50 +00:00
|
|
|
line-height: 93%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.3em;
|
|
|
|
background: #fff;
|
2010-11-25 13:40:54 +00:00
|
|
|
min-width: 500px;
|
2010-12-11 05:21:21 +00:00
|
|
|
-moz-border-radius: 0 3px 0 0;
|
2010-12-11 05:58:41 +00:00
|
|
|
-khtml-border-radius: 0 3px 0 0;
|
|
|
|
border-radius: 0 3px 0 0;
|
2009-07-25 13:56:03 +00:00
|
|
|
}
|
|
|
|
|
2009-07-29 15:28:17 +00:00
|
|
|
h2 {
|
2009-08-02 12:57:50 +00:00
|
|
|
font-size: 14pt;
|
2010-11-25 13:40:54 +00:00
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #89f;
|
2009-08-02 12:57:50 +00:00
|
|
|
letter-spacing: 0.04em;
|
2010-11-25 14:54:46 +00:00
|
|
|
/* font-variant: small-caps; */
|
|
|
|
text-transform: uppercase;
|
2010-11-25 13:40:54 +00:00
|
|
|
background: #fff;
|
2010-11-25 14:54:46 +00:00
|
|
|
text-shadow: 0px 1px 1px #99f;
|
2009-07-29 15:28:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2009-08-02 12:57:50 +00:00
|
|
|
font-size: 12pt;
|
2010-12-11 03:21:46 +00:00
|
|
|
padding: 6px 10px 8px;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
2009-08-02 12:57:50 +00:00
|
|
|
letter-spacing: 0.04em;
|
2009-10-16 20:01:18 +00:00
|
|
|
margin-bottom: 10px;
|
2010-11-25 13:40:54 +00:00
|
|
|
background: #fff;
|
2010-11-25 14:54:46 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
text-shadow: 0px 1px 1px #99f;
|
2010-11-25 13:40:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2, h3 {
|
2010-12-10 20:09:46 +00:00
|
|
|
background-image: url("images/titlebg.png") !important;
|
2010-11-25 13:40:54 +00:00
|
|
|
background-repeat: no-repeat;
|
2010-12-10 20:09:46 +00:00
|
|
|
background-position: center right;
|
2010-12-11 03:21:46 +00:00
|
|
|
-moz-border-radius: 0 3px 0 0;
|
|
|
|
-khtml-border-radius: 0 3px 0 0;
|
|
|
|
border-radius: 0 3px 0 0;
|
2009-07-29 15:28:17 +00:00
|
|
|
}
|
2009-08-02 12:57:50 +00:00
|
|
|
|
2010-12-13 16:48:11 +00:00
|
|
|
.routersummary h2, .routersummary h3, div.confignav, th {
|
2010-12-10 20:09:46 +00:00
|
|
|
background-image: url("images/tinytitle.png") !important;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: center right;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-07-25 13:56:03 +00:00
|
|
|
.proxyfooter{
|
|
|
|
font-size: 7pt;
|
|
|
|
display: none !important;
|
|
|
|
}
|
2009-07-29 14:46:47 +00:00
|
|
|
|
|
|
|
table {
|
2009-08-03 13:24:55 +00:00
|
|
|
border-collapse: collapse;
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
2009-10-03 14:24:28 +00:00
|
|
|
margin: 0 0 5px 0;
|
2009-07-29 14:46:47 +00:00
|
|
|
cell-padding: 1px;
|
2009-10-03 07:41:57 +00:00
|
|
|
font-size: 7.5pt;
|
2009-07-29 14:46:47 +00:00
|
|
|
background: #fff;
|
2009-08-02 12:57:50 +00:00
|
|
|
width: 100%;
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
|
|
|
|
2009-08-03 13:24:55 +00:00
|
|
|
table hr {
|
2010-11-25 13:40:54 +00:00
|
|
|
padding: 0;
|
|
|
|
color: #89f;
|
|
|
|
background: #89f;
|
|
|
|
border: 0px solid #89f;
|
|
|
|
margin: -5px -5px -10px -5px !important;
|
2009-08-07 18:19:42 +00:00
|
|
|
height: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tt {
|
|
|
|
font-size: 7.5pt;
|
2009-08-03 13:24:55 +00:00
|
|
|
}
|
|
|
|
|
2010-11-25 13:40:54 +00:00
|
|
|
table code {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
2009-07-29 14:46:47 +00:00
|
|
|
th {
|
2009-08-07 18:19:42 +00:00
|
|
|
background-color: #fff;
|
2009-08-03 14:45:44 +00:00
|
|
|
padding: 8px 2px;
|
2009-08-02 12:57:50 +00:00
|
|
|
text-align: center;
|
2010-11-25 13:40:54 +00:00
|
|
|
border-bottom: 1px solid #89f;
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tt {
|
|
|
|
font-size: 8pt;
|
|
|
|
}
|
|
|
|
|
2009-08-07 18:19:42 +00:00
|
|
|
tt, pre {
|
|
|
|
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
}
|
|
|
|
|
2009-07-29 14:46:47 +00:00
|
|
|
td {
|
2009-08-03 13:24:55 +00:00
|
|
|
padding: 4px;
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(even) {
|
2010-12-13 16:48:11 +00:00
|
|
|
background: #fff url(../light/images/magic.png);
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(odd) {
|
2010-12-13 16:48:11 +00:00
|
|
|
background: #eef url(../light/images/magic.png);
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2010-11-25 13:40:54 +00:00
|
|
|
color: #89f;
|
|
|
|
background: #89f;
|
|
|
|
height: 2px;
|
|
|
|
border: 0px solid #89f;
|
2009-10-12 23:55:21 +00:00
|
|
|
margin: 3px 0;
|
2009-07-29 15:03:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.statusnotes {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 8pt;
|
|
|
|
color: #001;
|
|
|
|
text-align: center;
|
2010-12-11 05:58:41 +00:00
|
|
|
margin: -5px 0 7px 0;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #bbf;
|
2009-08-03 14:45:44 +00:00
|
|
|
border-top: 0;
|
|
|
|
padding: 4px 0 2px 0;
|
2010-12-11 05:58:41 +00:00
|
|
|
background-image: url("images/tinytitle.png") !important;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: center right;
|
2009-08-03 14:45:44 +00:00
|
|
|
}
|
2009-10-12 23:55:21 +00:00
|
|
|
|
|
|
|
div.joblog {
|
2009-10-14 17:25:29 +00:00
|
|
|
margin: 10px 0;
|
2009-10-12 23:55:21 +00:00
|
|
|
line-height: 130% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog:li {
|
|
|
|
word-wrap: break-word !important;
|
|
|
|
text-align: justify !important;
|
|
|
|
line-height: 80% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog:ul {
|
|
|
|
word-wrap: break-word !important;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog li:first-child {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
2009-10-16 20:01:18 +00:00
|
|
|
|
2009-10-12 23:55:21 +00:00
|
|
|
div.joblog li:last-child {
|
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog form:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog table {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog p {
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog h3 {
|
2009-10-22 15:51:33 +00:00
|
|
|
margin: 10px 0 20px 0;
|
2009-10-16 20:01:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog h3:first-child {
|
2010-12-14 07:10:58 +00:00
|
|
|
margin: -10px 0 15px 0;
|
2009-10-12 23:55:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog hr {
|
|
|
|
margin: 15px 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog ol {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2009-08-02 12:57:50 +00:00
|
|
|
|
|
|
|
input {
|
|
|
|
margin: 3px 5px 3px 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2009-08-03 22:07:34 +00:00
|
|
|
input[type=text] {
|
|
|
|
margin: 3px 5px 3px 5px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2009-08-02 12:57:50 +00:00
|
|
|
select {
|
2009-08-03 13:24:55 +00:00
|
|
|
margin: 3px 5px 3px 5px;
|
2009-08-02 12:57:50 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
submit {
|
2009-08-03 13:24:55 +00:00
|
|
|
margin: 3px 5px 3px 5px;
|
2009-08-03 19:09:21 +00:00
|
|
|
padding 2px 0;
|
2009-08-03 22:07:34 +00:00
|
|
|
font: 8pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 5px 20px 0px 20px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formaction {
|
|
|
|
text-align: right;
|
2009-10-17 23:34:38 +00:00
|
|
|
margin: -10px -5px;
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.langbox {
|
2010-11-25 13:40:54 +00:00
|
|
|
margin: 18px -20px 0px 5px;
|
2009-08-02 12:57:50 +00:00
|
|
|
color: #001;
|
|
|
|
font-size: 7pt;
|
2010-11-25 13:40:54 +00:00
|
|
|
width: 280px;
|
2009-12-08 13:33:42 +00:00
|
|
|
text-align: center;
|
2009-08-02 12:57:50 +00:00
|
|
|
float: right;
|
|
|
|
valign: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox img {
|
|
|
|
padding: 0 2px; /* Ignored by IE8 */
|
|
|
|
}
|
|
|
|
|
2009-10-17 07:04:40 +00:00
|
|
|
.links {
|
|
|
|
padding-bottom: -2px;
|
|
|
|
text-align: justify;
|
2009-10-17 23:34:38 +00:00
|
|
|
margin-top: 5px !important;
|
2009-10-17 07:04:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.links li {
|
2010-11-25 17:24:56 +00:00
|
|
|
list-style-image: url("images/link.png") !important;
|
2010-12-11 05:58:41 +00:00
|
|
|
padding: 5px 10px 0 !important;
|
2010-12-11 03:21:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.links li:first-child {
|
|
|
|
padding: 14px 10px 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links li:last-child {
|
2010-12-11 05:58:41 +00:00
|
|
|
margin-bottom: 0px !important;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links b {
|
|
|
|
font-size: 10pt;
|
|
|
|
line-height: 150%;
|
|
|
|
letter-spacing: 0.02em;
|
2009-10-17 07:04:40 +00:00
|
|
|
}
|
|
|
|
|
2009-08-02 12:57:50 +00:00
|
|
|
a:link{
|
|
|
|
color: #006;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited{
|
|
|
|
color: #448;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover{
|
|
|
|
color: #f60;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: bold;
|
2010-11-25 13:40:54 +00:00
|
|
|
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:active{
|
|
|
|
color: #f93;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font-size: 9pt;
|
|
|
|
margin: 0px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tt {
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: darkgreen;
|
|
|
|
}
|
2010-11-25 13:40:54 +00:00
|
|
|
|
2009-08-02 12:57:50 +00:00
|
|
|
.tablefooter {
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #a8f;
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablefooter tr, .tablefooter td {
|
2010-12-11 03:21:46 +00:00
|
|
|
background: #fff;
|
|
|
|
background-image: url("images/tinytitle.png") !important;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: center right;
|
2009-08-02 12:57:50 +00:00
|
|
|
font-size: 8pt;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 150%;
|
2009-08-03 13:24:55 +00:00
|
|
|
word-wrap: nowrap;
|
|
|
|
padding: 8px 1px;
|
2010-11-25 13:40:54 +00:00
|
|
|
border-top: 2px solid #89f;
|
2009-08-02 13:57:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist {
|
|
|
|
text-align: justify;
|
2010-12-11 03:21:46 +00:00
|
|
|
padding-right: 25px;
|
|
|
|
margin-right: 15px !important;
|
|
|
|
margin-left: 15px;
|
2009-08-03 22:07:34 +00:00
|
|
|
}
|
|
|
|
|
2010-12-01 13:10:24 +00:00
|
|
|
.tidylist code {
|
|
|
|
text-align: left;
|
|
|
|
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
2010-12-10 20:17:39 +00:00
|
|
|
color: #723;
|
2010-12-01 13:10:24 +00:00
|
|
|
padding: 2px 3px;
|
2010-12-10 20:17:39 +00:00
|
|
|
/* background: #fff;*/
|
2010-12-01 13:10:24 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2009-08-03 22:07:34 +00:00
|
|
|
div.graphspanel {
|
2010-11-25 13:40:54 +00:00
|
|
|
padding: 10px 5px 20px 5px;
|
|
|
|
margin: -16px -16px -11px -16px;
|
2010-12-10 20:09:46 +00:00
|
|
|
/* border: 1px solid #89f;*/
|
2009-08-03 22:07:34 +00:00
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.graphspanel img {
|
2009-10-12 23:55:21 +00:00
|
|
|
border: 1px solid #77f;
|
2009-08-03 22:07:34 +00:00
|
|
|
padding: 2px;
|
|
|
|
margin: 6px;
|
2009-10-12 23:55:21 +00:00
|
|
|
background: #ccf;
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 0px #002;
|
|
|
|
opacity: 0.9;
|
2009-08-03 22:07:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.graphspanel img:hover {
|
2010-11-25 13:40:54 +00:00
|
|
|
border: 1px solid #89f;
|
2009-08-03 22:07:34 +00:00
|
|
|
padding: 2px;
|
|
|
|
margin: 6px;
|
|
|
|
text-align: center !important;
|
|
|
|
background: #001;
|
|
|
|
-moz-box-shadow: inset 0px 0px 2px 1px #f60;
|
2009-10-12 23:55:21 +00:00
|
|
|
opacity: 1;
|
2009-08-03 22:07:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.graphspanel hr {
|
2009-10-12 23:55:21 +00:00
|
|
|
margin: 10px 0;
|
2009-08-03 22:07:34 +00:00
|
|
|
}
|
|
|
|
|
2009-10-17 23:34:38 +00:00
|
|
|
div.graphspanel form:last-child {
|
2009-08-03 22:07:34 +00:00
|
|
|
text-align: left;
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.graphspanel h3 {
|
|
|
|
text-align: left;
|
2009-10-12 23:55:21 +00:00
|
|
|
margin: 10px 20px 10px 20px;
|
2010-12-01 13:10:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote {
|
|
|
|
text-align: right;
|
2010-12-13 19:15:47 +00:00
|
|
|
color: #339;
|
2010-12-01 13:10:24 +00:00
|
|
|
font-size: 7pt;
|
2010-12-13 19:15:47 +00:00
|
|
|
margin-bottom: -4px !Important;
|
2010-12-01 13:10:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote hr{
|
|
|
|
margin: 10px 0 5px 0 !important;
|
|
|
|
color: #99f;
|
|
|
|
background: #99f;
|
|
|
|
height: 1px;
|
|
|
|
border: 0px solid #99f;
|
2010-12-11 03:21:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.topness {
|
|
|
|
font-size: 7.5pt;
|
|
|
|
text-align: right;
|
2010-12-11 05:58:41 +00:00
|
|
|
margin-top: -8px;
|
2010-12-11 03:21:46 +00:00
|
|
|
margin-bottom: -5px;
|
|
|
|
margin-right: 5px;
|
2010-11-25 13:40:54 +00:00
|
|
|
}
|