Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2769 → Rev 2770

/web/acc/phpsysinfo/templates/alcasar/index.html
Property changes:
Deleted: svn:keywords
-Id Date Author
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/alcasar.css
File deleted
Property changes:
Deleted: svn:keywords
-Id Date Author
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/form.tpl
File deleted
Property changes:
Deleted: svn:keywords
-Id Date Author
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/images/redbar_left.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/images/redbar_right.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/images/redbar_middle.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/images/bar_left.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/images/bar_right.gif
File deleted
\ No newline at end of file
/web/acc/phpsysinfo/templates/alcasar/images/bar_middle.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/images/trans.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/alcasar/box.tpl
File deleted
Property changes:
Deleted: svn:keywords
-Id Date Author
\ No newline at end of property
/web/acc/phpsysinfo/templates/aqua.css
0,0 → 1,191
/*
$Id*
*/
a {
text-decoration: none;
color: #c03000;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
height: 100%;
background: url("aqua/aq_background.gif");
}
 
body {
position: relative;
width: 940px;
_width: 945px; /* ie6 */
min-height: 100%;
overflow: auto;
margin: 0 auto;
padding: 20px 20px 0 20px;
font: 75% arial, tahoma, helvetica, sans-serif;
color: #000;
}
 
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 #2971a7;
border-bottom: 1px solid #2971a7;
font-size: 1.67em;
font-weight: normal;
color: #fff;
background: #2971a7;
}
 
h2 {
padding: 5px 10px;
font-family: "trebuchet ms";
font-size: 1em;
font-weight: bold;
letter-spacing: 0.0em;
text-transform: uppercase;
color: #fff;
background: #2971a7;
text-align: center;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
}
 
h3 {
font-size: 100%;
}
 
table {
width: 100%;
font-size: 1em;
background-color: #fff;
}
 
table tfoot td {
color: #2e2e2e;
}
 
#select {
text-align: right;
padding: 10px;
font-size: 0.8em;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 8px;
_margin: 10px 4px 0 4px; /* ie6 */
padding: 1px;
border: 2px solid #2971a7;
background: #fff;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #000;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
}
 
.plugin {
float: left;
margin: 10px 0 0 8px;
_margin: 10px 4px 0 4px; /* ie6 */
padding: 1px;
border: 2px solid #2971a7;
background: #fff;
}
 
.even {
background: #e4ebf3;
}
 
.bar {
background: #2971a7;
}
 
.barwarn {
background: #a72971;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/blue.css
0,0 → 1,181
a {
text-decoration: none;
color: #efefef;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
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: #444 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: #333 2px 2px 2px;
}
 
th, td, h3 {
font-size: 100%;
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
}
 
table {
width: 100%;
}
 
#select {
text-align: right;
color: #fff
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
background-color: #fff;
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
width: 451px;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #fff;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
background-color: #f6f6f6;
}
 
.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;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/clean.css
0,0 → 1,179
/*
$Id: clean.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
text-decoration: none;
color: #c03000;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
font-size: 100%;
height: 100%;
color: #333;
}
 
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;
}
 
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;
text-align: center;
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
font-size: 130%;
line-height: 1.5em;
color: #224970;
}
 
h2 {
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
font-size: 120%;
padding: 3px 10px;
text-transform: uppercase;
line-height: 1.5em;
color: #224970;
text-align: left;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
font-size: 100%;
}
 
table {
width: 100%;
border-top: solid 2px #dadada;
border-bottom: solid 2px #dadada;
background-color: #f3f8fc;
}
 
table th {
color: #330;
}
 
#select {
text-align: right;
}
 
#select select {
width: 100px;
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
color: #000;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #000;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
.bar {
background-color: #2f659b;
}
 
.barwarn {
background-color: #9b2f65;
}
 
.right {
text-align: right;
padding-right: 20px;
}
 
.treeTable {
border: none;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/cleansyn.css
0,0 → 1,180
/*
$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;
}
 
wbr {
display: inline-block;
}
 
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;
}
 
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;
text-align: center;
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
font-size: 130%;
line-height: 1.5em;
color: #fff;
}
 
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;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
font-size: 100%;
}
 
table {
width: 100%;
border-top: solid 2px #dadada;
border-bottom: solid 2px #dadada;
background-color: #333;
}
 
table th {
color: #3a3;
}
 
#select {
text-align: right;
}
 
#select select {
width: 100px;
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
color: #ccc;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #bbb;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
.bar {
background-color: #0f0;
}
 
.barwarn {
background-color: #944;
}
 
.right {
text-align: right;
padding-right: 20px;
}
 
.treeTable {
border: none;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/cream.css
0,0 → 1,175
/*
$Id
*/
a {
text-decoration: none;
color: #c03000;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
background: url("cream/bg.gif") repeat-x #f8f2e3;
color: #444b54;
font-size: 100%;
height: 100%;
}
 
