143 lines
2.4 KiB
CSS
143 lines
2.4 KiB
CSS
|
/*
|
||
|
$Id: cleansyn.css 518 2015-03-21 10:31:07Z namiltd $
|
||
|
*/
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
color: #363;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
text-decoration: underline;
|
||
|
}* {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
font-size: 100%;
|
||
|
height: 100%;
|
||
|
color: #ddd;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||
|
font-size: .75em;
|
||
|
position: relative;
|
||
|
width: 940px;
|
||
|
_width: 945px; /* ie6 */
|
||
|
min-height: 100%;
|
||
|
overflow: auto;
|
||
|
margin: 0 auto;
|
||
|
padding: 20px 20px 0 20px;
|
||
|
background-color: #111;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin: 0 10px;
|
||
|
_margin: 0 15px 0 10px; /* ie6 */
|
||
|
padding: 10px 10px;
|
||
|
text-align: center;
|
||
|
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||
|
font-size: 130%;
|
||
|
line-height: 1.5em;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#select {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
#select select {
|
||
|
width: 100px;
|
||
|
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||
|
}
|
||
|
|
||
|
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||
|
float: left;
|
||
|
width: 451px;
|
||
|
margin: 10px 0 0 10px;
|
||
|
_margin: 10px 5px 0 5px; /* ie6 */
|
||
|
color: #ccc;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||
|
font-size: 120%;
|
||
|
padding: 3px 10px;
|
||
|
text-transform: uppercase;
|
||
|
line-height: 1.5em;
|
||
|
color: #fff;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
width: 100%;
|
||
|
border-top: solid 2px #DADADA;
|
||
|
border-bottom: solid 2px #DADADA;
|
||
|
background-color: #333;
|
||
|
}
|
||
|
|
||
|
.plugin {
|
||
|
float: left;
|
||
|
margin: 10px 0 0 10px;
|
||
|
_margin: 10px 5px 0 5px; /* ie6 */
|
||
|
padding: 1px;
|
||
|
}
|
||
|
|
||
|
.treeTable {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
th, td, h3 {
|
||
|
padding: 4px 10px 2px 10px;
|
||
|
text-align: left;
|
||
|
vertical-align: top;
|
||
|
font-size: 100%;
|
||
|
}
|
||
|
|
||
|
#footer {
|
||
|
clear: both;
|
||
|
color: #bbb;
|
||
|
margin: 12px;
|
||
|
padding: 13px 25px;
|
||
|
line-height: 18px;
|
||
|
font-size: 80%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#memory, #filesystem {
|
||
|
width: 915px;
|
||
|
}
|
||
|
|
||
|
.bar {
|
||
|
background-color: #0f0;
|
||
|
}
|
||
|
|
||
|
.barwarn {
|
||
|
background-color: #944;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
padding: 4px 10px 2px 10px;
|
||
|
line-height: 1.6;
|
||
|
text-align: left;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
table th {
|
||
|
color: #3a3;
|
||
|
}
|
||
|
|
||
|
#filesystemTable thead tr .header {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.right {
|
||
|
text-align: right;
|
||
|
padding-right: 20px;
|
||
|
}
|
||
|
|
||
|
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||
|
padding: 0px 30px;
|
||
|
}
|