Commencement of tidying up of css phase.
This commit is contained in:
@ -20,9 +20,9 @@ pre {
|
||||
width: 98%;
|
||||
overflow-x: scroll;
|
||||
text-align: left;
|
||||
font-size: 8pt;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
color: #99d;
|
||||
font-size: 9pt;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
div.logo {
|
||||
@ -33,7 +33,6 @@ div.logo {
|
||||
text-align: left;
|
||||
font-color: #fff;
|
||||
border: 0px solid #f00;
|
||||
float: none;
|
||||
margin: 0px;
|
||||
background-color: #003;
|
||||
display: none;
|
||||
@ -44,36 +43,38 @@ div.toolbar {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
background-color: #eeeeff
|
||||
background-color: #eeeeff;
|
||||
border: 1px solid #002;
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.toolbar a:link {
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 5px 1px 5px;
|
||||
line-height: 250%;
|
||||
background-color: #bbf;
|
||||
text-decoration: none;
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 5px 1px 5px;
|
||||
line-height: 250%;
|
||||
background-color: #bbf;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
color: #002;
|
||||
color: #002;
|
||||
}
|
||||
|
||||
div.toolbar a:visited {
|
||||
line-height: 250%;
|
||||
background-color: #ddf;
|
||||
line-height: 250%;
|
||||
background-color: #ddf;
|
||||
}
|
||||
|
||||
div.toolbar a:hover{
|
||||
border: 1px solid #eeeeff;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color:#ff6600
|
||||
border: 1px solid #eeeeff;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #900;
|
||||
}
|
||||
a:active{color:#900}
|
||||
|
||||
div.routersummaryouter {
|
||||
float: left;
|
||||
@ -81,7 +82,7 @@ div.routersummaryouter {
|
||||
margin: 0 0 10px 20px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
clear: left; /* fixes a bug in Opera */
|
||||
clear: left;/* fixes a bug in Opera */
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
@ -95,7 +96,7 @@ div.routersummary {
|
||||
background: url(images/darkbluebg.png);
|
||||
color: #eeeeff;
|
||||
font-size: 8pt;
|
||||
clear: left; /* fixes a bug in Opera */
|
||||
clear: left;/* fixes a bug in Opera */
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
@ -130,13 +131,12 @@ div.main {
|
||||
/* overflow-x: scroll; */
|
||||
}
|
||||
|
||||
|
||||
div.main textarea {
|
||||
width: 100% !important;
|
||||
background-color: #002;
|
||||
color: #fff;
|
||||
font-size: 8pt;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
}
|
||||
|
||||
div.news {
|
||||
@ -154,10 +154,10 @@ div.news {
|
||||
|
||||
div.news li {
|
||||
text-align: left;
|
||||
list-style-type:square;
|
||||
list-style-type: square;
|
||||
margin: 2px 20px 0px 30px;
|
||||
padding: 10px 20px 1px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
padding: 10px;
|
||||
@ -203,8 +203,7 @@ div.messages li {
|
||||
margin: 0 0 0 30px !important;
|
||||
padding: 5px;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
@ -213,90 +212,96 @@ table {
|
||||
margin: 5px 0px 5px 0px;
|
||||
cell-padding: 1px;
|
||||
font-size: 7pt;
|
||||
background-image:url('images/darkbluetile.png');
|
||||
}
|
||||
background-image: url('images/darkbluetile.png');
|
||||
}
|
||||
|
||||
th {
|
||||
th {
|
||||
padding: 4px;
|
||||
color: #eef;
|
||||
text-align: center;
|
||||
font-size: 8pt;
|
||||
background-color: #004;
|
||||
background-image:url('images/tabletitledark.png');
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
tr:nth-child(even)
|
||||
{
|
||||
background-image:url('images/darkerbluetile.png');
|
||||
background-image: url('images/tabletitledark.png');
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
tr:nth-child ( even ) {
|
||||
background-image: url('images/darkerbluetile.png');
|
||||
}
|
||||
|
||||
td {
|
||||
td {
|
||||
padding: 5px 10px;
|
||||
color: #eef;
|
||||
/* background-color: #004; */
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
tt {
|
||||
font-size: 8pt;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
tt {
|
||||
font-size: 9pt;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
font-weight: bold;
|
||||
color: yellow;
|
||||
/*background: black;*/
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
div.main li {
|
||||
div.main li {
|
||||
text-align: left;
|
||||
list-style-type:square;
|
||||
margin: 4px 0px 4px 30px;
|
||||
padding: 1px 20px 1px 0px;
|
||||
padding: 1px 20px 1px 0px;
|
||||
border-right: 4px solid #339;
|
||||
}
|
||||
|
||||
div.main li:nth-child(even){
|
||||
text-align: left;
|
||||
list-style-type:square;
|
||||
list-style-type: square;
|
||||
margin: 4px 0px 4px 30px;
|
||||
padding: 1px 20px 1px 0px;
|
||||
border-right: 4px solid #339;
|
||||
}
|
||||
}
|
||||
|
||||
ol {
|
||||
div.main li:nth-child ( even ){
|
||||
text-align: left;
|
||||
list-style-type: square;
|
||||
margin: 4px 0px 4px 30px;
|
||||
padding: 1px 20px 1px 0px;
|
||||
border-right: 4px solid #339;
|
||||
}
|
||||
|
||||
ol {
|
||||
white-space: pre-wrap;
|
||||
display: inline;
|
||||
margin: 2px 0 0 0;
|
||||
padding 10px 0 0 20px;
|
||||
display: inline;
|
||||
}
|
||||
padding: 10px 0 0 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
ul {
|
||||
display: inline;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
text-align: left;
|
||||
font-size: 8pt;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
}
|
||||
|
||||
a:link{color:#99f}
|
||||
a:visited{color:#7bb}
|
||||
a:hover{color:#ff6600}
|
||||
a:active{color:#900}
|
||||
a:link{
|
||||
color: #99f;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #7bb;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #900;
|
||||
}
|
||||
|
||||
.links {
|
||||
list-style-image: url(images/link_dark.png);
|
||||
margin: 0 5px 0 0px;
|
||||
padding: 0px 5px;
|
||||
list-style-image: url(images/link_dark.png);
|
||||
margin: 0 5px 0 0px;
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -320,8 +325,8 @@ h1 {
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
background-image:url('images/darkbluebg.png');
|
||||
background-repeat:repeat-x;
|
||||
background-image: url('images/darkbluebg.png');
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
h2{
|
||||
@ -343,11 +348,12 @@ h2{
|
||||
|
||||
h2 a:link {
|
||||
color: #99f;
|
||||
}
|
||||
}
|
||||
|
||||
h2 a:visited {
|
||||
color: #44f;
|
||||
}
|
||||
}
|
||||
|
||||
h2 a:hover {
|
||||
color: #ff6600;
|
||||
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
||||
@ -365,37 +371,37 @@ h3 {
|
||||
}
|
||||
|
||||
button {
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 3px 1px 3px;
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 3px 1px 3px;
|
||||
/*line-height: 250%;*/
|
||||
background-color: #bbf;
|
||||
text-decoration: none;
|
||||
background-color: #bbf;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
margin: 2px 3px;
|
||||
text-align: center;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
margin: 2px 3px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
border: 1px solid #eeeeff;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color:#ff6600
|
||||
border: 1px solid #eeeeff;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
.underline {
|
||||
.underline {
|
||||
border-bottom: 1px solid #eeeeff;
|
||||
padding: 5px 0px 5px 0px;
|
||||
margin: 0px 0px 10px 0px;
|
||||
-moz-border-radius: 4px 4px 4px 4px;
|
||||
-moz-border-radius: 4px;
|
||||
}
|
||||
|
||||
.langbox {
|
||||
margin: 4px 2px 4px 5px;
|
||||
padding: 7px 5px 5px 5px;
|
||||
padding: 7px 10px 5px 10px;
|
||||
color: #eef;
|
||||
font-size: 7pt;
|
||||
width: 140px;
|
||||
@ -404,46 +410,44 @@ color:#ff6600
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #99f;
|
||||
background-color: #99f;
|
||||
height: 1px;
|
||||
border: 0px solid #99f;
|
||||
margin: 10px 0;
|
||||
color: #99f;
|
||||
background-color: #99f;
|
||||
height: 1px;
|
||||
border: 0px solid #99f;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
sidebarlogo {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #002;
|
||||
color: #eef;
|
||||
margin: 10px 2px 10px 0;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #99f;
|
||||
background-color: #002;
|
||||
color: #eef;
|
||||
margin: 10px 2px 10px 0;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #99f;
|
||||
/*border: 1px outset #ddddc0;*/
|
||||
padding: 0px 2px 1px 2px;
|
||||
padding: 0px 2px 1px 2px;
|
||||
/*line-height: 250%;*/
|
||||
background-color: #001;
|
||||
text-decoration: none;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
|
||||
input hover {
|
||||
background-color: #f00;
|
||||
color: #eef;
|
||||
margin: 10px 2px 10px 0;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #99f;
|
||||
background-color: #f00;
|
||||
color: #eef;
|
||||
margin: 10px 2px 10px 0;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #99f;
|
||||
/*border: 1px outset #ddddc0;*/
|
||||
padding: 0px 2px 1px 2px;
|
||||
padding: 0px 2px 1px 2px;
|
||||
/*line-height: 250%;*/
|
||||
background-color: #001;
|
||||
text-decoration: none;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@ -465,8 +469,7 @@ textarea {
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
}
|
||||
|
||||
form {
|
||||
}
|
||||
form {}
|
@ -5,7 +5,6 @@ body {
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
color: black;
|
||||
/* font-size: 100%; */
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
@ -22,7 +21,7 @@ pre {
|
||||
overflow-x: scroll;
|
||||
text-align: left;
|
||||
font-size: 8pt;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@ -34,46 +33,46 @@ div.logo {
|
||||
text-align: left;
|
||||
font-color: #fff;
|
||||
border: 0px solid #f00;
|
||||
float: none;
|
||||
margin: 0px;
|
||||
background-color: #003;
|
||||
display: block;
|
||||
border: 1px solid #002;
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.toolbar {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
background-color: #eeeeff
|
||||
background-color: #eeeeff;
|
||||
border: 1px solid #002;
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.toolbar a:link {
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 5px 1px 5px;
|
||||
line-height: 250%;
|
||||
background-color: #bbf;
|
||||
text-decoration: none;
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 5px 1px 5px;
|
||||
line-height: 250%;
|
||||
background-color: #bbf;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
|
||||
div.toolbar a:visited {
|
||||
line-height: 250%;
|
||||
background-color: #ddf;
|
||||
line-height: 250%;
|
||||
background-color: #ddf;
|
||||
}
|
||||
|
||||
div.toolbar a:hover{
|
||||
border: 1px solid #eeeeff;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color:#ff6600
|
||||
border: 1px solid #eeeeff;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #900;
|
||||
}
|
||||
a:active{color:#900}
|
||||
|
||||
div.routersummaryouter {
|
||||
float: left;
|
||||
@ -81,7 +80,7 @@ div.routersummaryouter {
|
||||
margin: 0 0 10px 20px;
|
||||
padding: 0px 0 0 0;
|
||||
border: 0;
|
||||
clear: left; /* fixes a bug in Opera */
|
||||
clear: left;/* fixes a bug in Opera */
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
@ -95,9 +94,9 @@ div.routersummary {
|
||||
background-color: #ddddff;
|
||||
color: black;
|
||||
font-size: 8pt;
|
||||
clear: left; /* fixes a bug in Opera */
|
||||
-moz-border-radius: 4px 4px 4px 4px;
|
||||
-webkit-border-radius: 4px 4px 4px 4px;
|
||||
clear: left;/* fixes a bug in Opera */
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
float: left;
|
||||
-moz-box-shadow: inset 0px 0px 16px 1px #eef;
|
||||
background-image: url('images/lightbluetile.png');
|
||||
@ -123,11 +122,11 @@ div.main {
|
||||
}
|
||||
|
||||
div.main hr {
|
||||
color: #003;
|
||||
background-color: #003;
|
||||
height: 1px;
|
||||
border: 0px solid #003;
|
||||
margin: 10px 0;
|
||||
color: #003;
|
||||
background-color: #003;
|
||||
height: 1px;
|
||||
border: 0px solid #003;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
div.main textarea {
|
||||
@ -188,7 +187,7 @@ div.messages li {
|
||||
list-style-image: url(images/warning.png);
|
||||
margin: 0 10px 0 30px;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
@ -197,82 +196,91 @@ table {
|
||||
margin: 5px 0px 5px 0px;
|
||||
cell-padding: 1px;
|
||||
font-size: 7pt;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
th {
|
||||
padding: 4px;
|
||||
color: black;
|
||||
background-color: #b4c8ff;
|
||||
text-align: center;
|
||||
background-image: url('images/tabletitlelight.png');
|
||||
background-repeat:repeat-x;
|
||||
background-repeat: repeat-x;
|
||||
font-size: 8pt;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
tr:nth-child(even) {
|
||||
tr:nth-child ( even ) {
|
||||
background-image: url('images/tabletile.png');
|
||||
}
|
||||
}
|
||||
|
||||
tr:nth-child(odd) {
|
||||
tr:nth-child ( odd ) {
|
||||
background-image: url('images/tabletile_alt.png');
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
td {
|
||||
padding: 5px;
|
||||
color: black;
|
||||
/*background-color: #ffc;*/
|
||||
/*background-color: #ffc;*/
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
tt {
|
||||
tt {
|
||||
font-size: 8pt;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
font-weight: bold;
|
||||
color: green;
|
||||
/*background: black;*/
|
||||
/*background: black;*/
|
||||
padding: 1px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
li {
|
||||
text-align: left;
|
||||
list-style-type:square;
|
||||
list-style-type: square;
|
||||
margin: 2px 20px 0px 30px;
|
||||
padding: 1px 20px 1px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
ol {
|
||||
ol {
|
||||
white-space: pre-wrap;
|
||||
display: inline;
|
||||
margin: 2px 0 0 0;
|
||||
padding 10px 0 0 20px;
|
||||
display: inline;
|
||||
}
|
||||
padding: 10px 0 0 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
ul {
|
||||
display: inline;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
text-align: left;
|
||||
font-size: 8pt;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
}
|
||||
|
||||
a:link{color:#007}
|
||||
a:visited{color:#606}
|
||||
a:hover{color:#ff6600}
|
||||
a:active{color:#900}
|
||||
a:link{
|
||||
color: #007;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #606;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #900;
|
||||
}
|
||||
|
||||
.links {
|
||||
list-style-image: url(images/link.png);
|
||||
margin: 0 5px 0 0px;
|
||||
padding: 0px 5px;
|
||||
list-style-image: url(images/link.png);
|
||||
margin: 0 5px 0 0px;
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -331,37 +339,36 @@ h3 {
|
||||
}
|
||||
|
||||
button {
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 3px 1px 3px;
|
||||
line-height: 250%;
|
||||
background-color: #bbf !important;
|
||||
text-decoration: none;
|
||||
border: 1px outset #ddddc0;
|
||||
padding: 0px 3px 1px 3px;
|
||||
line-height: 250%;
|
||||
background-color: #bbf !important;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
margin: 2px 3px;
|
||||
text-align: center;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
margin: 2px 3px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
border: 1px solid #001;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color:#ff6600
|
||||
border: 1px solid #001;
|
||||
line-height: 250%;
|
||||
background-color: #003;
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
.underline {
|
||||
.underline {
|
||||
border-bottom: 1px solid #000022;
|
||||
padding: 5px 0px 5px 0px;
|
||||
margin: 0px 0px 10px 0px;
|
||||
-moz-border-radius: 4px 4px 4px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.langbox {
|
||||
margin: 4px 2px 15px 5px;
|
||||
padding: 7px 5px 5px 5px;
|
||||
padding: 7px 10px 5px 10px;
|
||||
color: #001;
|
||||
font-size: 7pt;
|
||||
width: 120px;
|
||||
@ -370,41 +377,40 @@ color:#ff6600
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #003;
|
||||
background-color: #003;
|
||||
height: 1px;
|
||||
border: 0px solid #003;
|
||||
margin: 10px 0;
|
||||
color: #003;
|
||||
background-color: #003;
|
||||
height: 1px;
|
||||
border: 0px solid #003;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #eef;
|
||||
color: #003;
|
||||
margin: 5px 10px 5px 10px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #001;
|
||||
background-color: #eef;
|
||||
color: #003;
|
||||
margin: 5px 10px 5px 10px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #001;
|
||||
/*border: 1px outset #ddddc0;*/
|
||||
padding: 0px 2px 1px 2px;
|
||||
padding: 0px 2px 1px 2px;
|
||||
/*line-height: 250%;*/
|
||||
text-decoration: none;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
|
||||
submit {
|
||||
background-color: #f00;
|
||||
color: #eef;
|
||||
margin: 10px 2px 10px 0;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #001;
|
||||
background-color: #f00;
|
||||
color: #eef;
|
||||
margin: 10px 2px 10px 0;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #001;
|
||||
/*border: 1px outset #ddddc0;*/
|
||||
padding: 0px 2px 1px 2px;
|
||||
padding: 0px 2px 1px 2px;
|
||||
/*line-height: 250%;*/
|
||||
background-color: #001;
|
||||
text-decoration: none;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@ -426,9 +432,8 @@ textarea {
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
font-family: "Lucida Console", Courier, mono;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
form {
|
||||
}
|
||||
form {}
|
Reference in New Issue
Block a user