body {
font-family: Helvetica, 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: #394047;
font-size: 150%;
font-weight: normal;
line-height: 1.5em;
margin: 0 10px;
_margin: 0 15px 0 10px; /* ie6 */
padding: 10px 10px;
text-align: center;
}
 
h2 {
background-color: #444b54;
color: #fff;
font-size: 130%;
font-weight: bold;
line-height: 1.5em;
padding: 3px 10px;
text-transform: uppercase;
}
 
th, td, h3 {
font-size: 100%;
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
}
 
table {
width: 100%;
background-color: #fff;
}
 
#select {
text-align: right;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
background-color: #fff;
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
width: 451px;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #5c5c5c;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
background: #fff;
}
 
.even {
background-color: #fbfbf9;
}
 
.bar {
background-color: #58626d;
}
 
.barwarn {
background-color: #9b2f65;
}
 
.right {
padding-right: 20px;
text-align: right;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/dark_bootstrap.css
0,0 → 1,221
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
padding-top: 80px;
color: #c8c8c8;
background-color: #272b30;
}
 
wbr {
display: inline-block;
}
 
.table td.rightCell, .table th.rightCell {
text-align: right;
}
 
.percent {
text-align: center;
}
 
.card {
background-color: #2e3338;
border: none;
}
 
.navbar {
background-color: #3a3f44;
border-color: #2b2e32;
}
 
.navbar-brand, .navbar-brand:hover {
color: #fff;
margin-right: 0;
}
 
.treegrid-span {
display: table-cell;
}
 
.treegrid-spanbold {
font-weight: bold;
display: table-cell;
}
 
.treegrid-indent {
width: 16px;
height: 16px;
display: table-cell;
}
 
.treegrid-expander {
width: 0px;
height: 16px;
display: table-cell;
cursor: pointer;
}
 
.normalicon {
width: 16px;
height: 16px;
position: relative;
top: 1px;
display: table-cell;
font-style: normal;
font-weight: normal;
line-height: 1;
 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.normalicon-right:before {
content: "\25ba";
}
.normalicon-down:before {
content: "\25bc";
}
 
table.sortable thead th {
cursor: pointer;
position: relative;
top: 0;
left: 0;
}
 
table.sortable thead th:hover {
background-color: #49515a;
}
 
.sorttable_nosort {
cursor: auto!important;
}
 
.table-hover > tbody > tr:hover {
color: #c8c8c8;
background-color: #49515a;
}
 
.table-hover > tfoot > tr:hover {
background-color: #49515a;
}
 
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
border: none!important;
}
 
.table {
color: #c8c8c8;
background-color: #2e3338!important;
margin: 0;
border: 0;
}
 
.logo {
cursor: pointer;
width: 32px;
}
 
.select {
color: #c8c8c8;
}
 
.template {
cursor: pointer;
color: #333;
}
 
.language {
cursor: pointer;
color: #333;
}
 
.card-header {
background-color: #3e444c!important;
border-color: #3e444c!important;
color: #fff!important;
}
 
