Advertisement
Drazzilb

Untitled

Feb 23rd, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. *{box-sizing: content-box !important;}
  2.  
  3. #time, #togglemin, #ajaxtimeout, #summary {display:none !important;}
  4.  
  5. .double-val-label > span, #center, #stats, .col-lg-4, .btnoffline, .btnunknown, .btnonline {box-shadow: none !important; -webkit-box-shadow:none !important;}
  6.  
  7. #stats {
  8. background-color:transparent !important;
  9. }
  10.  
  11. #statusloop {
  12. border-radius: 8px !important;
  13. /*background-color: rgba(0,0,0,.15) !important;*/
  14. background-color:transparent !important;
  15. padding-left: .0rem !important;
  16. padding-right: 1.11rem !important;
  17. box-shadow: none !important;
  18. }
  19.  
  20. .row{display: flex !important; flex-flow: row wrap!important; justify-content: space-evenly !important;}
  21.  
  22. .col-lg-4 {
  23. background-color:transparent !important;
  24. margin: 1rem 1rem !important;
  25. height: 2.4rem !important;
  26. width: 9rem !important;
  27. }
  28.  
  29. .pingcircle {display: none !important;}
  30.  
  31. .servicetile, .servicetilenolink, .servicetileoffline {display:flex !important; max-height:20px !important; font-weight: 600 !important;}
  32. #servicetitle, #servicetitlenolink, #servicetitleoffline {height: 1.5rem !important; font-size: 1rem !important; text-shadow: none !important;}
  33. .servicetile {display:flex !important;}
  34.  
  35. .serviceimg {height: 1.5rem !important;}
  36.  
  37. #serviceimg, #servicetitle, #servicetitlenolink, #servicetitleoffline {
  38. -webkit-filter: none !important;
  39. filter: none !important;
  40. margin-bottom: 0 !important;
  41. }
  42.  
  43. #serviceimg {
  44. padding-left: 4px;
  45. border-top-left-radius: 0.25em !important;
  46. border-bottom-left-radius: 0.25em !important;
  47. }
  48. #servicetitle, #servicetitlenolink, #servicetitleoffline {
  49. min-height:20px !important;
  50. min-width:65px !important;
  51. font-weight: 600 !important;
  52. border-top-right-radius: 0em !important;
  53. border-bottom-right-radius: 0em !important;
  54. }
  55.  
  56. .servicetile:hover, .servicetile:focus {
  57. min-height:20px !important;
  58. min-width:63px !important;
  59. text-shadow: none !important;
  60. font-weight: 600 !important;
  61. border-top-right-radius: 0em !important;
  62. border-bottom-right-radius: 0em !important;
  63. }
  64.  
  65. #servicetitle:hover, #servicetitle:focus, #servicetitleoffline:hover, #servicetitleoffline:focus {
  66. text-shadow: none !important;
  67. font-weight: 600 !important;
  68. }
  69.  
  70. .btnonline {background-color: #28a745 !important;}
  71. .btnoffline, .btnunknown, .btnonline {
  72. margin-left: 0px !important;
  73. min-width: 20px !important;
  74. min-height: 20px !important;
  75. overflow: hidden !important;
  76. text-indent: 100%;
  77. }
  78.  
  79. .btnoffline:before, .btnunknown:before, .btnonline:before {
  80. width: 20px !important;
  81. height: 20px !important;
  82. min-width: 20px !important;
  83. min-height: 20px !important;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement