main.css 11 KB

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