.progress {
margin-bottom: 0;
background-color: #1c1e22;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
 
.progress-bar-success {
background-color: #62c462;
}
 
.progress-bar-info {
background-color: #5bc0de;
}
 
.progress-bar-warning {
background-color: #f89406;
}
 
.progress-bar-danger {
background-color: #ee5f5b;
}
 
.modal-content {
background-color: #2e3338;
}
 
.list-group {
display: block;
}
 
.list-group-item {
background-color: #2e3338;
}
 
.reload {
background-image: url("../gfx/reload.gif");
float: right;
cursor: pointer;
width: 16px;
height: 16px;
}
 
.container {
padding:0;
}
 
.table thead th {
border-top: none;
}
 
a, a:visited {
color: #fff;
}
 
a:hover {
text-decoration: underline;
color: #fff;
}
 
.psihref, .psihref:visited {
color: #fff;
}
 
.psihref:hover {
text-decoration: underline;
color: #fff;
}
 
.col-lg-6, .col-lg-12 {
padding-bottom: 20px;
}
 
.badge {
font-size: 12px;
border-radius: 10px;
padding: 3px 7px;
float: right;
}
 
.table-nopadding > tbody > tr > td,
.table-nopadding > tbody > tr > th {
padding: 0;
}
/web/acc/phpsysinfo/templates/green_bootstrap.css
0,0 → 1,220
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
padding-top: 80px;
color: #333;
background-color: #fff;
}
 
wbr {
display: inline-block;
}
 
.table td.rightCell, .table th.rightCell {
text-align: right;
}
 
.percent {
text-align: center;
}
 
.card {
border-color: #f2f2f2;
}
 
.navbar {
background-color: #3bc873;
border-color: #33b667;
}
 
.navbar-brand, .navbar-brand:hover {
color: #fff;
margin-right: 0;
}
 
.treegrid-span {
display: table-cell;
}
 
.treegrid-spanbold {
font-weight: bold;
display: table-cell;
}
 
.treegrid-indent {
width: 16px;
height: 16px;
display: table-cell;
}
 
.treegrid-expander {
width: 0px;
height: 16px;
display: table-cell;
cursor: pointer;
}
 
.normalicon {
width: 16px;
height: 16px;
position: relative;
top: 1px;
display: table-cell;
font-style: normal;
font-weight: normal;
line-height: 1;
 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.normalicon-right:before {
content: "\25ba";
}
.normalicon-down:before {
content: "\25bc";
}
 
table.sortable thead th {
cursor: pointer;
position: relative;
top: 0;
left: 0;
}
 
table.sortable thead th:hover {
background-color: #ececec;
}
 
.sorttable_nosort {
cursor: auto!important;
}
 
.table-hover > tbody > tr:hover {
color: #333;
background-color: #ececec;
}
 
.table-hover > tfoot > tr:hover {
background-color: #ececec;
}
 
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
border: none!important;
}
 
.table {
color: #333;
background-color: #fff!important;
margin: 0;
border: 0;
}
 
.logo {
cursor: pointer;
width: 32px;
}
 
.select {
color: #333;
}
 
.template {
cursor: pointer;
color: #333;
}
 
.language {
cursor: pointer;
color: #333;
}
 
.card-header {
background-color: #33b770!important;
border-color: #33b770!important;
color: #fff!important;
}
 
.progress {
margin-bottom: 0;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
 
.progress-bar-success {
background-color: #5bc0de;
}
 
.progress-bar-info {
background-color: #5cb85c;
}
 
.progress-bar-warning {
background-color: #f0ad4e;
}
 
.progress-bar-danger {
background-color: #d9534f;
}
 
.modal-content {
background-color: #fff;
}
 
.list-group {
display: block;
}
 
.list-group-item {
background-color: #fff;
}
 
.reload {
background-image: url("../gfx/reload.gif");
float: right;
cursor: pointer;
width: 16px;
height: 16px;
}
 
.container {
padding:0;
}
 
.table thead th {
border-top: none;
}
 
a, a:visited {
color: #000;
}
 
a:hover {
text-decoration: underline;
color: #000;
}
 
.psihref, .psihref:visited {
color: #fff;
}
 
.psihref:hover {
text-decoration: underline;
color: #fff;
}
 
.col-lg-6, .col-lg-12 {
padding-bottom: 20px;
}
 
.badge{
font-size: 12px;
border-radius: 10px;
padding: 3px 7px;
float: right;
}
 
.table-nopadding > tbody > tr > td,
.table-nopadding > tbody > tr > th {
padding: 0;
}
/web/acc/phpsysinfo/templates/idash.css
0,0 → 1,193
/* NextGen Remixed by iDash.pl */
a {
text-decoration: none;
color: #5a7000;
}
 
a:hover {
text-decoration: underline;
color: #5a7000;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
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#output {
margin: -20px -10px 0 -10px;
padding: 95px 0 0 0;
}
 
p {
padding: 4px 10px 2px 10px;
line-height: 1.6;
text-align: left;
vertical-align: top;
}
 
h1 {
position: absolute;
top: 35px;
left: 10px;
margin: 0;
padding: 0px 10px;
font-size: 2em;
font-weight: normal;
color: #fff;
}
 
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;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
}
 
