- 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.
226 lines
3.3 KiB
CSS
226 lines
3.3 KiB
CSS
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;
|
|
}
|
|
|
|
select {
|
|
background-color: #fefefe;
|
|
}
|
|
|
|
.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;
|
|
}
|