Files
i2p.itoopie/installer/resources/themes/console/classic/default.css
2009-08-19 16:57:47 +00:00

204 lines
3.6 KiB
CSS

body {
margin: 0px;
padding: 0px;
text-align: center;
font: 10pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
background: #bbf;
color: #000;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4, label {
margin: 0px;
padding: 2px;
float: left;
width: 150px;
height: 24px;
font-weight: normal;
text-align: right;
font-size: 8.5pt;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4 {
font-size: 10.5pt;
text-align: center !important;
font-weight: bold;
border: 1px solid #77f;
border-top: 2px solid #77f;
margin: -6px 0 5px -10px !important;
padding: 5px 10px 25px 10px;
background: #fff;
text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3);
text-transform: uppercase;
white-space: nowrap;
width: 782px;
letter-spacing: 0.09em;
}
label {
font-style: italic;
margin: 0 3px 0 -3px;
}
a {
text-decoration: none;
}
form {
margin: 0px;
}
textarea, input, select, button, a {
-moz-box-sizing: border-box;
box-sizing: border-box;
font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
float: left;
margin: 2px 0 5px 0;
}
button {
float: none;
height: 20px !important;
}
textarea {
border: 1px solid #ddddc0;
}
br {
clear: left;
}
div.statusNotRunning {
float: left;
width: 82px;
height: 24px;
color: #d00;
}
div.statusRunning {
float: left;
width: 82px;
height: 24px;
color: #0d0;
}
div.statusStarting {
float: left;
width: 82px;
height: 24px;
color: #393;
}
hr {
display: none;
}
.separator, .subdivider {
clear: both;
height: 1px;
margin: 5px -8px 5px -8px;
border-bottom: 1px solid #aaf;
}
.subdivider {
border-bottom: 1px dotted #aaf;
margin: 0 0 10px 0;
}
.freetext {
width: 150px;
height: 22px;
border: 1px solid #aaf;
}
.control {
margin: 2px;
padding: 2px;
overflow: hidden;
height: 20px;
width: 60px;
font-weight: bold;
background: #ddd;
color: #000;
border: 1px outset #ddddc0;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.control:hover {
background: #229;
color: #fff;
}
.control:active {
border: 2px inset;
}
.panel {
width: 790px;
margin: 16px auto 16px auto;
padding: 5px 10px;
overflow: hidden;
text-align: left;
font-size: 8pt;
background: #eef;
border: 4px solid #77f;
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
}
.panel .footer {
padding: 4px;
}
.toolbox {
width: 100%;
}
.rowItem {
width: 750px;
float: left;
margin: 0px;
}
.comment {
font-style: italic;
white-space: nowrap;
}
.text {
height: 24px;
width: 150px;
padding: 2px 0 0 2px;
float: left;
margin: 0;
font-weight: bold;
}
.accessKey {
text-decoration: underline;
}
#globalOperationsPanel {
background: #eef;
border: 4px solid #77f;
-moz-box-shadow: inset 0px 0px 0px 1px #900;
padding: 5px 5px 10px 5px;
text-align: right;
}
#globalOperationsPanel .control {
width: 100px !important;
margin-top: 3px;
float: right;
}