h3 {
font-size: 120%;
}
 
table {
width: 100%;
}
 
#select {
position: absolute;
top: 75px;
color: #fff;
right: 30px;
width: 370px;
text-align: right;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
border: 1px solid #354242;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
color: #777;
clear: both;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
text-align: right;
}
 
.lang_047 {
color:444
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
border: 1px solid #354242;
}
 
.even {
background: #333;
}
 
.bar {
background: #34da64 url("idash/html.gif");
}
 
.barwarn {
background: #e69575 url("idash/htmlwarn.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%;
}
/web/acc/phpsysinfo/templates/jstyle_blue.css
0,0 → 1,179
/*
$Id: jstyle_blue.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
text-decoration: none;
color: #c03000;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
font-size: 100%;
height: 100%;
background-color: #f3f1e9;
color: #666;
}
 
body {
font-family: Verdana, "Bitstream Vera Sans";
font-size: .75em;
position: relative;
width: 940px;
_width: 945px; /* ie6 */
min-height: 100%;
overflow: auto;
margin: 0 auto;
padding: 20px 20px 0 20px;
}
 
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;
text-align: center;
color: #fff;
font-family: Georgia, serif;
font-weight: normal;
font-size: 150%;
line-height: 1.5em;
color: #326ea1;
}
 
h2 {
font-family: Georgia, serif;
font-weight: bold;
font-size: 130%;
padding: 3px 10px;
text-transform: uppercase;
line-height: 1.5em;
color: #326ea1;
border-bottom: 2px solid #326ea1;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
font-size: 100%;
}
 
table {
width: 100%;
}
 
#select {
text-align: right;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr .header {
cursor: pointer;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #5c5c5c;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
.even {
background: #ebe8da;
}
 
.bar {
background-color: #326edf;
}
 
.barwarn {
background-color: #df326e;
}
 
.right {
text-align: right;
padding-right: 20px;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/jstyle_green.css
0,0 → 1,174
/*
$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;
}
 
wbr {
display: inline-block;
}
 
html {
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;
_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;
_margin: 0 15px 0 10px; /* ie6 */
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;
}
 
th,td,h3 {
font-size:100%;
padding:4px 10px 2px;
text-align:left;
vertical-align:top;
}
 
table {
width:100%;
}
 
#select {
text-align:right;
}
 
#select select {
width:100px;
}
 
#vitals,#network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float:left;
margin:10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding:1px;
width:451px;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding:0 30px;
}
 
#memory,#filesystem {
width:915px;
}
 
#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;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
.even {
background:#EBE8DA;
}
 
.bar {
background-color:#C1DC70;
}
 
.barwarn {
background-color:#DC8B70;
}
 
.right {
padding-right:20px;
text-align:right;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/lingruby.css
0,0 → 1,161
/*
$Id: two.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
text-decoration: none;
color: #cc0000;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
font-size: 100%;
height: 100%;
color: #2b2828;
background: url("lingruby/background.png") fixed center;
}
 
body {
font-family: "Comic Sans MS", sans-serif;
font-size: .85em;
position: relative;
width: 940px;
_width: 945px; /* ie6 */
min-height: 100%;
overflow: auto;
margin: 0 auto;
padding: 20px 20px 0 20px;
}
 
h1 {
margin: 0 10px;
_margin: 0 15px 0 10px; /* ie6 */
padding: 10px 10px;
text-align: center;
color: #fff;
font-weight: normal;
font-size: 170%;
line-height: 1.5em;
}
 
h2 {
font-weight: bold;
font-size: 150%;
line-height: 1.5em;
color: #fff;
border-bottom: 2px solid #fff;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
font-size: 100%;
}
 
table {
width: 100%;
}
 
#select {
color: #fff;
text-align: right;
margin-bottom: 45px;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #000;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 90%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
.bar {
background-color: #fff;
}
 
.barwarn {
background-color: #bbb;
}
 
.right {
text-align: right;
padding-right: 20px;
}
 
.treeimg {
display: table-cell;
*float: left; /* ie6 ie7 */
vertical-align: top;
}
 
