initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
151
root/opt/phpsysinfo/templates/idash.css
Normal file
151
root/opt/phpsysinfo/templates/idash.css
Normal file
@@ -0,0 +1,151 @@
|
||||
/* NextGen Remixed by iDash.pl */
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #006;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #5A7000;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
background: url("idash/bg.png") repeat-x scroll center top #111;
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
width: 940px;
|
||||
_width: 945px; /* ie6 */
|
||||
min-height: 100%;
|
||||
overflow: auto;
|
||||
margin: 0 auto;
|
||||
padding: 20px 20px 0 20px;
|
||||
font: 0.75em tahoma, arial, sans-serif;
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
div#container {
|
||||
margin: -20px -10px 0 -10px;
|
||||
padding: 95px 0 0 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
left: 10px;
|
||||
margin: 0;
|
||||
padding: 0px 10px;
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#select {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
color: #FFF;
|
||||
right: 30px;
|
||||
width: 370px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#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 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 5px 10px;
|
||||
font-family: "trebuchet ms";
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.0em;
|
||||
text-transform: uppercase;
|
||||
color: #FFF; /* #7D9100; */
|
||||
background: #354242;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
#footer {
|
||||
color: #777777;
|
||||
clear: both;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background: #34DA64 url("idash/html.gif");
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background: #e69575 url("idash/htmlwarn.gif");
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
}
|
||||
#lang_047{color:444}
|
Reference in New Issue
Block a user