main.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. /*
  2. index.html style overwrite
  3. */
  4. :root{
  5. --theme_grey: #414141;
  6. --theme_lgrey: #f6f6f6;
  7. --theme_green: #3c9c63;
  8. --theme_fcolor: #979797;
  9. }
  10. body{
  11. background-color:#f6f6f6;
  12. color: #414141;
  13. }
  14. .functiontab{
  15. display:none;
  16. }
  17. .menubar{
  18. width: 100%;
  19. padding: 0.4em;
  20. padding-left: 1.2em;
  21. padding-right: 1.2em;
  22. background-color: #f5f5f5;
  23. margin-bottom: 1em;
  24. position: fixed;
  25. top: 0;
  26. width: 100%;
  27. z-index: 10;
  28. box-shadow: 0px 1px 5px 0px rgba(38,38,38,0.26);
  29. }
  30. .menubar .logo{
  31. height: 36px;
  32. }
  33. .menubar .item{
  34. display: inline-block;
  35. vertical-align: middle;
  36. }
  37. .wrapper{
  38. display: flex;
  39. align-items: flex-start;
  40. padding-top: 4.6em;
  41. }
  42. .toolbar {
  43. display: inline-block;
  44. width: 240px;
  45. }
  46. .contentWindow{
  47. display: inline-block;
  48. width: calc(100% - 240px);
  49. vertical-align: top;
  50. background-color: white;
  51. border-radius: 1em;
  52. margin-right: 2em;
  53. }
  54. .menutoggle{
  55. display: none !important;
  56. }
  57. .ui.divider{
  58. font-weight: 300;
  59. }
  60. .serverstatusWrapper{
  61. padding-right: 0 !important;
  62. }
  63. .statisticWrapper{
  64. padding-left: 0 !important;
  65. }
  66. /* Message Box */
  67. #messageBox{
  68. position: fixed;
  69. bottom: 1em;
  70. right: 1em;
  71. display:none;
  72. max-width: 300px;
  73. }
  74. /* Standard containers */
  75. .standardContainer{
  76. position: relative;
  77. }
  78. .standardContainer.noleftright{
  79. padding-left: 0;
  80. padding-right: 0;
  81. }
  82. .standardContainer.noleft{
  83. padding-left: 0;
  84. }
  85. .standardContainer.noright{
  86. padding-right: 0;
  87. }
  88. .standardContainer.notopdown{
  89. padding-top: 0;
  90. padding-bottom: 0;
  91. }
  92. .standardContainer.notop{
  93. padding-top: 0;
  94. }
  95. .standardContainer.nobottom{
  96. padding-bottom: 0;
  97. }
  98. /*
  99. RWD Rules
  100. */
  101. @media screen and (min-width: 750px) {
  102. #serverstatus{
  103. border-top-left-radius: 1em !important;
  104. }
  105. .greybackground.statustab{
  106. border-top-right-radius: 1em !important;
  107. }
  108. .standardContainer{
  109. padding-left: 2.4em;
  110. padding-right: 2.4em;
  111. padding-top: 2em;
  112. padding-bottom: 2em;
  113. }
  114. }
  115. @media screen and (max-width: 750px) {
  116. .toolbar {
  117. position: fixed;
  118. display: inline-block;
  119. width: 240px;
  120. background-color: white;
  121. top: 3.6em;
  122. right: 0;
  123. height: 100%;
  124. margin-bottom: 1em;
  125. z-index: 9;
  126. padding: 1em;
  127. display:none;
  128. border-left: 1px solid rgb(206, 206, 206);
  129. }
  130. .menutoggle{
  131. display: inline-block !important;
  132. }
  133. #mainmenu{
  134. width: calc(100% - 1em);
  135. }
  136. .contentWindow{
  137. display: inline-block;
  138. width: 100%;
  139. margin-right: 0.4em;
  140. margin-left: 0.4em;
  141. }
  142. .functiontab{
  143. padding: 0em;
  144. }
  145. .ui.grid > .stackable.stackable.row > .column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .column:not(.row), .ui.stackable.grid > .row > .column, .ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column.serverstatusWrapper {
  146. padding: 0rem 0rem !important;
  147. }
  148. #serverstatus.green{
  149. border-bottom: 0px solid transparent !important;
  150. }
  151. .greybackground.statustab{
  152. border-top-right-radius: 0em !important;
  153. padding: 2em 2em !important;
  154. }
  155. .standardContainer{
  156. padding-left: 1.2em;
  157. padding-right: 1.2em;
  158. padding-top: 0.6em;
  159. padding-bottom: 0.6em;
  160. }
  161. }
  162. .menudivider{
  163. font-size: 0.8em !important;
  164. color: #9c9c9c !important;
  165. padding-left: 0.6em;
  166. }
  167. /*
  168. Global rules overwrite
  169. */
  170. .ui.teal.button{
  171. background-color: #3d9c64 !important;
  172. }
  173. .ui.red.button:not(.basic){
  174. background-color: #cc3b3b !important;
  175. }
  176. .ui.menu .item{
  177. color: #5e5d5d;
  178. }
  179. .ui.secondary.vertical.menu .active.item{
  180. background-color: #414141;
  181. font-weight: 600;
  182. color: white;
  183. }
  184. .ui.secondary.vertical.menu .active.item .icon{
  185. animation: blinker 3s ease-in-out infinite;
  186. }
  187. .bluefont{
  188. color: #417ac1 !important;
  189. }
  190. @keyframes blinker {
  191. 50% {
  192. opacity: 50%;
  193. }
  194. }
  195. /*
  196. Status style overwrite
  197. */
  198. #serverstatus{
  199. height: 100%;
  200. }
  201. #statusTitle{
  202. font-weight: 300;
  203. }
  204. .statustab{
  205. border-radius: 0 !important;
  206. }
  207. .greybackground.statustab{
  208. background-color: #414141 !important;
  209. color: white;
  210. }
  211. .greybackground.statustab .ui.header:not(:first-child){
  212. margin-top: 1em;
  213. }
  214. .greybackground.statustab span,
  215. .greybackground.statustab h1,
  216. .greybackground.statustab h2,
  217. .greybackground.statustab h3,
  218. .greybackground.statustab h4,
  219. .greybackground.statustab h5 {
  220. color: white !important;
  221. }
  222. .greybackground.statustab .header{
  223. color: #b7b7b7 !important;
  224. }
  225. #serverstatus.green{
  226. background-color: #fefefe !important;
  227. border-right: 5px solid #3d9c64;
  228. }
  229. #serverstatus.green .sub.header{
  230. color: rgb(224, 224, 224);
  231. }
  232. #serverstatus.green i,
  233. #serverstatus.green #statusTitle{
  234. color: #3d9c64;
  235. }
  236. #serverstatus.green #statusText{
  237. color: #2c583d;
  238. }
  239. #serverstatus:not(.green) .dot-container{
  240. display:none;
  241. }
  242. #serverstatus:not(.green){
  243. background-color: white !important;
  244. background-image: url("img/plant.png");
  245. background-position: right;
  246. background-repeat: no-repeat;
  247. background-size: auto 100%;
  248. }
  249. #serverstatus:not(.green) #statusTitle,
  250. #serverstatus:not(.green) i,
  251. #serverstatus:not(.green) .sub.header{
  252. color: #4c4c4c;
  253. }
  254. .statustab{
  255. min-height: 5.5em;
  256. }
  257. #summaryTotalCount{
  258. font-size: 1.6em;
  259. font-weight: 300;
  260. }
  261. .statustab.summary{
  262. background-color: #f1f1f1 !important;
  263. border: 0px solid transparent !important;
  264. }
  265. .statustab.summary span, .statustab.summary i{
  266. color: rgb(37, 37, 37);
  267. }
  268. #networkActivityPlaceHolder{
  269. color:rgb(206, 206, 206);
  270. height: 200px;
  271. width: 100%;
  272. text-align: center;
  273. padding-top: 80px;
  274. display:none;
  275. }
  276. /* Decorative Animation */
  277. .dot-container {
  278. display: flex;
  279. justify-content: center;
  280. align-items: center;
  281. height: 40px;
  282. position: absolute;
  283. bottom: 0.6em;
  284. right: 1.2em;
  285. }
  286. .dot {
  287. width: 6px;
  288. height: 6px;
  289. border-radius: 50%;
  290. background-color: #d9d9d9;
  291. margin-right: 6px;
  292. animation-name: dot-animation;
  293. animation-duration: 4s;
  294. animation-timing-function: ease-in-out;
  295. animation-iteration-count: infinite;
  296. }
  297. .dot:nth-child(1) {
  298. animation-delay: 0s;
  299. }
  300. .dot:nth-child(2) {
  301. animation-delay: 1s;
  302. }
  303. .dot:nth-child(3) {
  304. animation-delay: 2s;
  305. }
  306. .dot:nth-child(4) {
  307. animation-delay: 3s;
  308. }
  309. @keyframes dot-animation {
  310. 0% {
  311. background-color: #d9d9d9;
  312. transform: scale(1);
  313. }
  314. 50% {
  315. background-color: #3d9c64;
  316. transform: scale(1.5);
  317. }
  318. 100% {
  319. background-color: #d9d9d9;
  320. transform: scale(1);
  321. }
  322. }
  323. /*
  324. Uptime Monitor
  325. */
  326. #utm{
  327. background-color: white;
  328. border-radius: 1em;
  329. }
  330. .domain{
  331. margin-bottom: 1em;
  332. position: relative;
  333. }
  334. .statusDot{
  335. height: 1.8em;
  336. border-radius: 0.4em;
  337. width: 0.4em;
  338. background-color: #e8e8e8;
  339. display:inline-block;
  340. cursor: pointer;
  341. margin-left: 0.1em;
  342. }
  343. .online.statusDot{
  344. background-color: #3bd671;
  345. }
  346. .error.statusDot{
  347. background-color: #f29030;
  348. }
  349. .offline.statusDot{
  350. background-color: #df484a;
  351. }
  352. .padding.statusDot{
  353. cursor: auto;
  354. }
  355. /*
  356. Global Area Network
  357. gan.html
  358. */
  359. .clickable{
  360. cursor: pointer;
  361. }
  362. .clickable:hover{
  363. opacity: 0.6;
  364. }
  365. #ganetRangeTable td{
  366. text-align: center;
  367. }
  368. .gansnetworks.disabled{
  369. opacity: 0.5;
  370. pointer-events: none;
  371. user-select: none;
  372. }
  373. .GANetMember.authorized{
  374. border-left: 6px solid #3c9c63 !important;
  375. }
  376. .GANetMember.unauthorized{
  377. border-left: 6px solid #9c3c3c !important;
  378. }