.treespan {
display: table-cell;
*float: left; /* ie6 ie7 */
}
 
.treespanbold {
font-weight: normal;
display: table-cell;
*float: left; /* ie6 ie7 */
}
 
.tree tr td {
cursor: auto;
height: 100%;
}
 
.treediv {
display: table;
height: 100%;
}
 
.tablemain {
width: 100%;
height: 100%;
}
/web/acc/phpsysinfo/templates/nextgen.css
0,0 → 1,191
/*
$Id: nextgen.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
text-decoration: none;
color: #00a;
}
 
a:hover {
text-decoration: underline;
color: #7d9100;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
height: 100%;
background: url("nextgen/nextgen_bg.png") repeat-x scroll center top #f3f1e9;
}
 
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;
}
 
div#output {
margin: -20px -10px 0 -10px;
padding: 116px 0 0 0;
}
 
p {
padding: 4px 10px 2px 10px;
line-height: 1.6;
text-align: left;
vertical-align: top;
}
 
h1 {
position: absolute;
top: 35px;
left: 10px;
margin: 0;
padding: 0px 10px;
font-size: 2em;
font-weight: normal;
color: #fff;
}
 
h2 {
padding: 5px 10px;
font-family: "trebuchet ms";
font-size: 1.2em;
font-weight: bold;
letter-spacing: 0.0em;
text-transform: uppercase;
color: #c9de55; /* #7d9100; */
background: #354242;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
}
 
h3 {
font-size: 120%;
}
 
table {
width: 100%;
}
 
#select {
position: absolute;
top: 75px;
color: #fff;
right: 30px;
width: 370px;
text-align: right;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
border: 1px solid #354242;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
color: #777;
clear: both;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
text-align: right;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
border: 1px solid #354242;
}
 
.even {
background: #ddd;
}
 
.bar {
background: #c1dc70 url("../gfx/html.gif");
}
 
.barwarn {
background: #dc8b70 url("../gfx/htmlwarn.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%;
}
/web/acc/phpsysinfo/templates/phpsysinfo.css
0,0 → 1,183
/*
$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 {
text-align: right;
padding: 10px;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
border: 1px solid #5a7e8a;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#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");
}
 
.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%;
}
/web/acc/phpsysinfo/templates/phpsysinfo_bootstrap.css
0,0 → 1,220
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
padding-top: 80px;
color: #333;
background-color: #fff;
}
 
wbr {
display: inline-block;
}
 
.table td.rightCell, .table th.rightCell {
text-align: right;
}
 
.percent {
text-align: center;
}
 
.card {
border-color: #f2f2f2;
}
 
.navbar {
background-color: #3b87c8;
border-color: #2d6da3;
}
 
.navbar-brand, .navbar-brand:hover {
color: #fff;
margin-right: 0;
}
 
.treegrid-span {
display: table-cell;
}
 
.treegrid-spanbold {
font-weight: bold;
display: table-cell;
}
 
.treegrid-indent {
width: 16px;
height: 16px;
display: table-cell;
}
 
.treegrid-expander {
width: 0px;
height: 16px;
display: table-cell;
cursor: pointer;
}
 
.normalicon {
width: 16px;
height: 16px;
position: relative;
top: 1px;
display: table-cell;
font-style: normal;
font-weight: normal;
line-height: 1;
 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.normalicon-right:before {
content: "\25ba";
}
.normalicon-down:before {
content: "\25bc";
}
 
table.sortable thead th {
cursor: pointer;
position: relative;
top: 0;
left: 0;
}
 
table.sortable thead th:hover {
background-color: #ececec;
}
 
.sorttable_nosort {
cursor: auto!important;
}
 
.table-hover > tbody > tr:hover {
color: #333;
background-color: #ececec;
}
 
.table-hover > tfoot > tr:hover {
background-color: #ececec;
}
 
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
border: none!important;
}
 
.table {
color: #333;
background-color: #fff!important;
margin: 0;
border: 0;
}
 
.logo {
cursor: pointer;
width: 32px;
}
 
.select {
color: #333;
}
 
.template {
cursor: pointer;
color: #333;
}
 
.language {
cursor: pointer;
color: #333;
}
 
.card-header {
background-color: #337ab7!important;
border-color: #337ab7!important;
color: #fff!important;
}
 
.progress {
margin-bottom: 0;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
 
.progress-bar-success {
background-color: #5cb85c;
}
 
.progress-bar-info {
background-color: #5bc0de;
}
 
.progress-bar-warning {
background-color: #f0ad4e;
}
 
.progress-bar-danger {
background-color: #d9534f;
}
 
.modal-content {
background-color: #fff;
}
 
.list-group {
display: block;
}
 
.list-group-item {
background-color: #fff;
}
 
.reload {
background-image: url("../gfx/reload.gif");
float: right;
cursor: pointer;
width: 16px;
height: 16px;
}
 
.container {
padding:0;
}
 
.table thead th {
border-top: none;
}
 
a, a:visited {
color: #000;
}
 
a:hover {
text-decoration: underline;
color: #000;
}
 
.psihref, .psihref:visited {
color: #fff;
}
 
.psihref:hover {
text-decoration: underline;
color: #fff;
}
 
.col-lg-6, .col-lg-12 {
padding-bottom: 20px;
}
 
.badge {
font-size: 12px;
border-radius: 10px;
padding: 3px 7px;
float: right;
}
 
.table-nopadding > tbody > tr > td,
.table-nopadding > tbody > tr > th {
padding: 0;
}
/web/acc/phpsysinfo/templates/schabau.css
0,0 → 1,175
/*
$Id: schabau.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
text-decoration: none;
color: #c03000;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
font-size: 100%;
height: 100%;
background-color: #f2f2df;
color: #666;
}
 
body {
font-family: Verdana, "Bitstream Vera Sans";
font-size: .75em;
position: relative;
width: 940px;
_width: 945px; /* ie6 */
min-height: 100%;
overflow: auto;
margin: 0 auto;
padding: 20px 20px 0 20px;
}
 
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;
text-align: center;
color: #fff;
font-family: Georgia, serif;
font-weight: normal;
font-size: 150%;
line-height: 1.5em;
color: #326ea1;
}
 
