- 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.
191 lines
2.8 KiB
CSS
191 lines
2.8 KiB
CSS
/*
|
|
$Id: phpsysinfo.css 589 2012-07-01 09:58:44Z namiltd $
|
|
*/
|
|
a {
|
|
text-decoration: none;
|
|
color: #c03000;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
wbr {
|
|
display: inline-block;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
background: url("../gfx/html.gif");
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
width: 940px;
|
|
_width: 945px; /* ie6 */
|
|
min-height: 100%;
|
|
overflow: auto;
|
|
margin: 0 auto;
|
|
padding: 20px 20px 0 20px;
|
|
font: 0.75em arial, tahoma, helvetica, sans-serif;
|
|
color: #000;
|
|
background: #fff url("../gfx/body.gif") repeat-y;
|
|
_bac\kground: #fff; /* ie6 only */
|
|
}
|
|
|
|
p {
|
|
padding: 4px 10px 2px 10px;
|
|
line-height: 1.6;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0 10px;
|
|
_margin: 0 15px 0 10px; /* ie6 */
|
|
padding: 10px 10px;
|
|
border-top: 1px solid #8a6e5a;
|
|
border-bottom: 1px solid #8a6e5a;
|
|
font-size: 2em;
|
|
font-weight: normal;
|
|
color: #fff;
|
|
background: #8a6e5a;
|
|
}
|
|
|
|
h2 {
|
|
padding: 5px 10px;
|
|
font-family: "trebuchet ms";
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
letter-spacing: 0.0em;
|
|
text-transform: uppercase;
|
|
color: #fff;
|
|
background: #5a7e8a;
|
|
}
|
|
|
|
th, td, h3 {
|
|
padding: 4px 10px 2px 10px;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 120%;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
select {
|
|
background-color: #fefefe;
|
|
}
|
|
|
|
#select {
|
|
text-align: right;
|
|
padding: 10px 10px 0 10px;
|
|
}
|
|
|
|
#select select {
|
|
width: 100px;
|
|
}
|
|
|
|
.fullsize, .halfsize {
|
|
float: left;
|
|
margin: 10px 0 0 10px;
|
|
_margin: 10px 5px 0 5px; /* ie6 */
|
|
padding: 1px;
|
|
border: 1px solid #5a7e8a;
|
|
}
|
|
|
|
.fullsize {
|
|
width: 916px;
|
|
}
|
|
|
|
.halfsize {
|
|
width: 451px;
|
|
}
|
|
|
|
#filesystemTable thead tr th {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#footer {
|
|
clear: both;
|
|
color: #c9c9c9;
|
|
margin: 12px;
|
|
padding: 13px 25px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.plugin {
|
|
float: left;
|
|
margin: 10px 0 0 10px;
|
|
_margin: 10px 5px 0 5px; /* ie6 */
|
|
padding: 1px;
|
|
border: 1px solid #5a7e8a;
|
|
}
|
|
|
|
.even {
|
|
background: #d6d6d6;
|
|
}
|
|
|
|
.bar {
|
|
background: #c1dc70 url("../gfx/html.gif");
|
|
}
|
|
|
|
.barwarn {
|
|
background: #dc8b70 url("../gfx/htmlwarn.gif");
|
|
}
|
|
|
|
.barrest {
|
|
background: #dcc170 url("../gfx/htmlrest.gif");
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.dataTables_wrapper{
|
|
margin: 0 0 0 0 !important;
|
|
border: 0px !important;
|
|
}
|
|
|
|
.treeimg {
|
|
display: table-cell;
|
|
*float: left; /* ie6 ie7 */
|
|
vertical-align: top;
|
|
}
|
|
|
|
.treespan {
|
|
display: table-cell;
|
|
*float: left; /* ie6 ie7 */
|
|
}
|
|
|
|
.treespanbold {
|
|
font-weight: bold;
|
|
display: table-cell;
|
|
*float: left; /* ie6 ie7 */
|
|
}
|
|
|
|
.tree tr td {
|
|
cursor: auto;
|
|
height: 100%;
|
|
}
|
|
|
|
.treediv {
|
|
display: table;
|
|
height: 100%;
|
|
}
|
|
|
|
.tablemain {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|