main.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  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. --theme_advance: #f8f8f9;
  10. --theme_background: linear-gradient(60deg, rgb(84, 58, 183) 0%, rgb(0, 172, 193) 100%);
  11. --theme_background_inverted: linear-gradient(215deg, rgba(38,60,71,1) 13%, rgba(2,3,42,1) 84%);
  12. }
  13. body{
  14. background-color:#f6f6f6;
  15. color: #414141;
  16. }
  17. .functiontab{
  18. display:none;
  19. }
  20. .advance{
  21. background: var(--theme_advance) !important;
  22. }
  23. .advancezone{
  24. background: var(--theme_advance) !important;
  25. border-radius: 1em !important;
  26. }
  27. .menubar{
  28. width: 100%;
  29. padding: 0.4em;
  30. padding-left: 1.2em;
  31. padding-right: 1.2em;
  32. background-color: #ffffff;
  33. margin-bottom: 1em;
  34. border-bottom: 1px solid rgb(226, 226, 226);
  35. position: fixed;
  36. top: 0;
  37. width: 100%;
  38. z-index: 10;
  39. }
  40. .menubar .logo{
  41. height: 36px;
  42. }
  43. .menubar .item{
  44. display: inline-block;
  45. vertical-align: middle;
  46. }
  47. .wrapper{
  48. display: flex;
  49. align-items: flex-start;
  50. padding-top: 4.6em;
  51. }
  52. .toolbar {
  53. display: inline-block;
  54. height: calc(100% - 51px);
  55. overflow-y: auto;
  56. width: 240px;
  57. }
  58. .contentWindow{
  59. display: inline-block;
  60. width: calc(100% - 240px);
  61. vertical-align: top;
  62. background-color: white;
  63. border-radius: 1em;
  64. margin-right: 2em;
  65. }
  66. .menutoggle{
  67. display: none !important;
  68. }
  69. .ui.divider{
  70. font-weight: 300;
  71. }
  72. .serverstatusWrapper{
  73. padding-right: 0 !important;
  74. }
  75. .statisticWrapper{
  76. margin-top: 1em;
  77. padding-left: 0 !important;
  78. padding-bottom: 0 !important;
  79. padding-right: 1em !important;
  80. }
  81. .statisticWrapper .statustab{
  82. margin-right: 1em;
  83. }
  84. /* Message Box */
  85. #messageBox{
  86. position: fixed;
  87. bottom: 1em;
  88. right: 1em;
  89. display:none;
  90. max-width: 300px;
  91. z-index: 999;
  92. }
  93. /* Confirm Box */
  94. #confirmBox{
  95. position: fixed;
  96. z-index: 999;
  97. bottom: 1em;
  98. right: 1em;
  99. min-width: 300px;
  100. background-color: #ffffff;
  101. color: rgb(65, 65, 65);
  102. box-shadow: 10px 10px 5px -2px rgba(0,0,0,0.13);
  103. }
  104. #confirmBox .confirmBoxBody{
  105. padding: 1em;
  106. }
  107. #confirmBox .ui.progress .bar{
  108. background: #a9d1f3 !important;
  109. }
  110. #confirmBox .confirmBoxBody .button{
  111. margin-top: -0.4em;
  112. }
  113. #confirmBox .questionToConfirm{
  114. margin-top: -0.2em;
  115. }
  116. /* Standard containers */
  117. .standardContainer{
  118. position: relative;
  119. }
  120. .standardContainer.noleftright{
  121. padding-left: 0;
  122. padding-right: 0;
  123. }
  124. .standardContainer.noleft{
  125. padding-left: 0;
  126. }
  127. .standardContainer.noright{
  128. padding-right: 0;
  129. }
  130. .standardContainer.notopdown{
  131. padding-top: 0;
  132. padding-bottom: 0;
  133. }
  134. .standardContainer.notop{
  135. padding-top: 0;
  136. }
  137. .standardContainer.nobottom{
  138. padding-bottom: 0;
  139. }
  140. /*
  141. Side Wrapper
  142. */
  143. .sideWrapper{
  144. position: fixed;
  145. right: 0;
  146. top: 52px;
  147. height: 100%;
  148. width: calc(100% - 5em);
  149. max-width: 500px;
  150. z-index: 10;
  151. }
  152. .sideWrapper .content{
  153. height: 100%;
  154. width: 100%;
  155. position: relative;
  156. background-color: white;
  157. }
  158. .sideWrapper iframe{
  159. height: calc(100% - 55px);
  160. width: 100%;
  161. border: 0px solid transparent;
  162. }
  163. .sideWrapper .fadingBackground{
  164. position: fixed;
  165. top: 52px;
  166. left: 0;
  167. width: 100%;
  168. height: calc(100% - 52px);
  169. background-color: rgba(38,38,38,0.26);
  170. }
  171. .sideWrapperMenu{
  172. height: 3px;
  173. background-color: #414141;
  174. }
  175. /*
  176. RWD Rules
  177. */
  178. @media screen and (min-width: 750px) {
  179. .standardContainer{
  180. padding-left: 2.4em;
  181. padding-right: 2.4em;
  182. padding-top: 2em;
  183. padding-bottom: 2em;
  184. }
  185. }
  186. @media screen and (max-width: 748px) {
  187. #serverstatus{
  188. margin-left: 0 !important;
  189. margin-right: 0 !important;
  190. }
  191. .statisticWrapper .statustab{
  192. margin-left: 0 !important;
  193. margin-right: 0 !important;
  194. }
  195. .toolbar {
  196. position: fixed;
  197. display: inline-block;
  198. width: 240px;
  199. background-color: white;
  200. top: 3.6em;
  201. right: 0;
  202. height: calc(100% - 51px);
  203. overflow-y: auto;
  204. margin-bottom: 1em;
  205. z-index: 9;
  206. padding: 1em;
  207. display:none;
  208. border-left: 1px solid rgb(206, 206, 206);
  209. }
  210. .menutoggle{
  211. display: inline-block !important;
  212. }
  213. #mainmenu{
  214. width: calc(100% - 1em);
  215. }
  216. .contentWindow{
  217. display: inline-block;
  218. width: 100%;
  219. margin-right: 0.4em;
  220. margin-left: 0.4em;
  221. }
  222. .functiontab{
  223. padding: 0em;
  224. }
  225. #serverstatus.green{
  226. border-bottom: 0px solid transparent !important;
  227. }
  228. .standardContainer{
  229. padding-left: 1.2em;
  230. padding-right: 1.2em;
  231. padding-top: 0.6em;
  232. padding-bottom: 0.6em;
  233. }
  234. }
  235. .menudivider{
  236. font-size: 0.8em !important;
  237. color: #9c9c9c !important;
  238. padding-left: 0.6em;
  239. }
  240. /*
  241. Global rules overwrite
  242. */
  243. .ui.teal.button{
  244. background-color: #3d9c64 !important;
  245. }
  246. .ui.red.button:not(.basic){
  247. background-color: #cc3b3b !important;
  248. }
  249. .ui.menu .item{
  250. color: #5e5d5d;
  251. }
  252. .ui.segment{
  253. box-shadow: none !important;
  254. }
  255. .ui.secondary.vertical.menu .active.item{
  256. background: var(--theme_background);
  257. font-weight: 600;
  258. color: white;
  259. }
  260. .ui.secondary.vertical.menu .active.item .icon{
  261. animation: blinker 3s ease-in-out infinite;
  262. }
  263. .ui.important.basic.segment{
  264. background: linear-gradient(217deg, rgba(234,238,175,1) 16%, rgba(254,255,242,1) 78%);
  265. border-radius: 1em;
  266. }
  267. .basic.segment.advanceoptions{
  268. background-color: #f7f7f7;
  269. border-radius: 1em;
  270. }
  271. .bluefont{
  272. color: #417ac1 !important;
  273. }
  274. @keyframes blinker {
  275. 50% {
  276. opacity: 50%;
  277. }
  278. }
  279. /*
  280. Status style overwrite
  281. */
  282. #serverstatus{
  283. height: 100%;
  284. border-radius: 1em;
  285. margin: 1em;
  286. }
  287. #statusTitle{
  288. font-weight: 300;
  289. }
  290. #serverstatus.green{
  291. background: linear-gradient(60deg, #27e7ff, #00ca52);
  292. }
  293. #serverstatus.green .sub.header{
  294. color: rgb(224, 224, 224);
  295. }
  296. #serverstatus.green i,
  297. #serverstatus.green #statusTitle{
  298. color: rgb(255, 255, 255);
  299. }
  300. #serverstatus.green #statusText{
  301. color: rgb(255, 255, 255);
  302. }
  303. #serverstatus:not(.green) .dot-container{
  304. display:none;
  305. }
  306. #serverstatus:not(.green){
  307. background: linear-gradient(215deg, rgba(38,60,71,1) 13%, rgba(2,3,42,1) 84%);
  308. }
  309. #serverstatus:not(.green) #statusTitle,
  310. #serverstatus:not(.green) i,
  311. #serverstatus:not(.green) .sub.header{
  312. color: white;
  313. }
  314. .statustab{
  315. min-height: 5.5em;
  316. margin: 1em;
  317. border-radius: 1em !important;
  318. }
  319. #summaryTotalCount{
  320. font-size: 1.6em;
  321. font-weight: 300;
  322. }
  323. .statustab.summary{
  324. background-color: #f1f1f1 !important;
  325. border: 0px solid transparent !important;
  326. }
  327. .statustab.summary span, .statustab.summary i{
  328. color: rgb(37, 37, 37);
  329. }
  330. #networkActivityPlaceHolder{
  331. color:rgb(206, 206, 206);
  332. height: 200px;
  333. width: 100%;
  334. text-align: center;
  335. padding-top: 80px;
  336. display:none;
  337. }
  338. /* Decorative Animation */
  339. .dot-container {
  340. display: flex;
  341. justify-content: center;
  342. align-items: center;
  343. height: 40px;
  344. position: absolute;
  345. bottom: 0.6em;
  346. right: 1.2em;
  347. }
  348. .dot {
  349. width: 6px;
  350. height: 6px;
  351. border-radius: 50%;
  352. background-color: #d9d9d9;
  353. margin-right: 6px;
  354. animation-name: dot-animation;
  355. animation-duration: 4s;
  356. animation-timing-function: ease-in-out;
  357. animation-iteration-count: infinite;
  358. }
  359. .dot:nth-child(1) {
  360. animation-delay: 0s;
  361. }
  362. .dot:nth-child(2) {
  363. animation-delay: 1s;
  364. }
  365. .dot:nth-child(3) {
  366. animation-delay: 2s;
  367. }
  368. .dot:nth-child(4) {
  369. animation-delay: 3s;
  370. }
  371. @keyframes dot-animation {
  372. 0% {
  373. background-color: #d9d9d9;
  374. transform: scale(1);
  375. }
  376. 50% {
  377. background-color: white;
  378. transform: scale(1.5);
  379. }
  380. 100% {
  381. background-color: #d9d9d9;
  382. transform: scale(1);
  383. }
  384. }
  385. /*
  386. HTTP Proxy & Virtual Directory
  387. */
  388. #currentVirtualDirectoryAttachingHost{
  389. background: var(--theme_background);
  390. color: white;
  391. border-radius: 1em;
  392. font-weight: bolder;
  393. }
  394. .section.disabled{
  395. opacity: 0.5;
  396. user-select: none;
  397. pointer-events: none;
  398. }
  399. /*
  400. Access Control
  401. */
  402. .ui.very.compact.table th{
  403. padding-top: 0.2em;
  404. padding-bottom: 0.2em;
  405. }
  406. .ui.very.compact.table td{
  407. padding-top: 0.1em;
  408. padding-bottom: 0.1em;
  409. }
  410. #ipTable.disabled{
  411. opacity: 0.5;
  412. pointer-events: none;
  413. user-select: none;
  414. }
  415. /*
  416. TCP Proxy
  417. */
  418. .tcproxConfig td:first-child{
  419. position: relative;
  420. }
  421. .tcproxConfig.running td:first-child{
  422. border-left: 0.6em solid #02cb59 !important;
  423. }
  424. .tcproxConfig.stopped td:first-child{
  425. border-left: 0.6em solid #02032a !important;
  426. }
  427. .tcproxConfig td:first-child .statusText{
  428. position: absolute;
  429. bottom: 0.3em;
  430. left: 0.2em;
  431. font-size: 2em;
  432. color:rgb(224, 224, 224);
  433. opacity: 0.7;
  434. pointer-events: none;
  435. user-select: none;
  436. }
  437. /*
  438. Uptime Monitor
  439. */
  440. #utm{
  441. background-color: white;
  442. border-radius: 1em;
  443. }
  444. .domain{
  445. margin-bottom: 1em;
  446. position: relative;
  447. }
  448. .statusDot{
  449. height: 1.8em;
  450. border-radius: 0.4em;
  451. width: 0.4em;
  452. background-color: #e8e8e8;
  453. display:inline-block;
  454. cursor: pointer;
  455. margin-left: 0.1em;
  456. }
  457. .online.statusDot{
  458. background-color: #3bd671;
  459. }
  460. .error.statusDot{
  461. background-color: #f29030;
  462. }
  463. .offline.statusDot{
  464. background-color: #df484a;
  465. }
  466. .padding.statusDot{
  467. cursor: auto;
  468. }
  469. /*
  470. Global Area Network
  471. gan.html
  472. */
  473. .clickable{
  474. cursor: pointer;
  475. }
  476. .clickable:hover{
  477. opacity: 0.6;
  478. }
  479. #ganetRangeTable td{
  480. text-align: center;
  481. }
  482. .gansnetworks.disabled{
  483. opacity: 0.5;
  484. pointer-events: none;
  485. user-select: none;
  486. }
  487. .GANetMember.authorized{
  488. border-left: 6px solid #3c9c63 !important;
  489. }
  490. .GANetMember.unauthorized{
  491. border-left: 6px solid #9c3c3c !important;
  492. }
  493. /*
  494. Network Utilities
  495. */
  496. #traceroute_results{
  497. resize: none;
  498. background-color: #202020;
  499. color: white;
  500. }
  501. #traceroute_results::selection {
  502. background: #a9d1f3;
  503. }