h2 {
font-family: Georgia, serif;
font-weight: bold;
font-size: 130%;
padding: 3px 10px;
text-transform: uppercase;
line-height: 1.5em;
color: #326ea1;
border-bottom: 2px solid #326ea1;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
font-size: 100%;
}
 
table {
width: 100%;
}
 
#select {
text-align: right;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #5c5c5c;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
.even {
background: #ebe8da;
}
 
.bar {
background-color: #326edf;
}
 
.barwarn {
background-color: #fa5858;
}
 
.right {
text-align: right;
padding-right: 20px;
}
 
.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%;
}
/web/acc/phpsysinfo/templates/two.css
0,0 → 1,162
/*
$Id: two.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
text-decoration: none;
color: #c03000;
}
 
a:hover {
text-decoration: underline;
}
 
* {
margin: 0;
padding: 0;
}
 
wbr {
display: inline-block;
}
 
html {
font-size: 100%;
height: 100%;
color: #2b2828;
background: url("two/gradient.png") repeat-x #eef2fe;
}
 
body {
font-family: Verdana, "Bitstream Vera Sans";
font-size: .75em;
position: relative;
width: 940px;
_width: 945px; /* ie6 */
min-height: 100%;
overflow: auto;
margin: 0 auto;
padding: 20px 20px 0 20px;
}
 
h1 {
margin: 0 10px;
_margin: 0 15px 0 10px; /* ie6 */
padding: 10px 10px;
text-align: center;
color: #fff;
font-weight: normal;
font-size: 170%;
line-height: 1.5em;
}
 
h2 {
font-weight: bold;
font-size: 130%;
line-height: 1.5em;
color: #8b272a;
border-bottom: 2px solid #8b272a;
}
 
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
font-size: 100%;
}
 
table {
width: 100%;
}
 
 
#select {
color: #fff;
text-align: right;
margin-bottom: 45px;
}
 
#select select {
width: 100px;
}
 
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
padding: 0px 30px;
}
 
#memory, #filesystem {
width: 915px;
}
 
#filesystemTable thead tr th {
cursor: pointer;
}
 
#footer {
clear: both;
color: #5c5c5c;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
 
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
 
.bar {
background-color: #8b272a;
}
 
.barwarn {
background-color: #88278b;
}
 
.right {
text-align: right;
padding-right: 20px;
}
 
.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%;
}