dark.css 26 KB

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