flattened monitorg
This commit is contained in:
parent
f3184836b2
commit
f3b317c396
@ -4,27 +4,28 @@ body {
|
|||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
padding-right: 2rem !important;
|
padding-right: 2rem !important;
|
||||||
}
|
}
|
||||||
#stats {
|
#stats {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
padding-left: .0rem !important;
|
padding-left: .0rem !important;
|
||||||
padding-right: 1.11rem !important;
|
padding-right: 1.11rem !important;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#hd {
|
#hd {
|
||||||
padding-left: 0.8rem !important;
|
padding-left: 0.8rem !important;
|
||||||
}
|
}
|
||||||
.double-val-label>span.success {
|
.double-val-label>span.success {
|
||||||
background-color: #28a745 !important;
|
background-color: #28a745 !important;
|
||||||
}
|
}
|
||||||
.servicetile:hover, .servicetile:focus {
|
.servicetile:hover, .servicetile:focus {
|
||||||
text-shadow: 0 0 20px #000;
|
text-shadow: 0 0 20px #000;
|
||||||
}
|
}
|
||||||
#servicetitle:hover, #servicetitle:focus {
|
#servicetitle:hover, #servicetitle:focus {
|
||||||
text-shadow: 0 0 20px #000;
|
text-shadow: 0 0 20px #000;
|
||||||
}
|
}
|
||||||
#servicetitle {
|
#servicetitle {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.btnoffline, .btnunknown, .btnonline {
|
.btnoffline, .btnunknown, .btnonline {
|
||||||
box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
|
box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
|
||||||
@ -36,18 +37,20 @@ body {
|
|||||||
#time {
|
#time {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#slidertable {
|
#slidertable {
|
||||||
background-color: rgba(0,0,0,.15) !important
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#textslider {
|
#textslider {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.dtg {
|
.dtg {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.datemin {
|
.datemin {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
#center {
|
#center {
|
||||||
background-color: rgba(0,0,0,.0) !important;
|
background-color: rgba(0,0,0,.0) !important;
|
||||||
@ -56,14 +59,15 @@ background-color: rgba(0,0,0,.15) !important
|
|||||||
.col-lg-4 {
|
.col-lg-4 {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
margin: 1rem .1rem 1.5rem 1rem !important;
|
margin: 1rem .1rem 1.5rem 1rem !important;
|
||||||
width: 9rem !important;
|
width: 9rem !important;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#clock {
|
#clock {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.date {
|
.date {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
#summary {
|
#summary {
|
||||||
background-color: #e84242 !important;
|
background-color: #e84242 !important;
|
||||||
@ -97,13 +101,19 @@ background-color: rgba(0,0,0,.15) !important
|
|||||||
#colorkey {
|
#colorkey {
|
||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ButtonShadow */
|
||||||
|
.btnoffline, .btnunknown, .btnonline {
|
||||||
|
box-shadow: none !important;
|
||||||
|
-webkit-box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 775px) {
|
@media only screen and (max-width: 775px) {
|
||||||
#slidertable {
|
#slidertable {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#time {
|
#time {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user