Commencement of tidying up of css phase.
This commit is contained in:
@ -1,472 +1,475 @@
|
|||||||
body {
|
body {
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
margin: 25px 10px 0 5px;
|
margin: 25px 10px 0 5px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #000022;
|
background-color: #000022;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide {
|
.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 8pt;
|
font-size: 9pt;
|
||||||
font-family: "Lucida Console", Courier, mono;
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
color: #99d;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.logo {
|
div.logo {
|
||||||
float: left;
|
float: left;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
padding: 10px 10px 10px 14px;
|
padding: 10px 10px 10px 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-color: #fff;
|
font-color: #fff;
|
||||||
border: 0px solid #f00;
|
border: 0px solid #f00;
|
||||||
float: none;
|
margin: 0px;
|
||||||
margin: 0px;
|
background-color: #003;
|
||||||
background-color: #003;
|
display: none;
|
||||||
display: none;
|
border-bottom: 1px solid #eef;
|
||||||
border-bottom: 1px solid #eef;
|
}
|
||||||
}
|
|
||||||
|
div.toolbar {
|
||||||
div.toolbar {
|
margin: 0;
|
||||||
margin: 0;
|
padding: 10px;
|
||||||
padding: 10px;
|
font-weight: bold;
|
||||||
font-weight: bold;
|
background-color: #eeeeff;
|
||||||
background-color: #eeeeff
|
border: 1px solid #002;
|
||||||
border: 1px solid #002;
|
display: none;
|
||||||
display: none;
|
}
|
||||||
}
|
|
||||||
|
div.toolbar a:link {
|
||||||
div.toolbar a:link {
|
border: 1px outset #ddddc0;
|
||||||
border: 1px outset #ddddc0;
|
padding: 0px 5px 1px 5px;
|
||||||
padding: 0px 5px 1px 5px;
|
line-height: 250%;
|
||||||
line-height: 250%;
|
background-color: #bbf;
|
||||||
background-color: #bbf;
|
text-decoration: none;
|
||||||
text-decoration: none;
|
border-radius: 4px;
|
||||||
border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
color: #002;
|
||||||
border-radius: 4px;
|
}
|
||||||
color: #002;
|
|
||||||
}
|
div.toolbar a:visited {
|
||||||
|
line-height: 250%;
|
||||||
div.toolbar a:visited {
|
background-color: #ddf;
|
||||||
line-height: 250%;
|
}
|
||||||
background-color: #ddf;
|
|
||||||
}
|
div.toolbar a:hover{
|
||||||
|
border: 1px solid #eeeeff;
|
||||||
div.toolbar a:hover{
|
line-height: 250%;
|
||||||
border: 1px solid #eeeeff;
|
background-color: #003;
|
||||||
line-height: 250%;
|
color: #ff6600;
|
||||||
background-color: #003;
|
}
|
||||||
color:#ff6600
|
|
||||||
}
|
a:active{
|
||||||
a:active{color:#900}
|
color: #900;
|
||||||
|
}
|
||||||
div.routersummaryouter {
|
|
||||||
float: left;
|
div.routersummaryouter {
|
||||||
width: 200px;
|
float: left;
|
||||||
margin: 0 0 10px 20px;
|
width: 200px;
|
||||||
padding: 0;
|
margin: 0 0 10px 20px;
|
||||||
border: 0;
|
padding: 0;
|
||||||
clear: left; /* fixes a bug in Opera */
|
border: 0;
|
||||||
text-align: center;
|
clear: left;/* fixes a bug in Opera */
|
||||||
display: block;
|
text-align: center;
|
||||||
}
|
display: block;
|
||||||
|
}
|
||||||
div.routersummary {
|
|
||||||
width: 175px;
|
div.routersummary {
|
||||||
padding: 10px;
|
width: 175px;
|
||||||
text-align: center;
|
padding: 10px;
|
||||||
border: 1px solid #9999ff;
|
text-align: center;
|
||||||
background-color: #000033;
|
border: 1px solid #9999ff;
|
||||||
background: url(images/darkbluebg.png);
|
background-color: #000033;
|
||||||
color: #eeeeff;
|
background: url(images/darkbluebg.png);
|
||||||
font-size: 8pt;
|
color: #eeeeff;
|
||||||
clear: left; /* fixes a bug in Opera */
|
font-size: 8pt;
|
||||||
-moz-border-radius: 4px;
|
clear: left;/* fixes a bug in Opera */
|
||||||
-webkit-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
float: left;
|
border-radius: 4px;
|
||||||
-moz-box-shadow: inset 0px 0px 16px 0px #009;
|
float: left;
|
||||||
}
|
-moz-box-shadow: inset 0px 0px 16px 0px #009;
|
||||||
|
}
|
||||||
div.warning {
|
|
||||||
margin: 0em 1em 1em 224px;
|
div.warning {
|
||||||
padding: .5em 1em;
|
margin: 0em 1em 1em 224px;
|
||||||
background-color: #ffefef;
|
padding: .5em 1em;
|
||||||
border: medium solid #ffafaf;
|
background-color: #ffefef;
|
||||||
text-align: left;
|
border: medium solid #ffafaf;
|
||||||
color: inherit;
|
text-align: left;
|
||||||
}
|
color: inherit;
|
||||||
|
}
|
||||||
div.main {
|
|
||||||
margin: 0px 0px 20px 215px;
|
div.main {
|
||||||
padding: 0 15px 15px 25px;
|
margin: 0px 0px 20px 215px;
|
||||||
background-color: #002;
|
padding: 0 15px 15px 25px;
|
||||||
text-align: left;
|
background-color: #002;
|
||||||
color: #eeeeff;
|
text-align: left;
|
||||||
/* border-top: 1px solid #eeeeff; */
|
color: #eeeeff;
|
||||||
/* border-right: 25px solid #fff; */
|
/* border-top: 1px solid #eeeeff; */
|
||||||
/* border-radius: 0px 0 0 4px;
|
/* border-right: 25px solid #fff; */
|
||||||
-moz-border-radius: 4px 0 0 4px;
|
/* border-radius: 0px 0 0 4px;
|
||||||
-webkit-border-radius: 4px 0 0 4px;
|
-moz-border-radius: 4px 0 0 4px;
|
||||||
-moz-box-shadow: 0 2px 2px 1px #bbbbff;
|
-webkit-border-radius: 4px 0 0 4px;
|
||||||
-webkit-box-shadow: 0 2px 2px 1px #bbbbff;
|
-moz-box-shadow: 0 2px 2px 1px #bbbbff;
|
||||||
box-shadow: 0 2px 2px 0px #bbbbff; */
|
-webkit-box-shadow: 0 2px 2px 1px #bbbbff;
|
||||||
width: auto;
|
box-shadow: 0 2px 2px 0px #bbbbff; */
|
||||||
/* overflow-x: scroll; */
|
width: auto;
|
||||||
}
|
/* overflow-x: scroll; */
|
||||||
|
}
|
||||||
|
|
||||||
div.main textarea {
|
div.main textarea {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
background-color: #002;
|
background-color: #002;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
font-family: "Lucida Console", Courier, mono;
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.news {
|
div.news {
|
||||||
margin: 0px 15px 20px 240px;
|
margin: 0px 15px 20px 240px;
|
||||||
padding: 20px 30px 20px 30px;
|
padding: 20px 30px 20px 30px;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
background-color: #004;
|
background-color: #004;
|
||||||
color: #eeeeff;
|
color: #eeeeff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
background: url(images/darkbluetile.png);
|
background: url(images/darkbluetile.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.news li {
|
div.news li {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
list-style-type:square;
|
list-style-type: square;
|
||||||
margin: 2px 20px 0px 30px;
|
margin: 2px 20px 0px 30px;
|
||||||
padding: 10px 20px 1px 0px;
|
padding: 10px 20px 1px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.confignav {
|
div.confignav {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0 0px 20px 0;
|
margin: 0 0px 20px 0;
|
||||||
background-color: #004;
|
background-color: #004;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
background: url(images/darkbluetile.png);
|
background: url(images/darkbluetile.png);
|
||||||
font-size: 8pt !important;
|
font-size: 8pt !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.configure {
|
div.configure {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
background-color: #005;
|
background-color: #005;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.messages {
|
div.messages {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 10px 0 20px 0;
|
margin: 10px 0 20px 0;
|
||||||
background-color: #005;
|
background-color: #005;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
background: url(images/lightbluetile.png);
|
background: url(images/lightbluetile.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.messages span.error {
|
div.messages span.error {
|
||||||
color: #dddd00;
|
color: #dddd00;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.messages span.notice {
|
div.messages span.notice {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.messages li {
|
div.messages li {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
list-style-image: url(images/warning_dark.png);
|
list-style-image: url(images/warning_dark.png);
|
||||||
margin: 0 0 0 30px !important;
|
margin: 0 0 0 30px !important;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
table {
|
border-collapse: collapse;
|
||||||
border-collapse: collapse;
|
width: 100%;
|
||||||
width: 100%;
|
border: 1px solid #99f;
|
||||||
border: 1px solid #99f;
|
margin: 5px 0px 5px 0px;
|
||||||
margin: 5px 0px 5px 0px;
|
cell-padding: 1px;
|
||||||
cell-padding: 1px;
|
font-size: 7pt;
|
||||||
font-size: 7pt;
|
background-image: url('images/darkbluetile.png');
|
||||||
background-image:url('images/darkbluetile.png');
|
}
|
||||||
}
|
|
||||||
|
th {
|
||||||
th {
|
padding: 4px;
|
||||||
padding: 4px;
|
color: #eef;
|
||||||
color: #eef;
|
text-align: center;
|
||||||
text-align: center;
|
font-size: 8pt;
|
||||||
font-size: 8pt;
|
background-color: #004;
|
||||||
background-color: #004;
|
background-image: url('images/tabletitledark.png');
|
||||||
background-image:url('images/tabletitledark.png');
|
background-repeat: repeat-x;
|
||||||
background-repeat:repeat-x;
|
}
|
||||||
}
|
|
||||||
|
tr:nth-child ( even ) {
|
||||||
tr:nth-child(even)
|
background-image: url('images/darkerbluetile.png');
|
||||||
{
|
}
|
||||||
background-image:url('images/darkerbluetile.png');
|
|
||||||
}
|
td {
|
||||||
|
padding: 5px 10px;
|
||||||
|
color: #eef;
|
||||||
td {
|
/* background-color: #004; */
|
||||||
padding: 5px 10px;
|
text-align: left;
|
||||||
color: #eef;
|
}
|
||||||
/* background-color: #004; */
|
|
||||||
text-align: left;
|
tt {
|
||||||
}
|
font-size: 9pt;
|
||||||
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
tt {
|
font-weight: bold;
|
||||||
font-size: 8pt;
|
color: yellow;
|
||||||
font-family: "Lucida Console", Courier, mono;
|
padding: 10px;
|
||||||
font-weight: bold;
|
}
|
||||||
color: yellow;
|
|
||||||
/*background: black;*/
|
div.main li {
|
||||||
padding: 10px;
|
text-align: left;
|
||||||
}
|
list-style-type: square;
|
||||||
|
margin: 4px 0px 4px 30px;
|
||||||
div.main li {
|
padding: 1px 20px 1px 0px;
|
||||||
text-align: left;
|
border-right: 4px solid #339;
|
||||||
list-style-type:square;
|
}
|
||||||
margin: 4px 0px 4px 30px;
|
|
||||||
padding: 1px 20px 1px 0px;
|
div.main li:nth-child ( even ){
|
||||||
padding: 1px 20px 1px 0px;
|
text-align: left;
|
||||||
border-right: 4px solid #339;
|
list-style-type: square;
|
||||||
}
|
margin: 4px 0px 4px 30px;
|
||||||
|
padding: 1px 20px 1px 0px;
|
||||||
div.main li:nth-child(even){
|
border-right: 4px solid #339;
|
||||||
text-align: left;
|
}
|
||||||
list-style-type:square;
|
|
||||||
margin: 4px 0px 4px 30px;
|
ol {
|
||||||
padding: 1px 20px 1px 0px;
|
white-space: pre-wrap;
|
||||||
border-right: 4px solid #339;
|
display: inline;
|
||||||
}
|
margin: 2px 0 0 0;
|
||||||
|
padding: 10px 0 0 20px;
|
||||||
ol {
|
}
|
||||||
white-space: pre-wrap;
|
|
||||||
display: inline;
|
ul {
|
||||||
margin: 2px 0 0 0;
|
display: inline;
|
||||||
padding 10px 0 0 20px;
|
margin: 5px 0 0 0;
|
||||||
display: inline;
|
}
|
||||||
}
|
|
||||||
|
code {
|
||||||
ul {
|
text-align: left;
|
||||||
display: inline;
|
font-size: 8pt;
|
||||||
margin: 5px 0 0 0;
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
a:link{
|
||||||
text-align: left;
|
color: #99f;
|
||||||
font-size: 8pt;
|
}
|
||||||
font-family: "Lucida Console", Courier, mono;
|
|
||||||
}
|
a:visited{
|
||||||
|
color: #7bb;
|
||||||
a:link{color:#99f}
|
}
|
||||||
a:visited{color:#7bb}
|
|
||||||
a:hover{color:#ff6600}
|
a:hover{
|
||||||
a:active{color:#900}
|
color: #ff6600;
|
||||||
|
}
|
||||||
.links {
|
|
||||||
list-style-image: url(images/link_dark.png);
|
a:active{
|
||||||
margin: 0 5px 0 0px;
|
color: #900;
|
||||||
padding: 0px 5px;
|
}
|
||||||
}
|
|
||||||
|
.links {
|
||||||
p {
|
list-style-image: url(images/link_dark.png);
|
||||||
text-align: justify;
|
margin: 0 5px 0 0px;
|
||||||
}
|
padding: 0px 5px;
|
||||||
|
}
|
||||||
h1 {
|
|
||||||
text-align: left;
|
p {
|
||||||
color: #fff;
|
text-align: justify;
|
||||||
padding: 10px;
|
}
|
||||||
margin-left: 240px;
|
|
||||||
margin-bottom: 20px;
|
h1 {
|
||||||
margin-top: 0px;
|
text-align: left;
|
||||||
margin-right: 15px;
|
color: #fff;
|
||||||
font-size: 16pt;
|
padding: 10px;
|
||||||
font-weight: bold;
|
margin-left: 240px;
|
||||||
font-style: normal;
|
margin-bottom: 20px;
|
||||||
text-transform: uppercase;
|
margin-top: 0px;
|
||||||
letter-spacing: 0.06em;
|
margin-right: 15px;
|
||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
font-size: 16pt;
|
||||||
white-space: normal;
|
font-weight: bold;
|
||||||
background-color: #004;
|
font-style: normal;
|
||||||
-moz-box-shadow: inset 0px 0px 16px 0px #009;
|
text-transform: uppercase;
|
||||||
border: 1px solid #99f;
|
letter-spacing: 0.06em;
|
||||||
border-radius: 4px;
|
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
||||||
-moz-border-radius: 4px;
|
white-space: normal;
|
||||||
-webkit-border-radius: 4px;
|
background-color: #004;
|
||||||
background-image:url('images/darkbluebg.png');
|
-moz-box-shadow: inset 0px 0px 16px 0px #009;
|
||||||
background-repeat:repeat-x;
|
border: 1px solid #99f;
|
||||||
}
|
border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
h2{
|
-webkit-border-radius: 4px;
|
||||||
font-size: 12pt;
|
background-image: url('images/darkbluebg.png');
|
||||||
color: #fff;
|
background-repeat: repeat-x;
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
|
}
|
||||||
background-color: #003;
|
|
||||||
background-image: url('images/tabletile.png');
|
h2{
|
||||||
border-bottom-width: 1px;
|
font-size: 12pt;
|
||||||
border-bottom-style: solid;
|
color: #fff;
|
||||||
border-bottom-color: #99f;
|
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
|
||||||
padding: 5px 10px;
|
background-color: #003;
|
||||||
wordwrap: none;
|
background-image: url('images/tabletile.png');
|
||||||
border: 1px solid #99f;
|
border-bottom-width: 1px;
|
||||||
border-radius: 4px;
|
border-bottom-style: solid;
|
||||||
-moz-border-radius: 4px;
|
border-bottom-color: #99f;
|
||||||
-webkit-border-radius: 4px;
|
padding: 5px 10px;
|
||||||
}
|
wordwrap: none;
|
||||||
|
border: 1px solid #99f;
|
||||||
h2 a:link {
|
border-radius: 4px;
|
||||||
color: #99f;
|
-moz-border-radius: 4px;
|
||||||
}
|
-webkit-border-radius: 4px;
|
||||||
|
}
|
||||||
h2 a:visited {
|
|
||||||
color: #44f;
|
h2 a:link {
|
||||||
}
|
color: #99f;
|
||||||
h2 a:hover {
|
}
|
||||||
color: #ff6600;
|
|
||||||
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
h2 a:visited {
|
||||||
border-bottom-width: 1px;
|
color: #44f;
|
||||||
border-bottom-style: solid;
|
}
|
||||||
border-bottom-color: #99f;
|
|
||||||
padding-bottom: 5px;
|
h2 a:hover {
|
||||||
}
|
color: #ff6600;
|
||||||
|
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
||||||
h3 {
|
border-bottom-width: 1px;
|
||||||
border-bottom-width: 1px;
|
border-bottom-style: solid;
|
||||||
border-bottom-style: solid;
|
border-bottom-color: #99f;
|
||||||
border-bottom-color: #99f;
|
padding-bottom: 5px;
|
||||||
padding-bottom: 5px;
|
}
|
||||||
}
|
|
||||||
|
h3 {
|
||||||
button {
|
border-bottom-width: 1px;
|
||||||
border: 1px outset #ddddc0;
|
border-bottom-style: solid;
|
||||||
padding: 0px 3px 1px 3px;
|
border-bottom-color: #99f;
|
||||||
/*line-height: 250%;*/
|
padding-bottom: 5px;
|
||||||
background-color: #bbf;
|
}
|
||||||
text-decoration: none;
|
|
||||||
border-radius: 4px;
|
button {
|
||||||
-moz-border-radius: 4px;
|
border: 1px outset #ddddc0;
|
||||||
-webkit-border-radius: 4px;
|
padding: 0px 3px 1px 3px;
|
||||||
font-size: 8pt;
|
/*line-height: 250%;*/
|
||||||
font-weight: bold;
|
background-color: #bbf;
|
||||||
margin: 2px 3px;
|
text-decoration: none;
|
||||||
text-align: center;
|
border-radius: 4px;
|
||||||
}
|
-moz-border-radius: 4px;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
button:hover{
|
font-size: 8pt;
|
||||||
border: 1px solid #eeeeff;
|
font-weight: bold;
|
||||||
line-height: 250%;
|
margin: 2px 3px;
|
||||||
background-color: #003;
|
text-align: center;
|
||||||
color:#ff6600
|
}
|
||||||
}
|
|
||||||
|
button:hover{
|
||||||
.underline {
|
border: 1px solid #eeeeff;
|
||||||
border-bottom: 1px solid #eeeeff;
|
line-height: 250%;
|
||||||
padding: 5px 0px 5px 0px;
|
background-color: #003;
|
||||||
margin: 0px 0px 10px 0px;
|
color: #ff6600;
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
}
|
||||||
}
|
|
||||||
|
.underline {
|
||||||
.langbox {
|
border-bottom: 1px solid #eeeeff;
|
||||||
margin: 4px 2px 4px 5px;
|
padding: 5px 0px 5px 0px;
|
||||||
padding: 7px 5px 5px 5px;
|
margin: 0px 0px 10px 0px;
|
||||||
color: #eef;
|
-moz-border-radius: 4px;
|
||||||
font-size: 7pt;
|
}
|
||||||
width: 140px;
|
|
||||||
text-align: right;
|
.langbox {
|
||||||
float: right;
|
margin: 4px 2px 4px 5px;
|
||||||
}
|
padding: 7px 10px 5px 10px;
|
||||||
|
color: #eef;
|
||||||
hr {
|
font-size: 7pt;
|
||||||
color: #99f;
|
width: 140px;
|
||||||
background-color: #99f;
|
text-align: right;
|
||||||
height: 1px;
|
float: right;
|
||||||
border: 0px solid #99f;
|
}
|
||||||
margin: 10px 0;
|
|
||||||
}
|
hr {
|
||||||
|
color: #99f;
|
||||||
sidebarlogo {
|
background-color: #99f;
|
||||||
text-align: center;
|
height: 1px;
|
||||||
}
|
border: 0px solid #99f;
|
||||||
|
margin: 10px 0;
|
||||||
input {
|
}
|
||||||
background-color: #002;
|
|
||||||
color: #eef;
|
sidebarlogo {
|
||||||
margin: 10px 2px 10px 0;
|
text-align: center;
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
}
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #99f;
|
input {
|
||||||
/*border: 1px outset #ddddc0;*/
|
background-color: #002;
|
||||||
padding: 0px 2px 1px 2px;
|
color: #eef;
|
||||||
/*line-height: 250%;*/
|
margin: 10px 2px 10px 0;
|
||||||
background-color: #001;
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
text-decoration: none;
|
font-weight: bold;
|
||||||
border-radius: 4px;
|
border: 1px solid #99f;
|
||||||
-moz-border-radius: 4px;
|
/*border: 1px outset #ddddc0;*/
|
||||||
-webkit-border-radius: 4px;
|
padding: 0px 2px 1px 2px;
|
||||||
}
|
/*line-height: 250%;*/
|
||||||
|
text-decoration: none;
|
||||||
input hover {
|
border-radius: 4px;
|
||||||
background-color: #f00;
|
-moz-border-radius: 4px;
|
||||||
color: #eef;
|
-webkit-border-radius: 4px;
|
||||||
margin: 10px 2px 10px 0;
|
}
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
|
||||||
font-weight: bold;
|
input hover {
|
||||||
border: 1px solid #99f;
|
background-color: #f00;
|
||||||
/*border: 1px outset #ddddc0;*/
|
color: #eef;
|
||||||
padding: 0px 2px 1px 2px;
|
margin: 10px 2px 10px 0;
|
||||||
/*line-height: 250%;*/
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
background-color: #001;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
border: 1px solid #99f;
|
||||||
border-radius: 4px;
|
/*border: 1px outset #ddddc0;*/
|
||||||
-moz-border-radius: 4px;
|
padding: 0px 2px 1px 2px;
|
||||||
-webkit-border-radius: 4px;
|
/*line-height: 250%;*/
|
||||||
}
|
text-decoration: none;
|
||||||
|
border-radius: 4px;
|
||||||
select {
|
-moz-border-radius: 4px;
|
||||||
background-color: #001;
|
-webkit-border-radius: 4px;
|
||||||
color: #eef;
|
}
|
||||||
margin: 10px 2px 10px 0;
|
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
select {
|
||||||
border: 1px solid #99f;
|
background-color: #001;
|
||||||
}
|
color: #eef;
|
||||||
|
margin: 10px 2px 10px 0;
|
||||||
textarea {
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
background-color: #001;
|
border: 1px solid #99f;
|
||||||
color: #eef;
|
}
|
||||||
padding: 5px;
|
|
||||||
margin: 5px 0;
|
textarea {
|
||||||
border-radius: 4px;
|
background-color: #001;
|
||||||
-moz-border-radius: 4px;
|
color: #eef;
|
||||||
-webkit-border-radius: 4px;
|
padding: 5px;
|
||||||
font-family: "Lucida Console", Courier, mono;
|
margin: 5px 0;
|
||||||
}
|
border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
form {
|
-webkit-border-radius: 4px;
|
||||||
}
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
|
}
|
||||||
|
|
||||||
|
form {}
|
@ -1,434 +1,439 @@
|
|||||||
body {
|
body {
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
margin: 25px 10px 0 5px;
|
margin: 25px 10px 0 5px;
|
||||||
padding: 0em;
|
padding: 0em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: black;
|
color: black;
|
||||||
/* font-size: 100%; */
|
font-size: 9pt;
|
||||||
font-size: 9pt;
|
}
|
||||||
}
|
|
||||||
|
.hide {
|
||||||
.hide {
|
display: none;
|
||||||
display: none;
|
}
|
||||||
}
|
|
||||||
|
img {
|
||||||
img {
|
border: none;
|
||||||
border: none;
|
}
|
||||||
}
|
|
||||||
|
pre {
|
||||||
pre {
|
width: 98%;
|
||||||
width: 98%;
|
overflow-x: scroll;
|
||||||
overflow-x: scroll;
|
text-align: left;
|
||||||
text-align: left;
|
font-size: 8pt;
|
||||||
font-size: 8pt;
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
font-family: "Lucida Console", Courier, mono;
|
color: #333;
|
||||||
color: #333;
|
}
|
||||||
}
|
|
||||||
|
div.logo {
|
||||||
div.logo {
|
float: left;
|
||||||
float: left;
|
left: 10px;
|
||||||
left: 10px;
|
top: 0px;
|
||||||
top: 0px;
|
padding: 10px 10px 10px 14px;
|
||||||
padding: 10px 10px 10px 14px;
|
text-align: left;
|
||||||
text-align: left;
|
font-color: #fff;
|
||||||
font-color: #fff;
|
border: 0px solid #f00;
|
||||||
border: 0px solid #f00;
|
margin: 0px;
|
||||||
float: none;
|
background-color: #003;
|
||||||
margin: 0px;
|
display: block;
|
||||||
background-color: #003;
|
}
|
||||||
display: block;
|
|
||||||
border: 1px solid #002;
|
div.toolbar {
|
||||||
display: none;
|
margin: 0;
|
||||||
}
|
padding: 10px;
|
||||||
|
font-weight: bold;
|
||||||
div.toolbar {
|
background-color: #eeeeff;
|
||||||
margin: 0;
|
border: 1px solid #002;
|
||||||
padding: 10px;
|
display: none;
|
||||||
font-weight: bold;
|
}
|
||||||
background-color: #eeeeff
|
|
||||||
border: 1px solid #002;
|
div.toolbar a:link {
|
||||||
display: none;
|
border: 1px outset #ddddc0;
|
||||||
}
|
padding: 0px 5px 1px 5px;
|
||||||
|
line-height: 250%;
|
||||||
div.toolbar a:link {
|
background-color: #bbf;
|
||||||
border: 1px outset #ddddc0;
|
text-decoration: none;
|
||||||
padding: 0px 5px 1px 5px;
|
border-radius: 4px;
|
||||||
line-height: 250%;
|
-moz-border-radius: 4px;
|
||||||
background-color: #bbf;
|
-webkit-border-radius: 4px;
|
||||||
text-decoration: none;
|
}
|
||||||
border-radius: 4px;
|
|
||||||
-moz-border-radius: 4px;
|
div.toolbar a:visited {
|
||||||
-webkit-border-radius: 4px;
|
line-height: 250%;
|
||||||
}
|
background-color: #ddf;
|
||||||
|
}
|
||||||
div.toolbar a:visited {
|
|
||||||
line-height: 250%;
|
div.toolbar a:hover{
|
||||||
background-color: #ddf;
|
border: 1px solid #eeeeff;
|
||||||
}
|
line-height: 250%;
|
||||||
|
background-color: #003;
|
||||||
div.toolbar a:hover{
|
color: #ff6600;
|
||||||
border: 1px solid #eeeeff;
|
}
|
||||||
line-height: 250%;
|
|
||||||
background-color: #003;
|
a:active{
|
||||||
color:#ff6600
|
color: #900;
|
||||||
}
|
}
|
||||||
a:active{color:#900}
|
|
||||||
|
div.routersummaryouter {
|
||||||
div.routersummaryouter {
|
float: left;
|
||||||
float: left;
|
width: 215px;
|
||||||
width: 215px;
|
margin: 0 0 10px 20px;
|
||||||
margin: 0 0 10px 20px;
|
padding: 0px 0 0 0;
|
||||||
padding: 0px 0 0 0;
|
border: 0;
|
||||||
border: 0;
|
clear: left;/* fixes a bug in Opera */
|
||||||
clear: left; /* fixes a bug in Opera */
|
text-align: center;
|
||||||
text-align: center;
|
display: block;
|
||||||
display: block;
|
}
|
||||||
}
|
|
||||||
|
div.routersummary {
|
||||||
div.routersummary {
|
/* margin: 0px 20px 20px 0px; */
|
||||||
/* margin: 0px 20px 20px 0px; */
|
width: auto;
|
||||||
width: auto;
|
padding: 10px;
|
||||||
padding: 10px;
|
text-align: center;
|
||||||
text-align: center;
|
border: 1px solid #000033;
|
||||||
border: 1px solid #000033;
|
background-color: #ddddff;
|
||||||
background-color: #ddddff;
|
color: black;
|
||||||
color: black;
|
font-size: 8pt;
|
||||||
font-size: 8pt;
|
clear: left;/* fixes a bug in Opera */
|
||||||
clear: left; /* fixes a bug in Opera */
|
-moz-border-radius: 4px;
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-webkit-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px 4px 4px 4px;
|
float: left;
|
||||||
float: left;
|
-moz-box-shadow: inset 0px 0px 16px 1px #eef;
|
||||||
-moz-box-shadow: inset 0px 0px 16px 1px #eef;
|
background-image: url('images/lightbluetile.png');
|
||||||
background-image: url('images/lightbluetile.png');
|
}
|
||||||
}
|
|
||||||
|
div.warning {
|
||||||
div.warning {
|
margin: 0em 1em 1em 224px;
|
||||||
margin: 0em 1em 1em 224px;
|
padding: .5em 1em;
|
||||||
padding: .5em 1em;
|
background-color: #ffefef;
|
||||||
background-color: #ffefef;
|
border: medium solid #ffafaf;
|
||||||
border: medium solid #ffafaf;
|
text-align: left;
|
||||||
text-align: left;
|
color: inherit;
|
||||||
color: inherit;
|
}
|
||||||
}
|
|
||||||
|
div.main {
|
||||||
div.main {
|
margin: 0px 0px 20px 220px;
|
||||||
margin: 0px 0px 20px 220px;
|
padding: 0 15px 15px 25px;
|
||||||
padding: 0 15px 15px 25px;
|
background-color: #fff;
|
||||||
background-color: #fff;
|
text-align: left;
|
||||||
text-align: left;
|
color: #000011;
|
||||||
color: #000011;
|
width: auto;
|
||||||
width: auto;
|
/* overflow-x: scroll; */
|
||||||
/* overflow-x: scroll; */
|
}
|
||||||
}
|
|
||||||
|
div.main hr {
|
||||||
div.main hr {
|
color: #003;
|
||||||
color: #003;
|
background-color: #003;
|
||||||
background-color: #003;
|
height: 1px;
|
||||||
height: 1px;
|
border: 0px solid #003;
|
||||||
border: 0px solid #003;
|
margin: 10px 0;
|
||||||
margin: 10px 0;
|
}
|
||||||
}
|
|
||||||
|
div.main textarea {
|
||||||
div.main textarea {
|
width: 100% !important;
|
||||||
width: 100% !important;
|
}
|
||||||
}
|
|
||||||
|
div.news {
|
||||||
div.news {
|
margin: 0px 15px 20px 245px;
|
||||||
margin: 0px 15px 20px 245px;
|
padding: 20px 30px 20px 30px;
|
||||||
padding: 20px 30px 20px 30px;
|
border: 1px solid #003;
|
||||||
border: 1px solid #003;
|
background-color: #ffeeaa;
|
||||||
background-color: #ffeeaa;
|
color: #001;
|
||||||
color: #001;
|
border-radius: 4px;
|
||||||
border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
text-align: justify;
|
||||||
text-align: justify;
|
}
|
||||||
}
|
|
||||||
|
div.confignav {
|
||||||
div.confignav {
|
padding: 10px;
|
||||||
padding: 10px;
|
margin: 0 0px 25px 0;
|
||||||
margin: 0 0px 25px 0;
|
background-color: #ddddff;
|
||||||
background-color: #ddddff;
|
-moz-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
border: 1px solid #000022;
|
||||||
border: 1px solid #000022;
|
background-image: url('images/tabletile.png');
|
||||||
background-image: url('images/tabletile.png');
|
}
|
||||||
}
|
|
||||||
|
div.configure {
|
||||||
div.configure {
|
padding: 1em;
|
||||||
padding: 1em;
|
margin: 10px 0px 25px 0;
|
||||||
margin: 10px 0px 25px 0;
|
background-color: #ddf;
|
||||||
background-color: #ddf;
|
-moz-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
border: 1px solid #000022;
|
||||||
border: 1px solid #000022;
|
}
|
||||||
}
|
|
||||||
|
div.messages {
|
||||||
div.messages {
|
padding: 0 10px 0 15px;
|
||||||
padding: 0 10px 0 15px;
|
margin: 10px 0 20px 0;
|
||||||
margin: 10px 0 20px 0;
|
background-color: #ddf;
|
||||||
background-color: #ddf;
|
background: url(images/tabletile_alt.png);
|
||||||
background: url(images/tabletile_alt.png);
|
-moz-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
border: 1px solid #000033;
|
||||||
border: 1px solid #000033;
|
text-size: 9pt;
|
||||||
text-size: 9pt;
|
}
|
||||||
}
|
|
||||||
|
div.messages span.error {
|
||||||
div.messages span.error {
|
color: #d00000;
|
||||||
color: #d00000;
|
}
|
||||||
}
|
|
||||||
|
div.messages span.notice {
|
||||||
div.messages span.notice {
|
font-style: italic;
|
||||||
font-style: italic;
|
}
|
||||||
}
|
|
||||||
|
div.messages li {
|
||||||
div.messages li {
|
text-align: justify;
|
||||||
text-align: justify;
|
font-weight: bold;
|
||||||
font-weight: bold;
|
list-style-image: url(images/warning.png);
|
||||||
list-style-image: url(images/warning.png);
|
margin: 0 10px 0 30px;
|
||||||
margin: 0 10px 0 30px;
|
padding: 5px;
|
||||||
padding: 5px;
|
}
|
||||||
}
|
|
||||||
|
table {
|
||||||
table {
|
border-collapse: collapse;
|
||||||
border-collapse: collapse;
|
width: 100%;
|
||||||
width: 100%;
|
border: 1px solid #000022;
|
||||||
border: 1px solid #000022;
|
margin: 5px 0px 5px 0px;
|
||||||
margin: 5px 0px 5px 0px;
|
cell-padding: 1px;
|
||||||
cell-padding: 1px;
|
font-size: 7pt;
|
||||||
font-size: 7pt;
|
}
|
||||||
}
|
|
||||||
|
th {
|
||||||
th {
|
padding: 4px;
|
||||||
padding: 4px;
|
color: black;
|
||||||
color: black;
|
background-color: #b4c8ff;
|
||||||
background-color: #b4c8ff;
|
text-align: center;
|
||||||
text-align: center;
|
background-image: url('images/tabletitlelight.png');
|
||||||
background-image: url('images/tabletitlelight.png');
|
background-repeat: repeat-x;
|
||||||
background-repeat:repeat-x;
|
font-size: 8pt;
|
||||||
font-size: 8pt;
|
}
|
||||||
}
|
|
||||||
|
tr:nth-child ( even ) {
|
||||||
|
background-image: url('images/tabletile.png');
|
||||||
tr:nth-child(even) {
|
}
|
||||||
background-image: url('images/tabletile.png');
|
|
||||||
}
|
tr:nth-child ( odd ) {
|
||||||
|
background-image: url('images/tabletile_alt.png');
|
||||||
tr:nth-child(odd) {
|
}
|
||||||
background-image: url('images/tabletile_alt.png');
|
|
||||||
}
|
td {
|
||||||
|
padding: 5px;
|
||||||
td {
|
color: black;
|
||||||
padding: 5px;
|
/*background-color: #ffc;*/
|
||||||
color: black;
|
text-align: left;
|
||||||
/*background-color: #ffc;*/
|
}
|
||||||
text-align: left;
|
|
||||||
}
|
tt {
|
||||||
|
font-size: 8pt;
|
||||||
tt {
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
font-size: 8pt;
|
font-weight: bold;
|
||||||
font-family: "Lucida Console", Courier, mono;
|
color: green;
|
||||||
font-weight: bold;
|
/*background: black;*/
|
||||||
color: green;
|
padding: 1px 5px;
|
||||||
/*background: black;*/
|
}
|
||||||
padding: 1px 5px;
|
|
||||||
}
|
li {
|
||||||
|
text-align: left;
|
||||||
li {
|
list-style-type: square;
|
||||||
text-align: left;
|
margin: 2px 20px 0px 30px;
|
||||||
list-style-type:square;
|
padding: 1px 20px 1px 0px;
|
||||||
margin: 2px 20px 0px 30px;
|
}
|
||||||
padding: 1px 20px 1px 0px;
|
|
||||||
}
|
ol {
|
||||||
|
white-space: pre-wrap;
|
||||||
ol {
|
display: inline;
|
||||||
white-space: pre-wrap;
|
margin: 2px 0 0 0;
|
||||||
display: inline;
|
padding: 10px 0 0 20px;
|
||||||
margin: 2px 0 0 0;
|
}
|
||||||
padding 10px 0 0 20px;
|
|
||||||
display: inline;
|
ul {
|
||||||
}
|
display: inline;
|
||||||
|
margin: 5px 0 0 0;
|
||||||
ul {
|
}
|
||||||
display: inline;
|
|
||||||
margin: 5px 0 0 0;
|
code {
|
||||||
}
|
text-align: left;
|
||||||
|
font-size: 8pt;
|
||||||
code {
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
text-align: left;
|
}
|
||||||
font-size: 8pt;
|
|
||||||
font-family: "Lucida Console", Courier, mono;
|
a:link{
|
||||||
}
|
color: #007;
|
||||||
|
}
|
||||||
a:link{color:#007}
|
|
||||||
a:visited{color:#606}
|
a:visited{
|
||||||
a:hover{color:#ff6600}
|
color: #606;
|
||||||
a:active{color:#900}
|
}
|
||||||
|
|
||||||
.links {
|
a:hover{
|
||||||
list-style-image: url(images/link.png);
|
color: #ff6600;
|
||||||
margin: 0 5px 0 0px;
|
}
|
||||||
padding: 0px 5px;
|
|
||||||
}
|
a:active{
|
||||||
|
color: #900;
|
||||||
p {
|
}
|
||||||
text-align: justify;
|
|
||||||
}
|
.links {
|
||||||
|
list-style-image: url(images/link.png);
|
||||||
h1 {
|
margin: 0 5px 0 0px;
|
||||||
text-align: left;
|
padding: 0px 5px;
|
||||||
color: #000022;
|
}
|
||||||
padding: 10px;
|
|
||||||
margin-bottom: 25px;
|
p {
|
||||||
margin-top: 0px;
|
text-align: justify;
|
||||||
margin-left: 245px;
|
}
|
||||||
margin-right: 15px;
|
|
||||||
font-size: 16pt;
|
h1 {
|
||||||
font-weight: bold;
|
text-align: left;
|
||||||
font-style: normal;
|
color: #000022;
|
||||||
letter-spacing: 0.06em;
|
padding: 10px;
|
||||||
text-transform: uppercase;
|
margin-bottom: 25px;
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 176, 0.9);
|
margin-top: 0px;
|
||||||
white-space: normal;
|
margin-left: 245px;
|
||||||
background-color: #ddddff;
|
margin-right: 15px;
|
||||||
border: 1px solid #002;
|
font-size: 16pt;
|
||||||
border-radius: 4px;
|
font-weight: bold;
|
||||||
-moz-border-radius: 4px;
|
font-style: normal;
|
||||||
-webkit-border-radius: 4px;
|
letter-spacing: 0.06em;
|
||||||
background-image: url('images/lightbluetile.png');
|
text-transform: uppercase;
|
||||||
}
|
text-shadow: 0px 0px 1px rgba(0, 0, 176, 0.9);
|
||||||
|
white-space: normal;
|
||||||
h2{
|
background-color: #ddddff;
|
||||||
color: #000011;
|
border: 1px solid #002;
|
||||||
background-color: #ddf;
|
border-radius: 4px;
|
||||||
background-image: url('images/tabletile.png');
|
-moz-border-radius: 4px;
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
|
-webkit-border-radius: 4px;
|
||||||
border-bottom-width: 1px;
|
background-image: url('images/lightbluetile.png');
|
||||||
border-bottom-style: solid;
|
}
|
||||||
border-bottom-color: #000022;
|
|
||||||
padding: 5px 10px;
|
h2{
|
||||||
wordwrap: none;
|
color: #000011;
|
||||||
border: 1px solid #002;
|
background-color: #ddf;
|
||||||
border-radius: 4px;
|
background-image: url('images/tabletile.png');
|
||||||
-moz-border-radius: 4px;
|
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
|
||||||
-webkit-border-radius: 4px;
|
border-bottom-width: 1px;
|
||||||
}
|
border-bottom-style: solid;
|
||||||
|
border-bottom-color: #000022;
|
||||||
h2 a:hover {
|
padding: 5px 10px;
|
||||||
color: #ff6600;
|
wordwrap: none;
|
||||||
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
border: 1px solid #002;
|
||||||
border-bottom-width: 1px;
|
border-radius: 4px;
|
||||||
border-bottom-style: solid;
|
-moz-border-radius: 4px;
|
||||||
border-bottom-color: #000022;
|
-webkit-border-radius: 4px;
|
||||||
padding-bottom: 5px;
|
}
|
||||||
}
|
|
||||||
|
h2 a:hover {
|
||||||
h3 {
|
color: #ff6600;
|
||||||
border-bottom-width: 1px;
|
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
||||||
border-bottom-style: solid;
|
border-bottom-width: 1px;
|
||||||
border-bottom-color: #000022;
|
border-bottom-style: solid;
|
||||||
padding-bottom: 5px;
|
border-bottom-color: #000022;
|
||||||
}
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
button {
|
|
||||||
border: 1px outset #ddddc0;
|
h3 {
|
||||||
padding: 0px 3px 1px 3px;
|
border-bottom-width: 1px;
|
||||||
line-height: 250%;
|
border-bottom-style: solid;
|
||||||
background-color: #bbf !important;
|
border-bottom-color: #000022;
|
||||||
text-decoration: none;
|
padding-bottom: 5px;
|
||||||
border-radius: 4px;
|
}
|
||||||
-moz-border-radius: 4px;
|
|
||||||
-webkit-border-radius: 4px;
|
button {
|
||||||
font-size: 8pt;
|
border: 1px outset #ddddc0;
|
||||||
font-weight: bold;
|
padding: 0px 3px 1px 3px;
|
||||||
margin: 2px 3px;
|
line-height: 250%;
|
||||||
text-align: center;
|
background-color: #bbf !important;
|
||||||
}
|
text-decoration: none;
|
||||||
|
border-radius: 4px;
|
||||||
button:hover{
|
-moz-border-radius: 4px;
|
||||||
border: 1px solid #001;
|
-webkit-border-radius: 4px;
|
||||||
line-height: 250%;
|
font-size: 8pt;
|
||||||
background-color: #003;
|
font-weight: bold;
|
||||||
color:#ff6600
|
margin: 2px 3px;
|
||||||
}
|
text-align: center;
|
||||||
|
}
|
||||||
.underline {
|
|
||||||
border-bottom: 1px solid #000022;
|
button:hover{
|
||||||
padding: 5px 0px 5px 0px;
|
border: 1px solid #001;
|
||||||
margin: 0px 0px 10px 0px;
|
line-height: 250%;
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
background-color: #003;
|
||||||
}
|
color: #ff6600;
|
||||||
|
}
|
||||||
.langbox {
|
|
||||||
margin: 4px 2px 15px 5px;
|
.underline {
|
||||||
padding: 7px 5px 5px 5px;
|
border-bottom: 1px solid #000022;
|
||||||
color: #001;
|
padding: 5px 0px 5px 0px;
|
||||||
font-size: 7pt;
|
margin: 0px 0px 10px 0px;
|
||||||
width: 120px;
|
}
|
||||||
text-align: center;
|
|
||||||
float: right;
|
.langbox {
|
||||||
}
|
margin: 4px 2px 15px 5px;
|
||||||
|
padding: 7px 10px 5px 10px;
|
||||||
hr {
|
color: #001;
|
||||||
color: #003;
|
font-size: 7pt;
|
||||||
background-color: #003;
|
width: 120px;
|
||||||
height: 1px;
|
text-align: center;
|
||||||
border: 0px solid #003;
|
float: right;
|
||||||
margin: 10px 0;
|
}
|
||||||
}
|
|
||||||
|
hr {
|
||||||
input {
|
color: #003;
|
||||||
background-color: #eef;
|
background-color: #003;
|
||||||
color: #003;
|
height: 1px;
|
||||||
margin: 5px 10px 5px 10px;
|
border: 0px solid #003;
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
margin: 10px 0;
|
||||||
font-weight: bold;
|
}
|
||||||
border: 1px solid #001;
|
|
||||||
/*border: 1px outset #ddddc0;*/
|
input {
|
||||||
padding: 0px 2px 1px 2px;
|
background-color: #eef;
|
||||||
/*line-height: 250%;*/
|
color: #003;
|
||||||
text-decoration: none;
|
margin: 5px 10px 5px 10px;
|
||||||
border-radius: 4px;
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
-moz-border-radius: 4px;
|
font-weight: bold;
|
||||||
-webkit-border-radius: 4px;
|
border: 1px solid #001;
|
||||||
}
|
/*border: 1px outset #ddddc0;*/
|
||||||
|
padding: 0px 2px 1px 2px;
|
||||||
submit {
|
/*line-height: 250%;*/
|
||||||
background-color: #f00;
|
text-decoration: none;
|
||||||
color: #eef;
|
border-radius: 4px;
|
||||||
margin: 10px 2px 10px 0;
|
-moz-border-radius: 4px;
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
-webkit-border-radius: 4px;
|
||||||
font-weight: bold;
|
}
|
||||||
border: 1px solid #001;
|
|
||||||
/*border: 1px outset #ddddc0;*/
|
submit {
|
||||||
padding: 0px 2px 1px 2px;
|
background-color: #f00;
|
||||||
/*line-height: 250%;*/
|
color: #eef;
|
||||||
background-color: #001;
|
margin: 10px 2px 10px 0;
|
||||||
text-decoration: none;
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
border-radius: 4px;
|
font-weight: bold;
|
||||||
-moz-border-radius: 4px;
|
border: 1px solid #001;
|
||||||
-webkit-border-radius: 4px;
|
/*border: 1px outset #ddddc0;*/
|
||||||
}
|
padding: 0px 2px 1px 2px;
|
||||||
|
/*line-height: 250%;*/
|
||||||
select {
|
text-decoration: none;
|
||||||
background-color: #eef;
|
border-radius: 4px;
|
||||||
color: #003;
|
-moz-border-radius: 4px;
|
||||||
margin: 5px 10px 5px 10px;
|
-webkit-border-radius: 4px;
|
||||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
}
|
||||||
border: 1px solid #001;
|
|
||||||
}
|
select {
|
||||||
|
background-color: #eef;
|
||||||
textarea {
|
color: #003;
|
||||||
padding: 5px;
|
margin: 5px 10px 5px 10px;
|
||||||
margin: 5px 0;
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
background-color: #eef;
|
border: 1px solid #001;
|
||||||
color: #003;
|
}
|
||||||
border-radius: 4px;
|
|
||||||
-moz-border-radius: 4px;
|
textarea {
|
||||||
-webkit-border-radius: 4px;
|
padding: 5px;
|
||||||
font-family: "Lucida Console", Courier, mono;
|
margin: 5px 0;
|
||||||
font-size: 8pt;
|
background-color: #eef;
|
||||||
}
|
color: #003;
|
||||||
|
border-radius: 4px;
|
||||||
form {
|
-moz-border-radius: 4px;
|
||||||
}
|
-webkit-border-radius: 4px;
|
||||||
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
form {}
|
Reference in New Issue
Block a user