vestia.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. /*
  2. Theme Name: Vestia
  3. Author: Kristan Kenney (@kristankenney)
  4. Website: www.hestiacp.com
  5. */
  6. /* Base
  7. ========================================================================== */
  8. body {
  9. font-family: Arial, Helvetica, sans-serif !important;
  10. letter-spacing: 0;
  11. }
  12. b,
  13. strong {
  14. font-weight: 600;
  15. }
  16. .table-header {
  17. box-shadow: none !important;
  18. background: #fafafa !important;
  19. line-height: 1.2rem !important;
  20. }
  21. .l-header {
  22. box-shadow: none;
  23. background: #5d5d5d;
  24. text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
  25. }
  26. .l-menu__item--active {
  27. background-color: #fff;
  28. }
  29. .l-menu__item.l-menu__item--active a {
  30. background: none;
  31. box-shadow: none !important;
  32. }
  33. .l-menu__item a {
  34. line-height: 38px !important;
  35. }
  36. .l-menu__item a:hover {
  37. background: #f79b44 !important;
  38. box-shadow: none !important;
  39. padding: 12px 10px !important;
  40. border-left: 1px solid #f79b44;
  41. border-right: 1px solid #f79b44;
  42. color: #fff !important;
  43. transition: none !important;
  44. text-shadow: none !important;
  45. }
  46. .l-menu__item a:active {
  47. background: none;
  48. box-shadow: none !important;
  49. text-shadow: none !important;
  50. }
  51. .l-profile__notifications:hover,
  52. .l-profile__notifications.updates:hover,
  53. .l-profile__notifications.active.l-profile__notifications.updates:active {
  54. background: #f79b44 !important;
  55. border: 1px solid transparent !important;
  56. box-shadow: none !important;
  57. }
  58. .l-unit:hover {
  59. box-shadow: none;
  60. }
  61. .l-unit__stat-col--left a,
  62. .l-unit__stat-col--left a:visited {
  63. color: #111;
  64. }
  65. .l-unit__stat-col--left a:hover {
  66. color: #ff6701;
  67. }
  68. .l-unit:hover,
  69. .units .l-unit:hover {
  70. box-shadow: none;
  71. }
  72. .l-stat__col--active .fas,
  73. .l-stat__col--active .l-stat__col-title {
  74. color: #ff6701;
  75. }
  76. .l-stat__col--active .l-stat__col-title {
  77. font-size: 20px !important;
  78. }
  79. .l-stat__col-title {
  80. font-size: 14px !important;
  81. }
  82. .l-stat__col--active a {
  83. border-bottom: 4px solid #ff6701;
  84. }
  85. .card a.ui-button {
  86. line-height: 2rem !important;
  87. }
  88. .l-menu .fas {
  89. display: none !important;
  90. }
  91. .ui-dialog .ui-dialog-buttonpane button span.ui-button-text {
  92. padding: 0 !important;
  93. color: #fff !important;
  94. }
  95. .ui-button-text,
  96. .ui-dialog button.cancel span {
  97. color: #fff !important;
  98. text-shadow: 0 1px 2px rgb(0 0 0 / 40%) !important;
  99. }
  100. .ui-button-text:hover,
  101. .ui-dialog button.cancel span:hover {
  102. color: #fff !important;
  103. text-shadow: 0 1px 2px rgb(0 0 0 / 30%) !important;
  104. }
  105. .ui-button-text:focus,
  106. .ui-dialog button.cancel span:focus,
  107. .ui-button-text:actove,
  108. .ui-dialog button.cancel span:active {
  109. color: #fff !important;
  110. text-shadow: 0 1px 2px rgb(0 0 0 / 20%) !important;
  111. }
  112. .ui-button,
  113. .button,
  114. .ui-button.cancel,
  115. .button.cancel,
  116. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
  117. .vst-advanced,
  118. .ui-dialog button.cancel,
  119. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:focus {
  120. border: none !important;
  121. color: #fff !important;
  122. background: #a0c105 !important;
  123. background-color: #a0c105 !important;
  124. text-shadow: none !important;
  125. padding: 6px 10px !important;
  126. border-radius: 2px !important;
  127. box-shadow: none !important;
  128. font-size: 1em !important;
  129. }
  130. .ui-button:hover,
  131. .button:hover,
  132. .ui-button.cancel:hover,
  133. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:hover,
  134. .vst-advanced:hover,
  135. .ui-dialog button.cancel:hover {
  136. box-shadow: none !important;
  137. border: none !important;
  138. background: #a9cc06 !important;
  139. background-color: #a9cc06 !important;
  140. color: #fff !important;
  141. text-shadow: 0 1px 2px rgb(0 0 0 / 30%) !important;
  142. transition: none !important;
  143. }
  144. .ui-button:active,
  145. .button:active,
  146. .ui-button.cancel:active,
  147. .ui-button.cancel:focus,
  148. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active,
  149. .vst-advanced:active,
  150. .ui-dialog button.cancel:active,
  151. .ui-button:focus,
  152. .button:focus,
  153. .vst-advanced:focus,
  154. .ui-dialog button.cancel:focus {
  155. border: none !important;
  156. color: #fff !important;
  157. background: #809c00 !important;
  158. background-color: #809c00 !important;
  159. text-shadow: 0 0 2px rgb(0 0 0 / 20%) !important;
  160. box-shadow: none !important;
  161. transition: none !important;
  162. }
  163. .ui-button.danger:hover,
  164. .button.danger:hover {
  165. background: none !important;
  166. color: #f4301a !important;
  167. border: none !important;
  168. }
  169. .ui-button.danger:active,
  170. .button.danger:active,
  171. .ui-button.danger:focus,
  172. .button.danger:focus {
  173. background: none !important;
  174. color: #a91200 !important;
  175. border: none !important;
  176. }
  177. .ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
  178. box-shadow: none !important;
  179. }
  180. .ui-dialog {
  181. box-shadow: 0 2px 11px 0 rgb(0 0 0 / 50%);
  182. }
  183. .alert {
  184. text-shadow: none;
  185. box-shadow: none;
  186. }
  187. .pill.usage {
  188. box-shadow: none;
  189. }
  190. .badge {
  191. box-shadow: none;
  192. }
  193. .notification-container {
  194. border: 1px solid #ccc;
  195. background: #fff;
  196. border-bottom-left-radius: 2px !important;
  197. border-bottom-right-radius: 2px !important;
  198. box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%) !important;
  199. }
  200. .notification-container li {
  201. line-height: 1.1rem;
  202. }
  203. .context-menu.sort-order {
  204. box-shadow: none;
  205. border: 1px solid #ccc;
  206. background: #fff !important;
  207. }
  208. .form-container {
  209. }
  210. .form-control,
  211. .form-select {
  212. font-family: Arial, Helvetica, sans-serif;
  213. box-shadow: none;
  214. border-radius: 0;
  215. }
  216. .form-check-input {
  217. margin-top: 1px;
  218. }
  219. .pill {
  220. border-radius: 4px;
  221. }
  222. .pill.usage b {
  223. color: #fff;
  224. }
  225. .pill.usage {
  226. color: #fafafa;
  227. margin-top: 8px;
  228. line-height: 0.8em;
  229. text-shadow: none;
  230. padding: 5px !important;
  231. border: none !important;
  232. background: none !important;
  233. box-shadow: none !important;
  234. }
  235. .l-menu__item.l-menu__item--active a {
  236. color: #ff6701;
  237. }
  238. .l-stat__col a:hover {
  239. border-bottom: 4px solid #ff791f;
  240. }
  241. .l-stat__col a:hover,
  242. .l-stat__col a:hover .l-stat__col-title {
  243. color: #ff791f;
  244. }
  245. .l-stat__col a:active {
  246. border-bottom: 4px solid #f16100;
  247. }
  248. .l-stat__col a:active .l-stat__col a:active.l-stat__col-title {
  249. color: #ff791f;
  250. }
  251. .notification-container .unseen .notification-title a,
  252. .notification-container .unseen .notification-title {
  253. color: #111;
  254. }
  255. .notification-container .mark-seen {
  256. background-color: #ff6701;
  257. border: 1px solid #f16100;
  258. }
  259. .form-control:focus {
  260. border-color: #ff6701;
  261. background-color: #fff4ed;
  262. color: #333;
  263. }
  264. .form-select:focus {
  265. border: 1px solid #ff6701;
  266. color: #333;
  267. }
  268. .form-control:hover,
  269. .form-select:hover {
  270. border: 1px solid #e95e00;
  271. }
  272. .l-stat__col-title {
  273. font-weight: 700;
  274. }
  275. .l-stat {
  276. text-align: left;
  277. }
  278. .form-title {
  279. font-weight: 600;
  280. font-size: 1.2rem;
  281. }
  282. .l-sort-toolbar__filter-apply {
  283. background-color: #cacaca !important;
  284. color: #fff;
  285. text-shadow: 0 1px 2px rgb(0 0 0 / 35%) !important;
  286. }
  287. .l-sort-toolbar__filter-apply:hover {
  288. color: #777;
  289. text-shadow: 0 1px 2px rgb(255 255 255 / 45%) !important;
  290. }
  291. .l-sort-toolbar__filter-apply:active {
  292. text-shadow: none !important;
  293. color: #a9cc06;
  294. }
  295. .ui-button:hover,
  296. .button:hover,
  297. .ui-button.cancel:hover,
  298. .button.cancel:hover,
  299. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:hover,
  300. .vst-advanced:hover {
  301. border: none !important;
  302. background: none !important;
  303. background-color: #a9cc06 !important;
  304. color: #fff !important;
  305. box-shadow: none !important;
  306. }
  307. .ui-button,
  308. .button,
  309. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
  310. .vst-advanced {
  311. font-weight: 600 !important;
  312. font-size: 1.05em !important;
  313. }
  314. .l-unit-toolbar__buttonstrip {
  315. margin-top: 14px !important;
  316. }
  317. .ui-widget,
  318. .ui-dialog,
  319. .ui-dialog .ui-dialog-title {
  320. font-family: Arial, Helvetica, sans-serif;
  321. }
  322. .ui-dialog .ui-dialog-title {
  323. color: #111;
  324. }
  325. .ui-dialog .ui-dialog-content {
  326. color: #333;
  327. }
  328. .l-unit-toolbar__buttonstrip .ui-button {
  329. border: none !important;
  330. color: #fff !important;
  331. background: #a0c105 !important;
  332. padding: 6px 10px !important;
  333. border-radius: 2px !important;
  334. text-shadow: 0 1px 2px rgb(0 0 0 / 40%) !important;
  335. box-shadow: none;
  336. text-transform: uppercase;
  337. font-size: 1em !important;
  338. }
  339. .l-unit-toolbar__buttonstrip .ui-button:hover {
  340. background: #a9cc06 !important;
  341. color: #fff !important;
  342. text-shadow: 0 1px 2px rgb(0 0 0 / 30%) !important;
  343. transition: none !important;
  344. }
  345. .l-unit-toolbar__buttonstrip .ui-button:focus,
  346. .l-unit-toolbar__buttonstrip .ui-button:active {
  347. border: none !important;
  348. color: #fff !important;
  349. background: #809c00 !important;
  350. text-shadow: 0 0 2px rgb(0 0 0 / 20%) !important;
  351. box-shadow: none !important;
  352. }
  353. .l-sort-toolbar .sort-by {
  354. padding-top: 8px !important;
  355. font-size: 0.75rem !important;
  356. }
  357. .table-header {
  358. border-bottom-left-radius: 0 !important;
  359. border-bottom-right-radius: 0 !important;
  360. }
  361. .search-input {
  362. border-radius: 0 !important;
  363. }
  364. .l-sort-toolbar__filter-apply {
  365. border-radius: 0 !important;
  366. }
  367. .l-sort-toolbar .l-select {
  368. border-radius: 0 !important;
  369. }
  370. .l-unit__name {
  371. letter-spacing: 0 !important;
  372. }
  373. .badge {
  374. border: none !important;
  375. background-color: none !important;
  376. box-shadow: none !important;
  377. border-radius: 4px !important;
  378. }
  379. .password-meter {
  380. border-radius: 0;
  381. box-shadow: none;
  382. margin-left: 0;
  383. margin-right: 0;
  384. }
  385. .server-info-data {
  386. line-height: 1rem !important;
  387. }
  388. .form-control.list-editor:hover,
  389. .form-control.list-editor:focus {
  390. border: none !important;
  391. }
  392. .shortcuts {
  393. border: 1px solid #111 !important;
  394. border-top-left-radius: 2px !important;
  395. border-top-right-radius: 2px !important;
  396. box-shadow: 0 3px 12px rgb(0 0 0 / 80%) !important;
  397. }
  398. .shortcuts-title,
  399. .shortcuts ul li span {
  400. color: #b5da0b;
  401. }
  402. .l-sort-toolbar .sort-by b {
  403. font-size: 0.75rem;
  404. }
  405. .context-menu.sort-order span.active {
  406. background: none !important;
  407. font-weight: bold !important;
  408. color: #444 !important;
  409. }
  410. .context-menu.sort-order {
  411. font-size: 0.75rem !important;
  412. }
  413. .context-menu.sort-order span:hover {
  414. color: #ff6701 !important;
  415. background: none !important;
  416. }
  417. .pill.gray,
  418. .badge.gray {
  419. border: 1px solid rgb(255 255 255 / 40%) !important;
  420. }
  421. .lang-el .l-stat__col-title,
  422. .lang-fr .l-stat__col-title {
  423. font-size: 15px !important;
  424. }
  425. .body-firewall.lang-el .l-select {
  426. max-width: 60px !important;
  427. text-overflow: ellipsis;
  428. }
  429. .l-stat__col .fas {
  430. display: none !important;
  431. }
  432. .l-unit-toolbar__buttonstrip .fas {
  433. display: none;
  434. }
  435. .l-unit-toolbar__buttonstrip a {
  436. padding-left: 0 !important;
  437. padding-right: 0 !important;
  438. margin-right: 15px;
  439. }
  440. a#btn-back {
  441. color: #30659d !important;
  442. background: none !important;
  443. text-shadow: none !important;
  444. text-transform: none !important;
  445. font-size: 14px !important;
  446. border: none !important;
  447. }
  448. a#btn-back:hover {
  449. color: #367ac1 !important;
  450. background: none !important;
  451. text-shadow: none !important;
  452. text-transform: none !important;
  453. }
  454. a#btn-back:active,
  455. a#btn-back:focus {
  456. color: #ff6701 !important;
  457. background: none !important;
  458. text-shadow: none !important;
  459. text-transform: none !important;
  460. }
  461. a.ui-button:hover,
  462. a.ui-button:active,
  463. a.ui-button:focus {
  464. background: none !Important;
  465. }
  466. a.vst-advanced {
  467. text-transform: uppercase;
  468. font-size: 0.9em !important;
  469. letter-spacing: 0.08em;
  470. text-decoration: underline;
  471. background: none !important;
  472. text-shadow: none !important;
  473. color: #30659d !important;
  474. }
  475. a.vst-advanced:hover {
  476. text-transform: uppercase;
  477. font-size: 0.9em !important;
  478. letter-spacing: 0.08em;
  479. text-decoration: underline;
  480. background: none !important;
  481. text-shadow: none !important;
  482. color: #3888dd !important;
  483. }
  484. a.vst-advanced:active,
  485. a.vst-advanced:focus {
  486. text-transform: uppercase;
  487. font-size: 0.9em !important;
  488. letter-spacing: 0.08em;
  489. text-decoration: underline;
  490. background: none !important;
  491. text-shadow: none !important;
  492. color: #367ac1 !important;
  493. }
  494. .to-shortcuts,
  495. .to-top,
  496. .to-shortcuts:active,
  497. .to-top:active,
  498. .to-shortcuts:hover,
  499. .to-top:hover,
  500. .to-shortcuts:focus,
  501. .to-top:focus {
  502. background: none !important;
  503. background-color: none !important;
  504. border: none !important;
  505. text-shadow: none !important;
  506. box-shadow: none !important;
  507. }
  508. .to-shortcuts:hover,
  509. .to-top:hover {
  510. color: #94be00 !important;
  511. }
  512. .to-shortcuts:focus,
  513. .to-top:focus,
  514. .to-shortcuts:active,
  515. .to-top:active {
  516. color: #809c00 !important;
  517. }
  518. .body-login,
  519. .body-reset {
  520. background: #ededed;
  521. }
  522. .login {
  523. background-color: rgb(255 255 255 / 100%);
  524. box-shadow: 0 2px 5px rgb(0 0 0 / 30%), inset 0 0 2px rgb(255 255 255);
  525. font-family: Arial, Helvetica, sans-serif;
  526. border-radius: 0;
  527. }
  528. .login .button {
  529. background: #94be00 !important;
  530. text-shadow: none !important;
  531. color: #fff !important;
  532. border: none !important;
  533. border-radius: 0 !important;
  534. }
  535. .body-login input.button.cancel,
  536. .body-login input.button.cancel:hover,
  537. .body-login input.button.cancel:active,
  538. .body-login input.button.cancel:focus,
  539. .body-reset input.button.cancel,
  540. .body-reset input.button.cancel:hover,
  541. .body-reset input.button.cancel:active,
  542. .body-reset input.button.cancel:focus {
  543. background: none !important;
  544. text-transform: none !important;
  545. text-shadow: none !important;
  546. border: none !important;
  547. }
  548. .body-login input.button.cancel,
  549. .body-reset input.button.cancel {
  550. color: #414141 !important;
  551. box-shadow: none !important;
  552. }
  553. .body-login input.button.cancel:hover,
  554. .body-reset input.button.cancel:hover {
  555. color: #326b9b !important;
  556. }
  557. .l-logo {
  558. height: 24px !important;
  559. margin-top: 8px !important;
  560. }
  561. .mail-infoblock {
  562. border-radius: 0 !important;
  563. box-shadow: none !important;
  564. }
  565. .l-menu__item i.fas.fa-arrow-alt-circle-left {
  566. display: inline-block !important;
  567. }
  568. .helper-container {
  569. margin-top: 412px;
  570. border-radius: 0;
  571. box-shadow: none;
  572. }
  573. .cron-helper-tabs .ui-tabs-selected a,
  574. li[aria-expanded="true"] a {
  575. color: #ff6701;
  576. }
  577. .cron-helper-tabs a:hover {
  578. color: #f79b44;
  579. }
  580. .cron-helper-tabs a:active {
  581. color: #e95e00;
  582. }
  583. a.vst-advanced {
  584. margin-left: -10px;
  585. }
  586. /* Collapse component
  587. ========================================================================== */
  588. .collapse-header {
  589. background: #fafafa;
  590. box-shadow: none;
  591. color: #444;
  592. }
  593. .collapse-header:hover {
  594. color: #ff791f;
  595. }
  596. .collapse-header .fas {
  597. display: none;
  598. }
  599. /* Extend animate.css
  600. ========================================================================== */
  601. .animated {
  602. -webkit-animation-duration: 0s !important;
  603. animation-duration: 0s !important;
  604. -webkit-animation-fill-mode: none !important;
  605. animation-fill-mode: none !important;
  606. }