initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
146
root/opt/phpsysinfo/templates/blue.css
Normal file
146
root/opt/phpsysinfo/templates/blue.css
Normal file
@@ -0,0 +1,146 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
background: url("blue/bg.png") #195287;
|
||||
color: #195287;
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Helvetica, Verdana, Tahoma, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
||||
font-size: .75em;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
min-height: 100%;
|
||||
padding: 20px 20px 0 20px;
|
||||
overflow: auto;
|
||||
width: 940px;
|
||||
_width: 945px; /* ie6 */
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #FFF;
|
||||
font-size: 170%;
|
||||
font-weight: bold;
|
||||
line-height: 1.5em;
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
padding: 10px 10px;
|
||||
text-align: center;
|
||||
text-shadow: #444444 2px 2px 3px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
background-image: url('blue/title.png');
|
||||
background-color: #195287;
|
||||
color: #fff;
|
||||
font-size: 130%;
|
||||
font-weight: bold;
|
||||
line-height: 1.5em;
|
||||
padding: 3px 10px;
|
||||
/*text-transform: uppercase;*/
|
||||
text-shadow: #333333 2px 2px 2px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
font-size: 100%;
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #EFEFEF;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
color: #FFF
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
background-color: #fff;
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
width: 451px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
}
|
||||
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #FFF;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
font-size: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
|
||||
.even {
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background-image: url('blue/bar.png');
|
||||
background-color: #195287;
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background-image: url('blue/barwarn.png');
|
||||
background-color: #871952;
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-right: 20px;
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user