dark.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251
  1. /*
  2. Theme Name: Dark
  3. Author: Kristan Kenney (@kristankenney)
  4. Website: www.hestiacp.com
  5. */
  6. body {
  7. color: #cdcdcd;
  8. background-color: #282828;
  9. }
  10. a {
  11. color: #cdcdcd;
  12. }
  13. b,
  14. strong {
  15. color: #cacaca;
  16. }
  17. .l-header {
  18. background: #454545;
  19. border-bottom: 1px solid #505050;
  20. text-shadow: 1px 1px rgb(0 0 0 / 50%);
  21. box-shadow: 0 8px 15px rgb(0 0 0 / 25%);
  22. }
  23. .l-menu__item.l-menu__item--active a {
  24. color: #dadada;
  25. background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%);
  26. text-shadow: 0 1px rgb(0 0 0 / 50%);
  27. border-left-color: #353535;
  28. border-right-color: #353535;
  29. }
  30. .l-menu__item a {
  31. color: #e7e7e7;
  32. }
  33. .l-menu__item a:hover {
  34. color: #dadada !important;
  35. text-shadow: 1px 1px rgb(0 0 0 / 50%) !important;
  36. background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%) !important;
  37. box-shadow: none !important;
  38. }
  39. .l-menu__item a:active {
  40. background: linear-gradient(to bottom, rgb(15 15 15 / 70%) 0%, rgb(45 45 45 / 85%) 30%, rgb(50 50 50 / 100%) 95%) !important;
  41. color: #fff !important;
  42. text-shadow: 0 -1px 1px rgb(0 0 0 / 50%) !important;
  43. }
  44. .l-menu__item.l-menu__item--active:hover {
  45. background: linear-gradient(to bottom, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 15%) 30%, rgb(255 255 255 / 15%) 95%) !important;
  46. }
  47. .lang-ar .l-menu__item a {
  48. padding: 11px;
  49. }
  50. .lang-de .l-menu__item a {
  51. padding: 11px 12px;
  52. }
  53. .lang-tw .l-menu__item a {
  54. padding: 13px 18px;
  55. }
  56. .l-profile {
  57. overflow: hidden;
  58. float: right;
  59. }
  60. .l-profile__logout {
  61. color: #e7e7e7 !important;
  62. }
  63. .l-profile__server {
  64. color: #ceefff;
  65. margin-top: 10px;
  66. float: left;
  67. }
  68. .l-profile__notifications {
  69. color: #fff;
  70. font-weight: 600;
  71. padding: 10px 5px 0;
  72. font-size: 1.2rem !important;
  73. line-height: 0.95rem;
  74. border-left: 1px solid transparent !important;
  75. border-right: 1px solid transparent !important;
  76. }
  77. .l-profile__notifications.active.l-profile__notifications.updates:active {
  78. background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%) !important;
  79. color: #046c98 !important;
  80. text-shadow: 0 -1px 1px rgb(0 0 0 / 50%) !important;
  81. box-shadow: none !important;
  82. transition: 0.2s;
  83. border-left: 1px solid transparent !important;
  84. border-right: 1px solid transparent !important;
  85. }
  86. .l-profile__notifications:hover,
  87. .l-profile__notifications.updates:hover {
  88. text-shadow: 1px 1px rgb(0 0 0 / 50%) !important;
  89. background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%) !important;
  90. border: none !important;
  91. border-left: 1px solid transparent !important;
  92. border-right: 1px solid transparent !important;
  93. box-shadow: none !important;
  94. }
  95. .notification-container {
  96. background-color: rgb(50 50 50 / 99%);
  97. text-shadow: 0 1px rgb(0 0 0 / 50%);
  98. color: #dadada;
  99. border: 1px solid #404040;
  100. }
  101. .notification-container .empty {
  102. color: #dadada;
  103. }
  104. .notification-container .empty .status-icon {
  105. color: #dadada;
  106. }
  107. .notification-container .unseen {
  108. color: #dadada;
  109. }
  110. .notification-container li {
  111. border-bottom: 1px solid #282828;
  112. }
  113. .notification-container .mark-seen {
  114. background-color: #ff3478;
  115. }
  116. .notification-container .unseen .notification-title a,
  117. .notification-container .unseen .notification-title {
  118. color: #fff !important;
  119. }
  120. .notification-container a {
  121. color: #4fabe9;
  122. }
  123. .notification-container a:hover {
  124. color: #09f;
  125. }
  126. .notification-container a:active {
  127. color: #0079cb;
  128. }
  129. .alert {
  130. border: 1px solid #212121;
  131. }
  132. .alert.alert-danger {
  133. background-color: #d13535;
  134. }
  135. .alert.alert-danger i.fas {
  136. color: #d13535;
  137. }
  138. .alert.alert-success {
  139. }
  140. .alert.alert-success i.fas {
  141. }
  142. .card {
  143. float: left;
  144. background: #454545;
  145. color: #fafafa;
  146. text-shadow: 0 1px rgb(0 0 0 / 95%) !important;
  147. border: 1px solid #606060;
  148. box-shadow:
  149. 0 1px 4px rgb(0 0 0 / 20%),
  150. inset 0 0 60px rgb(0 0 0 / 25%);
  151. }
  152. .card.disable {
  153. }
  154. .card.disable .card-thumb {
  155. }
  156. .card .card-details {
  157. }
  158. .card .card-details p {
  159. color: #bdbdbd;
  160. }
  161. .card p.card-title {
  162. color: #fafafa;
  163. }
  164. .card .card-thumb {
  165. }
  166. .card .card-thumb img {
  167. }
  168. .l-stat {
  169. background-color: #282828;
  170. }
  171. .l-stat__col {
  172. }
  173. .l-stat__col li {
  174. color: #b7b7b7 !important;
  175. }
  176. .l-stat__col a {
  177. border-bottom: 4px solid #282828;
  178. background-color: #282828;
  179. }
  180. .l-stat__col a:hover {
  181. border-bottom: 4px solid #d7d7d7;
  182. }
  183. .l-stat__col a:active,
  184. .l-stat__col a:focus {
  185. border-bottom: 4px solid #d11755;
  186. }
  187. .l-stat__col--active a {
  188. border-bottom: 4px solid #e93b76;
  189. }
  190. .l-stat.active .l-stat__col.focus a {
  191. border-bottom: 4px solid #e93b76;
  192. }
  193. .l-stat.active .l-stat__col.focus a .l-stat__col-title {
  194. }
  195. .l-stat__col a:hover .l-stat__col-title {
  196. color: #d7d7d7;
  197. }
  198. .l-stat__col a:active .l-stat__col-title {
  199. }
  200. .l-stat__col-title {
  201. font-weight: 500;
  202. color: #bcbcbc;
  203. text-shadow: 0 1px rgb(0 0 0 / 40%);
  204. }
  205. .l-stat__col--active .l-stat__col-title {
  206. color: #ff558f;
  207. }
  208. .l-stat__col .fas {
  209. color: #707070;
  210. padding: 4px;
  211. }
  212. .l-stat__col--active .fas {
  213. color: #aaa;
  214. }
  215. .l-separator.selected,
  216. .l-separator {
  217. border-top: 1px solid #454545;
  218. }
  219. div.l-content > div.l-separator:nth-of-type(2) {
  220. }
  221. div.l-content > div.l-separator:nth-of-type(4) {
  222. border-bottom: 1px solid #454545;
  223. background-color: #282828;
  224. box-shadow: 0 4px 6px rgb(0 0 0 / 25%) !important;
  225. }
  226. .l-sort {
  227. background-color: #282828;
  228. }
  229. .context-menu.sort-order {
  230. background-color: rgb(40 40 40 / 95%);
  231. box-shadow: 0 2px 16px 0 rgb(20 20 20 / 65%);
  232. border-radius: 4px;
  233. border: 1px solid rgb(90 90 90 / 100%);
  234. }
  235. .context-menu li {
  236. border-bottom: 1px solid #454545;
  237. color: #dadada;
  238. }
  239. .context-menu.sort-order span.active {
  240. background-color: #454545 !important;
  241. color: #fff;
  242. background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%);
  243. text-shadow: 0 1px rgb(0 0 0 / 80%);
  244. }
  245. .context-menu.sort-order span:hover {
  246. color: #fff;
  247. background: linear-gradient(to bottom, rgb(25 25 25 / 60%) 0%, rgb(55 55 55 / 75%) 30%, rgb(70 70 70 / 100%) 95%);
  248. text-shadow: 0 -1px 1px rgb(0 0 0 / 50%);
  249. box-shadow:
  250. inset 0 0 1px rgb(0 0 0 / 40%),
  251. inset -1px -1px 4px rgb(40 40 40 / 40%);
  252. }
  253. .context-menu.sort-order span:active,
  254. .context-menu.sort-order span:focus {
  255. background: linear-gradient(to bottom, rgb(35 35 35 / 60%) 0%, rgb(65 65 65 / 75%) 30%, rgb(80 80 80 / 100%) 95%);
  256. color: #fff;
  257. text-shadow: 0 -1px 1px rgb(0 0 0 / 50%);
  258. box-shadow:
  259. inset 0 0 1px rgb(0 0 0 / 40%),
  260. inset -1px -1px 4px rgb(40 40 40 / 40%);
  261. }
  262. .l-sort-toolbar .sort-by:hover {
  263. color: #d4d4d4;
  264. }
  265. .l-sort-toolbar .sort-by:hover b {
  266. color: #d4d4d4;
  267. }
  268. .l-sort-toolbar .toggle-all:hover {
  269. color: #d4d4d4;
  270. }
  271. .l-sort-toolbar__filter-apply {
  272. border: 1px solid #454545;
  273. background-color: #424242;
  274. text-shadow: 1px 1px rgb(0 0 0 / 90%) !important;
  275. box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
  276. color: #cacaca;
  277. font-size: 1em;
  278. }
  279. .l-sort-toolbar__filter-apply:hover {
  280. color: #09f;
  281. background-color: #454545;
  282. }
  283. .l-sort-toolbar__filter-apply:active {
  284. color: #0074c2;
  285. text-shadow: 0 -1px rgb(255 255 255 / 20%);
  286. box-shadow: inset 1px 1px 0 rgb(0 0 0 / 20%);
  287. }
  288. .l-sort-toolbar .vst {
  289. color: #dadada;
  290. }
  291. .l-sort-toolbar .vst:hover {
  292. color: #ff3478;
  293. }
  294. .l-sort-toolbar .vst:active {
  295. }
  296. .l-sort-toolbar .vst.selected {
  297. color: #ff3478;
  298. }
  299. .l-select {
  300. border: 1px solid #454545;
  301. box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
  302. }
  303. .l-select::after {
  304. }
  305. .l-select select {
  306. background-color: #212121;
  307. box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
  308. }
  309. .l-select select:focus {
  310. }
  311. .lang-ru .l-select select {
  312. }
  313. .l-select select option {
  314. }
  315. .l-sort-toolbar .l-select {
  316. border: 1px solid #454545;
  317. background-color: #454545;
  318. text-shadow: 1px 1px rgb(0 0 0 / 90%);
  319. }
  320. .l-unit {
  321. color: #dadada;
  322. }
  323. .table-header {
  324. background: #404040 !important;
  325. border-left: 1px solid #212121 !important;
  326. border-right: 1px solid #212121 !important;
  327. border-bottom: 1px solid #212121 !important;
  328. border-top: 1px solid #454545 !important;
  329. text-shadow: 0 1px rgb(0 0 0 / 95%);
  330. border-bottom-left-radius: 0 !important;
  331. border-bottom-right-radius: 0 !important;
  332. color: #dadada;
  333. box-shadow: inset 0 1px 1px rgb(0 0 0 / 30%) !important;
  334. }
  335. .table-header:hover {
  336. background-color: #404040 !important;
  337. border-left: 1px solid #212121 !important;
  338. border-right: 1px solid #212121 !important;
  339. box-shadow: inset 0 1px 1px rgb(0 0 0 / 30%) !important;
  340. }
  341. .table-header .fas {
  342. }
  343. .units .l-unit {
  344. background-color: #303030;
  345. border-bottom: 1px solid #282828;
  346. border-left: 1px solid #212121;
  347. border-right: 1px solid #212121;
  348. }
  349. .l-unit:hover,
  350. .units .l-unit:hover {
  351. box-shadow: 0 2px 10px rgb(20 20 20 / 20%);
  352. background-color: #353535;
  353. text-shadow: 0 1px rgb(0 0 0 / 50%);
  354. border-left: 1px solid #212121;
  355. border-right: 1px solid #212121;
  356. }
  357. .units .l-unit.l-unit--starred {
  358. border-left: 2px solid #ff3478;
  359. }
  360. .units.active .l-unit.focus {
  361. background-color: #353535;
  362. }
  363. .units.active .l-unit.focus .l-unit__name {
  364. }
  365. .units.active .l-unit.focus .l-unit-toolbar__col--right {
  366. }
  367. .units > div:last-child {
  368. }
  369. .l-unit-ft {
  370. color: #cdcdcd;
  371. }
  372. .l-unit:hover .l-unit-toolbar__col--right {
  373. }
  374. .l-unit--blue {
  375. }
  376. .l-unit--suspended {
  377. background: #252525 !important;
  378. color: #606060 !important;
  379. text-shadow: 0 -1px rgb(0 0 0 / 40%) !important;
  380. box-shadow: inset 0 0 2px rgb(0 0 0 / 20%);
  381. }
  382. .l-unit--suspended a {
  383. color: #606060 !important;
  384. text-shadow: 0 -1px rgb(0 0 0 / 40%) !important;
  385. }
  386. .units .l-unit.l-unit--outdated {
  387. color: #d4d4d4;
  388. background-color: #981111;
  389. }
  390. .l-unit--outdated.selected {
  391. background: #b70000 !important;
  392. color: #fff !important;
  393. text-shadow: none !important;
  394. }
  395. .l-unit--outdated.selected b {
  396. color: #fff !important;
  397. }
  398. .l-unit--suspended .l-unit__name,
  399. .l-unit--suspended b,
  400. .l-unit--outdated .l-unit__name,
  401. .l-unit--outdated b {
  402. color: #606060;
  403. }
  404. .l-unit--outdated .l-unit__name {
  405. }
  406. .l-unit--outdated b {
  407. color: #d4d4d4;
  408. }
  409. .l-unit--suspended .l-percent {
  410. }
  411. .l-unit--suspended .l-percent__fill {
  412. }
  413. .l-unit--suspended .l-unit__name,
  414. .l-unit--suspended .l-unit__name span {
  415. }
  416. .l-unit--suspended.selected .l-unit__name,
  417. .l-unit--suspended.selected .l-unit__name span {
  418. color: #707070;
  419. }
  420. .l-unit--suspended.selected {
  421. background-color: #454545 !important;
  422. color: #707070 !important;
  423. }
  424. .l-unit__name {
  425. color: #dadada;
  426. }
  427. .l-unit__stats:hover {
  428. background: transparent !important;
  429. }
  430. .l-unit__stat-col--left a,
  431. .l-unit__stat-col--left a:visited {
  432. color: #fafafa;
  433. }
  434. .l-unit__stat-col--left a:hover {
  435. color: #fff;
  436. }
  437. /* form styles */
  438. .vst-error {
  439. color: #f33;
  440. }
  441. .vst-ok {
  442. color: #53ba55;
  443. }
  444. .vst-ok a {
  445. color: #fff;
  446. }
  447. .vst-ok a:hover {
  448. color: #ff3478;
  449. }
  450. .vst-ok a:active {
  451. }
  452. .form-label,
  453. .form-check label {
  454. color: #d4d4d4;
  455. }
  456. .form-control {
  457. background-color: #454545;
  458. border: 1px solid #606060;
  459. color: #d4d4d4;
  460. box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
  461. }
  462. .form-control:hover {
  463. border-color: #0090ff;
  464. background-color: #494949;
  465. }
  466. .form-control:focus {
  467. background-color: #222;
  468. border-color: #0080df;
  469. color: #fff;
  470. box-shadow: 0 1px 6px rgb(0 52 91 / 75%);
  471. }
  472. .form-control:disabled,
  473. .form-select:disabled {
  474. background-color: #303030;
  475. text-shadow: 1px 1px rgb(0 0 0 / 30%);
  476. color: #acacac;
  477. border-color: #606060;
  478. }
  479. .form-control:disabled:hover,
  480. .form-select:disabled:hover {
  481. border-color: #606060 !important;
  482. }
  483. .form-control.list-editor:focus {
  484. background-color: #222;
  485. box-shadow: none !important;
  486. }
  487. .form-select {
  488. background-color: #454545;
  489. border: 1px solid #606060;
  490. color: #d4d4d4;
  491. text-shadow: 0 0 0 #d4d4d4;
  492. box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
  493. }
  494. textarea::input-placeholder {
  495. color: #bbb !important;
  496. }
  497. textarea:focus::input-placeholder {
  498. color: #909090 !important;
  499. }
  500. textarea::placeholder {
  501. color: #bbb !important;
  502. }
  503. textarea:focus::placeholder {
  504. color: #909090 !important;
  505. }
  506. .form-select:hover {
  507. border-color: #0090ff;
  508. background-color: #494949;
  509. }
  510. .form-select:focus {
  511. background-color: #222;
  512. border-color: #0080df;
  513. color: #fff;
  514. box-shadow: 0 1px 6px rgb(0 52 91 / 75%);
  515. }
  516. .generate {
  517. color: #29a9ff;
  518. border-radius: 4px;
  519. }
  520. .generate:hover {
  521. background-color: #ff3478;
  522. border-color: #ff3478;
  523. }
  524. .generate:active {
  525. background-color: #be1f54;
  526. border-color: #be1f54;
  527. }
  528. .lets-encrypt-note {}
  529. .toggle-psw-visibility-icon {}
  530. .show-passwords-enabled-action {}
  531. .ftp-path-value,
  532. .hint,
  533. td.hint {
  534. color: #a2a2a2;
  535. font-size: 0.8rem;
  536. }
  537. .ftp-path-prefix {
  538. padding-top: 12px;
  539. font-size: 0.8rem;
  540. color: #555;
  541. }
  542. /* Buttons
  543. ========================================================================== */
  544. .button {
  545. color: #eee;
  546. text-shadow: 0 1px 1px rgb(0 0 0 / 35%);
  547. font-weight: 400;
  548. border-color: #707070;
  549. background: rgb(48 48 48);
  550. background: linear-gradient(0deg, rgb(48 48 48 / 100%) 0%, rgb(53 53 53 / 100%) 35%, rgb(69 69 69 / 100%) 100%);
  551. box-shadow:
  552. 0 1px 4px rgb(0 0 0 / 20%),
  553. inset 0 0 1px rgb(20 20 20 / 100%),
  554. inset 0 0 3px rgb(0 0 0 / 50%);
  555. }
  556. .button:hover {
  557. color: #fff;
  558. text-shadow: 1px 1px rgb(0 0 0 / 25%);
  559. border-color: #0098ff;
  560. background: linear-gradient(0deg, rgb(58 58 58 / 100%) 0%, rgb(68 68 68 / 100%) 35%, rgb(79 79 79 / 100%) 100%);
  561. background-color: #454545;
  562. box-shadow:
  563. 0 1px 3px rgb(0 0 0 / 35%),
  564. inset 0 0 1px rgb(0 0 0 / 100%),
  565. inset 0 0 3px rgb(0 0 0 / 65%);
  566. transition: 0.2s;
  567. }
  568. .button:active,
  569. .button:focus {
  570. color: #d4d4d4;
  571. text-shadow: 0 -1px 1px rgb(0 0 0 / 55%);
  572. border-color: #0066b4;
  573. background: linear-gradient(0deg, rgb(69 69 69 / 100%) 0%, rgb(53 53 53 / 100%) 35%, rgb(48 48 48 / 100%) 100%);
  574. box-shadow:
  575. 0 1px 3px rgb(0 0 0 / 30%),
  576. inset 0 0 1px rgb(0 0 0 / 100%),
  577. inset -1px -1px 4px rgb(30 30 30 / 40%);
  578. }
  579. .button-secondary {
  580. border-color: #454545;
  581. background-color: #343434;
  582. background: linear-gradient(0deg, rgb(48 48 48 / 100%) 0%, rgb(53 53 53 / 100%) 100%, rgb(69 69 69 / 100%) 100%);
  583. }
  584. .button-secondary:hover {
  585. background-color: #343434;
  586. background: linear-gradient(0deg, rgb(48 48 48 / 100%) 0%, rgb(53 53 53 / 100%) 100%, rgb(69 69 69 / 100%) 100%);
  587. }
  588. .button-danger:hover {
  589. background: rgb(133 0 0);
  590. background: linear-gradient(0deg, rgb(133 0 0 / 100%) 0%, rgb(203 0 0 / 100%) 100%);
  591. color: #fff;
  592. text-shadow: 0 1px rgb(0 0 0 / 45%);
  593. border-color: rgb(170 0 0);
  594. }
  595. .button-danger:active,
  596. .button-danger:focus {
  597. background: rgb(133 0 0);
  598. background: linear-gradient(180deg, rgb(133 0 0 / 100%) 0%, rgb(203 0 0 / 100%) 100%);
  599. color: #4d0000;
  600. text-shadow: 0 -1px 1px rgb(255 255 255 / 30%);
  601. border-color: rgb(251 71 51);
  602. }
  603. .to-shortcuts,
  604. .to-top {
  605. font-size: 0.85rem !important;
  606. font-weight: 400 !important;
  607. color: #eee !important;
  608. border: 1px solid #707070 !important;
  609. background: rgb(48 48 48) !important;
  610. background: linear-gradient(0deg, rgb(48 48 48 / 100%) 0%, rgb(53 53 53 / 100%) 35%, rgb(69 69 69 / 100%) 100%) !important;
  611. box-shadow:
  612. 0 1px 4px rgb(0 0 0 / 20%),
  613. inset 0 0 1px rgb(20 20 20 / 100%),
  614. inset 0 0 3px rgb(0 0 0 / 50%) !important;
  615. text-shadow: 0 1px 1px rgb(0 0 0 / 35%) !important;
  616. }
  617. .to-shortcuts:hover,
  618. .to-top:hover {
  619. color: #fff !important;
  620. text-shadow: 1px 1px rgb(0 0 0 / 25%) !important;
  621. border: 1px solid #0098ff !important;
  622. background: linear-gradient(0deg, rgb(58 58 58 / 100%) 0%, rgb(68 68 68 / 100%) 35%, rgb(79 79 79 / 100%) 100%) !important;
  623. background-color: #454545;
  624. box-shadow:
  625. 0 1px 3px rgb(0 0 0 / 35%),
  626. inset 0 0 1px rgb(0 0 0 / 100%),
  627. inset 0 0 3px rgb(0 0 0 / 65%) !important;
  628. transition: 0.2s;
  629. }
  630. .to-shortcuts:active,
  631. .to-top:active,
  632. .to-shortcuts:focus,
  633. .to-top:focus {
  634. border: 1px solid #0066b4 !important;
  635. background: linear-gradient(0deg, rgb(69 69 69 / 100%) 0%, rgb(53 53 53 / 100%) 35%, rgb(48 48 48 / 100%) 100%) !important;
  636. color: #d4d4d4 !important;
  637. text-shadow: 0 -1px 1px rgb(0 0 0 / 55%) !important;
  638. box-shadow:
  639. 0 1px 3px rgb(0 0 0 / 30%),
  640. inset 0 0 1px rgb(0 0 0 / 100%),
  641. inset -1px -1px 4px rgb(30 30 30 / 40%) !important;
  642. }
  643. .ui-dialog button.cancel span {
  644. color: #fff !important;
  645. }
  646. .additional-control {
  647. color: #09f;
  648. }
  649. .additional-control:hover {
  650. background-color: #ff3478;
  651. border-color: #ff3478;
  652. }
  653. .additional-control:active {}
  654. .additional-control.delete:hover,
  655. .additional-control.delete:active,
  656. .additional-control.add:hover {}
  657. .additional-control.add:active {}
  658. .unlim-trigger {
  659. }
  660. .optional {
  661. }
  662. .mail-infoblock-td {
  663. }
  664. .mail-infoblock {
  665. color: #fff;
  666. border: 1px solid #606060;
  667. box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
  668. background-color: #454545;
  669. }
  670. .mail-infoblock:hover {
  671. }
  672. .mail-infoblock td {
  673. color: #dadada;
  674. }
  675. .mail-infoblock td:first-child{
  676. }
  677. .mail-infoblock div {
  678. }
  679. .mail-infoblock a {
  680. color: #52b9ff;
  681. }
  682. .mail-infoblock a:hover {
  683. color: #ff3478;
  684. }
  685. .additional-info {
  686. }
  687. .additional-info td {
  688. }
  689. .additional-info td.details {
  690. }
  691. .body-login,
  692. .body-reset {
  693. background: #303030;
  694. background: radial-gradient(circle, rgb(77 77 77 / 100%) 0%, rgb(31 31 31 / 100%) 100%);
  695. }
  696. .login {
  697. background-color: #282828;
  698. box-shadow: 0 8px 25px rgb(0 0 0 / 30%), inset 0 0 2px rgb(0 0 0 / 25%);
  699. }
  700. .login-title {
  701. color: #fff;
  702. }
  703. .login .error {
  704. color: #f864fa;
  705. }
  706. .login .label-link {
  707. color: #eee;
  708. text-transform: initial;
  709. font-weight: 400;
  710. }
  711. .login .label-link:hover {
  712. color: #ff3478;
  713. }
  714. .form-title {
  715. color: #e8e8e8;
  716. }
  717. .section-title {
  718. color: #d4d4d4;
  719. border-bottom-color: #484848;
  720. }
  721. .qr-code {
  722. border: 1px solid #3b3b3b;
  723. box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
  724. }
  725. .l-unit.selected {
  726. background-color: #454545;
  727. color: #d4d4d4;
  728. box-shadow: 0 2px 10px rgb(30 30 30 / 35%);
  729. text-shadow: 0 1px rgb(0 0 0 / 50%);
  730. border-left: 1px solid #212121;
  731. border-right: 1px solid #212121;
  732. }
  733. .l-unit.selected:hover {
  734. background-color: #555;
  735. color: #d4d4d4;
  736. box-shadow: none !important;
  737. text-shadow: 0 1px rgb(0 0 0 / 40%);
  738. }
  739. .l-unit.selected b,
  740. .l-unit.selected strong {
  741. color: #d4d4d4;
  742. }
  743. /* MAIN MENU COLLAPSED */
  744. .console-output {
  745. color: #dadada !important;
  746. }
  747. form#vstobjects {
  748. }
  749. form#vstobjects.suspended {
  750. background-color: #282828;
  751. }
  752. .pill {
  753. }
  754. .pill.usage {
  755. box-shadow: inset 0 1px 1px rgb(0 0 0 / 85%), 0 1px 1px rgb(0 0 0 / 20%);
  756. background-color: rgb(15 15 15 / 50%);
  757. border: 1px solid rgb(120 120 120 / 95%);
  758. text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
  759. color: #909090;
  760. }
  761. .pill.usage b { color: #d8d8d8; }
  762. .badge {
  763. box-shadow:
  764. 0 1px 2px rgb(70 70 70 / 50%),
  765. inset 0 2px 2px rgb(0 0 0 / 65%);
  766. text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
  767. border: 1px solid #212121 !important;
  768. }
  769. .badge.large {
  770. }
  771. .badge.raised {
  772. background: radial-gradient(ellipse at center, rgb(40 40 40 / 20%) 0%, rgb(80 80 80 / 5%) 100%);
  773. }
  774. .l-unit--suspended .badge {
  775. background: #303030 !important;
  776. color: #808080 !important;
  777. text-shadow: 0 -1px rgb(0 0 0 / 40%) !important;
  778. box-shadow: 0 1px 2px rgb(25 25 25 / 30%) !important;
  779. }
  780. .pill.gray,
  781. .badge.gray {
  782. border: 1px solid #181818;
  783. background-color: #252525;
  784. color: #dadada;
  785. text-shadow: 0 1px rgb(0 0 0 / 70%) !important;
  786. }
  787. .pill.blue,
  788. .badge.blue {
  789. }
  790. .pill.purple,
  791. .badge.purple {
  792. }
  793. .pill.teal,
  794. .badge.teal {
  795. }
  796. .pill.maroon,
  797. .badge.maroon {
  798. background-color: #ff3478;
  799. }
  800. .pill.red,
  801. .badge.red {
  802. }
  803. .pill.orange,
  804. .badge.orange {
  805. }
  806. .pill.green,
  807. .badge.green {
  808. }
  809. .pill.lightblue,
  810. .badge.lightblue {
  811. }
  812. .status-icon.large {
  813. }
  814. .status-icon.yellow,
  815. .status-icon.yellow:hover {
  816. color: #f3e72c;
  817. }
  818. .status-icon.teal,
  819. .status-icon.teal:hover {
  820. color: #3cc;
  821. }
  822. .status-icon.purple,
  823. .status-icon.purple:hover {
  824. color: #c364ff;
  825. }
  826. .status-icon.maroon,
  827. .status-icon.maroon:hover {
  828. color: #ff3478;
  829. }
  830. .status-icon.red,
  831. .status-icon.red:hover {
  832. }
  833. .status-icon.green,
  834. .status-icon.green:hover {
  835. color: #37cf39;
  836. }
  837. .status-icon.orange,
  838. .status-icon.orange:hover {
  839. }
  840. .status-icon.lightblue,
  841. .status-icon.lightblue:hover {
  842. }
  843. .status-icon.highlight,
  844. .status-icon.highlight:hover {
  845. color: #dadada;
  846. }
  847. .status-icon.blue,
  848. .status-icon.blue:hover {
  849. color: #0092f4;
  850. }
  851. .status-icon.dim {
  852. color: #808080;
  853. text-shadow: 1px 1px rgb(0 0 0 / 30%);
  854. }
  855. .l-unit--suspended .status-icon.dim {
  856. color: #808080 !important;
  857. text-shadow: 0 !important;
  858. }
  859. .search-input {
  860. background-color: #212121;
  861. border: 1px solid #454545;
  862. box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
  863. }
  864. .ui-dialog .ui-dialog-buttonpane {
  865. border-top: 1px solid #404040;
  866. }
  867. .ui-dialog .ui-dialog-buttonpane button {
  868. box-shadow:
  869. 0 1px 4px rgb(0 0 0 / 10%),
  870. inset 0 0 1px #000,
  871. inset 0 0 3px rgb(0 0 0 / 50%);
  872. }
  873. .shortcuts {
  874. background: rgb(30 30 30 / 95%);
  875. border: 1px solid rgb(255 255 255 / 25%);
  876. box-shadow: 0 0 20px rgb(0 0 0 / 50%);
  877. }
  878. .shortcuts-header {
  879. border-bottom: 1px solid #353535;
  880. }
  881. .ui-dialog {
  882. background-color: rgb(45 45 45 / 95%);
  883. border: 1px solid rgb(80 80 80 / 97%);
  884. box-shadow:
  885. inset 0 1px 3px rgb(0 0 0 / 25%),
  886. 0 8px 25px rgb(0 0 0 / 90%);
  887. }
  888. .ui-dialog .ui-dialog-content {
  889. color: #dadada;
  890. }
  891. .ui-dialog .ui-dialog-title {
  892. color: #f12569;
  893. font-weight: 600;
  894. }
  895. .helper-container {
  896. box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
  897. border: 1px solid #606060;
  898. background-color: #454545;
  899. }
  900. .context-helper:active {
  901. color: #ff3478;
  902. }
  903. .cron-helper-tabs a {
  904. color: #cacaca;
  905. }
  906. .cron-helper-tabs a:hover {
  907. color: #ff3478 !important;
  908. }
  909. .cron-helper-tabs a:active {
  910. color: #3b9de8 !important;
  911. }
  912. .cron-helper-tabs .ui-tabs-selected a,
  913. li[aria-expanded="true"] a {
  914. color: #ff3478 !important;
  915. }
  916. .cron-helper-tabs p {
  917. color: #dadada;
  918. }
  919. .server-info-name {
  920. color: #fafafa !important;
  921. }
  922. .server-info-output {
  923. background: #282828;
  924. }
  925. .icon-server-info {
  926. color: #707070;
  927. }
  928. .ui-widget-header a {
  929. color: #cacaca !important;
  930. }
  931. .graph-rounded {
  932. border-radius: 8px;
  933. }
  934. .debug-panel-contents {
  935. background-color: #282828;
  936. }
  937. .body-rrd .units .l-unit {
  938. background-color: #282828 !important;
  939. border-left: 1px solid transparent !important;
  940. border-right: 1px solid transparent !important;
  941. }
  942. .l-percent {
  943. border-bottom: 2px solid #585858 !important;
  944. }
  945. .body-stats .l-unit__name {
  946. color: #eee !important;
  947. }
  948. .statistics-count {
  949. border-bottom: 1px dotted #707070;
  950. border-right: 1px dotted #707070;
  951. }
  952. .body-stats .units .l-unit {
  953. background-color: #282828 !important;
  954. border-bottom: 1px solid #404040 !important;
  955. border-left: 1px solid #282828 !important;
  956. border-right: 1px solid #282828 !important;
  957. }
  958. .body-stats .units:hover .l-unit:hover {
  959. background-color: #303030 !important;
  960. color: #fff !important;
  961. }
  962. .body-stats .units:hover .l-unit:hover b,
  963. .body-stats .units:hover .l-unit:hover strong {
  964. color: #fff !important;
  965. }
  966. @media screen and (max-width: 950px) {
  967. .helper-container {
  968. display: none;
  969. }
  970. }
  971. /* Collapse component
  972. ========================================================================== */
  973. .collapse-header {
  974. background: #454545;
  975. border: 1px solid #505050;
  976. text-shadow: 0 1px rgb(0 0 0 / 40%);
  977. box-shadow:
  978. inset 0 0 2px rgb(0 0 0 / 50%),
  979. 0 2px 6px rgb(0 0 0 / 40%);
  980. color: #fff;
  981. }