* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme

- Adding SM2 panel [SME: 13004]
- Upgrade to phpsysinfo 3.4.4
- Add code to delete inline styles and add css to make it look better.
- version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
2025-05-14 16:14:01 +01:00
parent 80b1da5fa5
commit c8ce77259d
952 changed files with 51341 additions and 28699 deletions

View File

@@ -1,64 +1,126 @@
/*
$Id: jstyle_green.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
color: #c03000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
* {
margin:0;
padding:0;
margin: 0;
padding: 0;
}
wbr {
display: inline-block;
}
html {
background-color:#f3f1e9;
color:#666;
font-size:100%;
height:100%;
background-color: #f3f1e9;
color: #666;
font-size: 100%;
height: 100%;
}
body {
font-family:Verdana, "Bitstream Vera Sans";
font-size:.75em;
margin:0 auto;
min-height:100%;
overflow:auto;
padding:20px 20px 0;
position:relative;
width:940px;
font-family: Verdana, "Bitstream Vera Sans";
font-size: .75em;
margin: 0 auto;
min-height: 100%;
overflow: auto;
padding: 20px 20px 0;
position: relative;
width: 940px;
_width: 945px; /* ie6 */
}
p {
line-height: 1.6;
padding: 4px 10px 2px;
text-align: left;
vertical-align: top;
}
h1 {
color:#693;
font-family:Georgia, serif;
font-size:150%;
font-weight:400;
line-height:1.5em;
margin:0 10px;
color: #693;
font-family: Georgia, serif;
font-size: 150%;
font-weight: 400;
line-height: 1.5em;
margin: 0 10px;
_margin: 0 15px 0 10px; /* ie6 */
padding:10px;
text-align:center;
padding: 10px;
text-align: center;
}
h2 {
border-bottom:2px solid #693;
color:#693;
font-family:Georgia, serif;
font-size:130%;
font-weight:700;
line-height:1.5em;
padding:3px 10px;
text-transform:uppercase;
border-bottom: 2px solid #693;
color: #693;
font-family: Georgia, serif;
font-size: 130%;
font-weight: 700;
line-height: 1.5em;
padding: 3px 10px;
text-transform: uppercase;
}
p {
line-height:1.6;
padding:4px 10px 2px;
text-align:left;
vertical-align:top;
th, td, h3 {
font-size: 100%;
padding: 4px 10px 2px;
text-align: left;
vertical-align: top;
}
table {
width:100%;
width: 100%;
}
select {
background-color: #fefefe;
}
#select {
text-align: right;
padding: 0 10px 0 10px;
}
#select select {
width: 100px;
}
.fullsize, .halfsize {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
.fullsize {
width: 918px;
}
.halfsize {
width: 453px;
}
#filesystemTable thead tr th {
cursor: pointer;
}
#footer {
clear: both;
color: #5C5C5C;
font-size: 80%;
line-height: 18px;
margin: 12px;
padding: 13px 25px;
text-align: center;
}
.plugin {
float: left;
margin: 10px 0 0 10px;
@@ -66,77 +128,55 @@ table {
padding: 1px;
}
th,td,h3 {
font-size:100%;
padding:4px 10px 2px;
text-align:left;
vertical-align:top;
.even {
background: #ebe8da;
}
a {
color:#c03000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/****/
.bar {
background-color:#C1DC70;
background-color: #c1dc70;
}
.barwarn {
background-color:#DC8B70;
background-color: #dc8b70;
}
.even {
background:#EBE8DA;
.barrest {
background-color: #8bdc70;
}
.right {
padding-right:20px;
text-align:right;
padding-right: 20px;
text-align: right;
}
/****/
#filesystemTable thead tr .header {
cursor:pointer;
.treeimg {
display: table-cell;
*float: left; /* ie6 ie7 */
vertical-align: top;
}
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
padding:0 30px;
.treespan {
display: table-cell;
*float: left; /* ie6 ie7 */
}
#vitals,#network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
float:left;
margin:10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding:1px;
width:451px;
.treespanbold {
font-weight: bold;
display: table-cell;
*float: left; /* ie6 ie7 */
}
#memory,#filesystem {
width:915px;
.tree tr td {
cursor: auto;
height: 100%;
}
#select {
text-align:right;
.treediv {
display: table;
height: 100%;
}
#select select {
width:100px;
}
#footer {
clear:both;
color:#5C5C5C;
font-size:80%;
line-height:18px;
margin:12px;
padding:13px 25px;
text-align:center;
.tablemain {
width: 100%;
height: 100%;
}