Last active
November 30, 2019 03:09
-
-
Save compil3/2a27fb3eb0b56f43fd3d74e89c74d0b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*** MONITORR CUSTOM CSS ***/ | |
| /* NOTE: See wiki for detailed instructions/examples. | |
| + After applying custom CSS, clearing browser cache and reloading the Monitorr UI may be necessary. | |
| + Add "!important" to all CSS properties */ | |
| /* add custom CSS below this line */ | |
| *{box-sizing: content-box !important;} | |
| #time, #togglemin, #ajaxtimeout, #summary {display:none !important;} | |
| .double-val-label > span, #center, #stats, .col-lg-4, .btnoffline, .btnunknown, .btnonline {box-shadow: none !important; -webkit-box-shadow:none !important;} | |
| #stats { | |
| background-color:transparent !important; | |
| } | |
| #statusloop { | |
| border-radius: 8px !important; | |
| /*background-color: rgba(0,0,0,.15) !important;*/ | |
| background-color:transparent !important; | |
| padding-left: .0rem !important; | |
| padding-right: 1.11rem !important; | |
| box-shadow: none !important; | |
| } | |
| .row{display: flex !important; flex-flow: row wrap!important; justify-content: space-evenly !important;} | |
| .col-lg-4 { | |
| background-color:transparent !important; | |
| margin: 1rem 1rem !important; | |
| height: 2.4rem !important; | |
| width: 9rem !important; | |
| } | |
| .pingcircle {display: none !important;} | |
| .servicetile, .servicetilenolink, .servicetileoffline {display:flex !important; max-height:20px !important; font-weight: 600 !important;} | |
| #servicetitle, #servicetitlenolink, #servicetitleoffline {height: 1.5rem !important; font-size: 1rem !important; text-shadow: none !important;} | |
| .servicetile {display:flex !important;} | |
| .serviceimg {height: 1.5rem !important;} | |
| #serviceimg, #servicetitle, #servicetitlenolink, #servicetitleoffline { | |
| -webkit-filter: none !important; | |
| filter: none !important; | |
| margin-bottom: 0 !important; | |
| } | |
| #serviceimg { | |
| padding-left: 4px; | |
| border-top-left-radius: 0.25em !important; | |
| border-bottom-left-radius: 0.25em !important; | |
| } | |
| #servicetitle, #servicetitlenolink, #servicetitleoffline { | |
| min-height:20px !important; | |
| min-width:65px !important; | |
| font-weight: 600 !important; | |
| border-top-right-radius: 0em !important; | |
| border-bottom-right-radius: 0em !important; | |
| } | |
| .servicetile:hover, .servicetile:focus { | |
| min-height:20px !important; | |
| min-width:63px !important; | |
| text-shadow: none !important; | |
| font-weight: 600 !important; | |
| border-top-right-radius: 0em !important; | |
| border-bottom-right-radius: 0em !important; | |
| } | |
| #servicetitle:hover, #servicetitle:focus, #servicetitleoffline:hover, #servicetitleoffline:focus { | |
| text-shadow: none !important; | |
| font-weight: 600 !important; | |
| } | |
| .btnonline {background-color: #28a745 !important;} | |
| .btnoffline, .btnunknown, .btnonline { | |
| margin-left: 0px !important; | |
| min-width: 20px !important; | |
| min-height: 20px !important; | |
| overflow: hidden !important; | |
| text-indent: 100%; | |
| } | |
| .btnoffline:before, .btnunknown:before, .btnonline:before { | |
| width: 20px !important; | |
| height: 20px !important; | |
| min-width: 20px !important; | |
| min-height: 20px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment