dark.css 26 KB

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