main.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. /*
  2. index.html style overwrite
  3. */
  4. body{
  5. background-color:#f6f6f6;
  6. }
  7. .functiontab{
  8. display:none;
  9. padding: 1em;
  10. }
  11. .menubar{
  12. width: 100%;
  13. padding: 0.4em;
  14. padding-left: 1.2em;
  15. padding-right: 1.2em;
  16. background-color: #f5f5f5;
  17. margin-bottom: 1em;
  18. position: fixed;
  19. top: 0;
  20. width: 100%;
  21. z-index: 10;
  22. box-shadow: 0px 1px 5px 0px rgba(38,38,38,0.26);
  23. }
  24. .menubar .logo{
  25. height: 36px;
  26. }
  27. .menubar .item{
  28. display: inline-block;
  29. vertical-align: middle;
  30. }
  31. .wrapper{
  32. display: flex;
  33. flex-wrap: wrap;
  34. margin-top: 4.6em;
  35. }
  36. .toolbar{
  37. width: 240px;
  38. min-width: 240px;
  39. }
  40. .contentWindow{
  41. padding: 1em;
  42. flex: 1;
  43. background-color: white;
  44. border-radius: 1em;
  45. margin-right: 2em;
  46. }
  47. .menutoggle{
  48. display: none !important;
  49. }
  50. .ui.divider{
  51. font-weight: 300;
  52. }
  53. @media screen and (max-width: 750px) {
  54. .toolbar {
  55. position: fixed;
  56. display: inline-block;
  57. width: 50%;
  58. background-color: white;
  59. top: 3.6em;
  60. right: 0;
  61. height: 100%;
  62. margin-bottom: 1em;
  63. z-index: 9;
  64. padding: 1em;
  65. display:none;
  66. border-left: 1px solid rgb(206, 206, 206);
  67. }
  68. .menutoggle{
  69. display: inline-block !important;
  70. }
  71. #mainmenu{
  72. width: calc(100% - 1em);
  73. }
  74. .contentWindow{
  75. display: inline-block;
  76. width: 100%;
  77. margin-right: 0.4em;
  78. margin-left: 0.4em;
  79. }
  80. .functiontab{
  81. padding: 0em;
  82. }
  83. }
  84. .menudivider{
  85. font-size: 0.8em !important;
  86. color: #9c9c9c !important;
  87. padding-left: 0.6em;
  88. }
  89. /*
  90. Global rules overwrite
  91. */
  92. .ui.teal.button{
  93. background-color: #3d9c64 !important;
  94. }
  95. .ui.red.button:not(.basic){
  96. background-color: #cc3b3b !important;
  97. }
  98. .ui.menu .item{
  99. color: #5e5d5d;
  100. }
  101. .ui.secondary.vertical.menu .active.item{
  102. background-color: #414141;
  103. font-weight: 600;
  104. color: white;
  105. }
  106. .ui.secondary.vertical.menu .active.item .simplistic.icon{
  107. color: white;
  108. }
  109. .simplistic.icon{
  110. color: #414141;
  111. }
  112. .bluefont{
  113. color: #a9d1f3 !important;
  114. }
  115. /*
  116. Status style overwrite
  117. */
  118. #serverstatus{
  119. height: 100%;
  120. }
  121. #statusTitle{
  122. font-weight: 300;
  123. }
  124. .statustab{
  125. border-radius: 0 !important;
  126. }
  127. .greybackground.statustab{
  128. background-color: #414141 !important;
  129. color: white;
  130. }
  131. .greybackground.statustab .ui.header:not(:first-child){
  132. margin-top: 1em;
  133. }
  134. .greybackground.statustab span,
  135. .greybackground.statustab h1,
  136. .greybackground.statustab h2,
  137. .greybackground.statustab h3,
  138. .greybackground.statustab h4,
  139. .greybackground.statustab h5 {
  140. color: white !important;
  141. }
  142. .greybackground.statustab .header{
  143. color: #b7b7b7 !important;
  144. }
  145. #serverstatus.green{
  146. background-color: #f6f6f6 !important;
  147. border-bottom: 2px solid #3d9c64;
  148. }
  149. #serverstatus.green .sub.header{
  150. color: rgb(224, 224, 224);
  151. }
  152. #serverstatus.green i,
  153. #serverstatus.green #statusTitle{
  154. color: #3d9c64;
  155. }
  156. #serverstatus.green #statusText{
  157. color: #2c583d;
  158. }
  159. #serverstatus:not(.green) .dot-container{
  160. display:none;
  161. }
  162. #serverstatus:not(.green){
  163. background-color: #f6f6f6 !important;
  164. background-image: url("img/plant.png");
  165. background-position: right;
  166. background-repeat: no-repeat;
  167. background-size: auto 100%;
  168. }
  169. #serverstatus:not(.green) #statusTitle,
  170. #serverstatus:not(.green) i,
  171. #serverstatus:not(.green) .sub.header{
  172. color: #4c4c4c;
  173. }
  174. .statustab{
  175. min-height: 5.5em;
  176. }
  177. #summaryTotalCount{
  178. font-size: 1.6em;
  179. font-weight: 300;
  180. }
  181. .statustab.summary{
  182. background-color: #f1f1f1 !important;
  183. border: 0px solid transparent !important;
  184. }
  185. .statustab.summary span, .statustab.summary i{
  186. color: rgb(37, 37, 37);
  187. }
  188. /* Decorative Animation */
  189. .dot-container {
  190. display: flex;
  191. justify-content: center;
  192. align-items: center;
  193. height: 40px;
  194. position: absolute;
  195. bottom: 0.6em;
  196. right: 1.2em;
  197. }
  198. .dot {
  199. width: 6px;
  200. height: 6px;
  201. border-radius: 50%;
  202. background-color: #d9d9d9;
  203. margin-right: 6px;
  204. animation-name: dot-animation;
  205. animation-duration: 4s;
  206. animation-timing-function: ease-in-out;
  207. animation-iteration-count: infinite;
  208. }
  209. .dot:nth-child(1) {
  210. animation-delay: 0s;
  211. }
  212. .dot:nth-child(2) {
  213. animation-delay: 1s;
  214. }
  215. .dot:nth-child(3) {
  216. animation-delay: 2s;
  217. }
  218. .dot:nth-child(4) {
  219. animation-delay: 3s;
  220. }
  221. @keyframes dot-animation {
  222. 0% {
  223. background-color: #d9d9d9;
  224. transform: scale(1);
  225. }
  226. 50% {
  227. background-color: #3d9c64;
  228. transform: scale(1.5);
  229. }
  230. 100% {
  231. background-color: #d9d9d9;
  232. transform: scale(1);
  233. }
  234. }
  235. /*
  236. Uptime Monitor
  237. */
  238. #utm{
  239. background-color: white;
  240. border-radius: 1em;
  241. }
  242. .domain{
  243. margin-bottom: 1em;
  244. position: relative;
  245. }
  246. .statusDot{
  247. height: 1.8em;
  248. border-radius: 0.4em;
  249. width: 0.4em;
  250. background-color: #e8e8e8;
  251. display:inline-block;
  252. cursor: pointer;
  253. margin-left: 0.1em;
  254. }
  255. .online.statusDot{
  256. background-color: #3bd671;
  257. }
  258. .error.statusDot{
  259. background-color: #f29030;
  260. }
  261. .offline.statusDot{
  262. background-color: #df484a;
  263. }
  264. .padding.statusDot{
  265. cursor: auto;
  266. }