| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728 |
- /*
- Theme Name: Vestia
- Author: Kristan Kenney (@kristankenney)
- Website: www.hestiacp.com
- */
- /* Base
- ========================================================================== */
- body {
- font-family: Arial, Helvetica, sans-serif !important;
- letter-spacing: 0;
- }
- b,
- strong {
- font-weight: 600;
- }
- .table-header {
- box-shadow: none !important;
- background: #fafafa !important;
- line-height: 1.2rem !important;
- }
- .l-header {
- box-shadow: none;
- background: #5d5d5d;
- text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
- }
- .l-menu__item--active {
- background-color: #fff;
- }
- .l-menu__item.l-menu__item--active a {
- background: none;
- box-shadow: none !important;
- }
- .l-menu__item a {
- line-height: 38px !important;
- }
- .l-menu__item a:hover {
- background: #f79b44 !important;
- box-shadow: none !important;
- padding: 12px 10px !important;
- border-left: 1px solid #f79b44;
- border-right: 1px solid #f79b44;
- color: #fff !important;
- transition: none !important;
- text-shadow: none !important;
- }
- .l-menu__item a:active {
- background: none;
- box-shadow: none !important;
- text-shadow: none !important;
- }
- .l-profile__notifications:hover,
- .l-profile__notifications.updates:hover,
- .l-profile__notifications.active.l-profile__notifications.updates:active {
- background: #f79b44 !important;
- border: 1px solid transparent !important;
- box-shadow: none !important;
- }
- .l-unit:hover {
- box-shadow: none;
- }
- .l-unit__stat-col--left a,
- .l-unit__stat-col--left a:visited {
- color: #111;
- }
- .l-unit__stat-col--left a:hover {
- color: #ff6701;
- }
- .l-unit:hover,
- .units .l-unit:hover {
- box-shadow: none;
- }
- .l-stat__col--active .fas,
- .l-stat__col--active .l-stat__col-title {
- color: #ff6701;
- }
- .l-stat__col--active .l-stat__col-title {
- font-size: 20px !important;
- }
- .l-stat__col-title {
- font-size: 14px !important;
- }
- .l-stat__col--active a {
- border-bottom: 4px solid #ff6701;
- }
- .card a.ui-button {
- line-height: 2rem !important;
- }
- .l-menu .fas {
- display: none !important;
- }
- .ui-dialog .ui-dialog-buttonpane button span.ui-button-text {
- padding: 0 !important;
- color: #fff !important;
- }
- .ui-button-text,
- .ui-dialog button.cancel span {
- color: #fff !important;
- text-shadow: 0 1px 2px rgb(0 0 0 / 40%) !important;
- }
- .ui-button-text:hover,
- .ui-dialog button.cancel span:hover {
- color: #fff !important;
- text-shadow: 0 1px 2px rgb(0 0 0 / 30%) !important;
- }
- .ui-button-text:focus,
- .ui-dialog button.cancel span:focus,
- .ui-button-text:actove,
- .ui-dialog button.cancel span:active {
- color: #fff !important;
- text-shadow: 0 1px 2px rgb(0 0 0 / 20%) !important;
- }
- .ui-button,
- .button,
- .ui-button.cancel,
- .button.cancel,
- .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
- .vst-advanced,
- .ui-dialog button.cancel,
- .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:focus {
- border: none !important;
- color: #fff !important;
- background: #a0c105 !important;
- background-color: #a0c105 !important;
- text-shadow: none !important;
- padding: 6px 10px !important;
- border-radius: 2px !important;
- box-shadow: none !important;
- font-size: 1em !important;
- }
- .ui-button:hover,
- .button:hover,
- .ui-button.cancel:hover,
- .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:hover,
- .vst-advanced:hover,
- .ui-dialog button.cancel:hover {
- box-shadow: none !important;
- border: none !important;
- background: #a9cc06 !important;
- background-color: #a9cc06 !important;
- color: #fff !important;
- text-shadow: 0 1px 2px rgb(0 0 0 / 30%) !important;
- transition: none !important;
- }
- .ui-button:active,
- .button:active,
- .ui-button.cancel:active,
- .ui-button.cancel:focus,
- .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active,
- .vst-advanced:active,
- .ui-dialog button.cancel:active,
- .ui-button:focus,
- .button:focus,
- .vst-advanced:focus,
- .ui-dialog button.cancel:focus {
- border: none !important;
- color: #fff !important;
- background: #809c00 !important;
- background-color: #809c00 !important;
- text-shadow: 0 0 2px rgb(0 0 0 / 20%) !important;
- box-shadow: none !important;
- transition: none !important;
- }
- .ui-button.danger:hover,
- .button.danger:hover {
- background: none !important;
- color: #f4301a !important;
- border: none !important;
- }
- .ui-button.danger:active,
- .button.danger:active,
- .ui-button.danger:focus,
- .button.danger:focus {
- background: none !important;
- color: #a91200 !important;
- border: none !important;
- }
- .ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
- box-shadow: none !important;
- }
- .ui-dialog {
- box-shadow: 0 2px 11px 0 rgb(0 0 0 / 50%);
- }
- .alert {
- text-shadow: none;
- box-shadow: none;
- }
- .pill.usage {
- box-shadow: none;
- }
- .badge {
- box-shadow: none;
- }
- .notification-container {
- border: 1px solid #ccc;
- background: #fff;
- border-bottom-left-radius: 2px !important;
- border-bottom-right-radius: 2px !important;
- box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%) !important;
- }
- .notification-container li {
- line-height: 1.1rem;
- }
- .context-menu.sort-order {
- box-shadow: none;
- border: 1px solid #ccc;
- background: #fff !important;
- }
- .form-container {
- }
- .form-control,
- .form-select {
- font-family: Arial, Helvetica, sans-serif;
- box-shadow: none;
- border-radius: 0;
- }
- .form-check-input {
- margin-top: 1px;
- }
- .pill {
- border-radius: 4px;
- }
- .pill.usage b {
- color: #fff;
- }
- .pill.usage {
- color: #fafafa;
- margin-top: 8px;
- line-height: 0.8em;
- text-shadow: none;
- padding: 5px !important;
- border: none !important;
- background: none !important;
- box-shadow: none !important;
- }
- .l-menu__item.l-menu__item--active a {
- color: #ff6701;
- }
- .l-stat__col a:hover {
- border-bottom: 4px solid #ff791f;
- }
- .l-stat__col a:hover,
- .l-stat__col a:hover .l-stat__col-title {
- color: #ff791f;
- }
- .l-stat__col a:active {
- border-bottom: 4px solid #f16100;
- }
- .l-stat__col a:active .l-stat__col a:active.l-stat__col-title {
- color: #ff791f;
- }
- .notification-container .unseen .notification-title a,
- .notification-container .unseen .notification-title {
- color: #111;
- }
- .notification-container .mark-seen {
- background-color: #ff6701;
- border: 1px solid #f16100;
- }
- .form-control:focus {
- border-color: #ff6701;
- background-color: #fff4ed;
- color: #333;
- }
- .form-select:focus {
- border: 1px solid #ff6701;
- color: #333;
- }
- .form-control:hover,
- .form-select:hover {
- border: 1px solid #e95e00;
- }
- .l-stat__col-title {
- font-weight: 700;
- }
- .l-stat {
- text-align: left;
- }
- .form-title {
- font-weight: 600;
- font-size: 1.2rem;
- }
- .l-sort-toolbar__filter-apply {
- background-color: #cacaca !important;
- color: #fff;
- text-shadow: 0 1px 2px rgb(0 0 0 / 35%) !important;
- }
- .l-sort-toolbar__filter-apply:hover {
- color: #777;
- text-shadow: 0 1px 2px rgb(255 255 255 / 45%) !important;
- }
- .l-sort-toolbar__filter-apply:active {
- text-shadow: none !important;
- color: #a9cc06;
- }
- .ui-button:hover,
- .button:hover,
- .ui-button.cancel:hover,
- .button.cancel:hover,
- .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:hover,
- .vst-advanced:hover {
- border: none !important;
- background: none !important;
- background-color: #a9cc06 !important;
- color: #fff !important;
- box-shadow: none !important;
- }
- .ui-button,
- .button,
- .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
- .vst-advanced {
- font-weight: 600 !important;
- font-size: 1.05em !important;
- }
- .l-unit-toolbar__buttonstrip {
- margin-top: 14px !important;
- }
- .ui-widget,
- .ui-dialog,
- .ui-dialog .ui-dialog-title {
- font-family: Arial, Helvetica, sans-serif;
- }
- .ui-dialog .ui-dialog-title {
- color: #111;
- }
- .ui-dialog .ui-dialog-content {
- color: #333;
- }
- .l-unit-toolbar__buttonstrip .ui-button {
- border: none !important;
- color: #fff !important;
- background: #a0c105 !important;
- padding: 6px 10px !important;
- border-radius: 2px !important;
- text-shadow: 0 1px 2px rgb(0 0 0 / 40%) !important;
- box-shadow: none;
- text-transform: uppercase;
- font-size: 1em !important;
- }
- .l-unit-toolbar__buttonstrip .ui-button:hover {
- background: #a9cc06 !important;
- color: #fff !important;
- text-shadow: 0 1px 2px rgb(0 0 0 / 30%) !important;
- transition: none !important;
- }
- .l-unit-toolbar__buttonstrip .ui-button:focus,
- .l-unit-toolbar__buttonstrip .ui-button:active {
- border: none !important;
- color: #fff !important;
- background: #809c00 !important;
- text-shadow: 0 0 2px rgb(0 0 0 / 20%) !important;
- box-shadow: none !important;
- }
- .l-sort-toolbar .sort-by {
- padding-top: 8px !important;
- font-size: 0.75rem !important;
- }
- .table-header {
- border-bottom-left-radius: 0 !important;
- border-bottom-right-radius: 0 !important;
- }
- .search-input {
- border-radius: 0 !important;
- }
- .l-sort-toolbar__filter-apply {
- border-radius: 0 !important;
- }
- .l-sort-toolbar .l-select {
- border-radius: 0 !important;
- }
- .l-unit__name {
- letter-spacing: 0 !important;
- }
- .badge {
- border: none !important;
- background-color: none !important;
- box-shadow: none !important;
- border-radius: 4px !important;
- }
- .password-meter {
- border-radius: 0;
- box-shadow: none;
- margin-left: 0;
- margin-right: 0;
- }
- .server-info-data {
- line-height: 1rem !important;
- }
- .form-control.list-editor:hover,
- .form-control.list-editor:focus {
- border: none !important;
- }
- .shortcuts {
- border: 1px solid #111 !important;
- border-top-left-radius: 2px !important;
- border-top-right-radius: 2px !important;
- box-shadow: 0 3px 12px rgb(0 0 0 / 80%) !important;
- }
- .shortcuts-title,
- .shortcuts ul li span {
- color: #b5da0b;
- }
- .l-sort-toolbar .sort-by b {
- font-size: 0.75rem;
- }
- .context-menu.sort-order span.active {
- background: none !important;
- font-weight: bold !important;
- color: #444 !important;
- }
- .context-menu.sort-order {
- font-size: 0.75rem !important;
- }
- .context-menu.sort-order span:hover {
- color: #ff6701 !important;
- background: none !important;
- }
- .pill.gray,
- .badge.gray {
- border: 1px solid rgb(255 255 255 / 40%) !important;
- }
- .lang-el .l-stat__col-title,
- .lang-fr .l-stat__col-title {
- font-size: 15px !important;
- }
- .body-firewall.lang-el .l-select {
- max-width: 60px !important;
- text-overflow: ellipsis;
- }
- .l-stat__col .fas {
- display: none !important;
- }
- .l-unit-toolbar__buttonstrip .fas {
- display: none;
- }
- .l-unit-toolbar__buttonstrip a {
- padding-left: 0 !important;
- padding-right: 0 !important;
- margin-right: 15px;
- }
- a#btn-back {
- color: #30659d !important;
- background: none !important;
- text-shadow: none !important;
- text-transform: none !important;
- font-size: 14px !important;
- border: none !important;
- }
- a#btn-back:hover {
- color: #367ac1 !important;
- background: none !important;
- text-shadow: none !important;
- text-transform: none !important;
- }
- a#btn-back:active,
- a#btn-back:focus {
- color: #ff6701 !important;
- background: none !important;
- text-shadow: none !important;
- text-transform: none !important;
- }
- a.ui-button:hover,
- a.ui-button:active,
- a.ui-button:focus {
- background: none !Important;
- }
- a.vst-advanced {
- text-transform: uppercase;
- font-size: 0.9em !important;
- letter-spacing: 0.08em;
- text-decoration: underline;
- background: none !important;
- text-shadow: none !important;
- color: #30659d !important;
- }
- a.vst-advanced:hover {
- text-transform: uppercase;
- font-size: 0.9em !important;
- letter-spacing: 0.08em;
- text-decoration: underline;
- background: none !important;
- text-shadow: none !important;
- color: #3888dd !important;
- }
- a.vst-advanced:active,
- a.vst-advanced:focus {
- text-transform: uppercase;
- font-size: 0.9em !important;
- letter-spacing: 0.08em;
- text-decoration: underline;
- background: none !important;
- text-shadow: none !important;
- color: #367ac1 !important;
- }
- .to-shortcuts,
- .to-top,
- .to-shortcuts:active,
- .to-top:active,
- .to-shortcuts:hover,
- .to-top:hover,
- .to-shortcuts:focus,
- .to-top:focus {
- background: none !important;
- background-color: none !important;
- border: none !important;
- text-shadow: none !important;
- box-shadow: none !important;
- }
- .to-shortcuts:hover,
- .to-top:hover {
- color: #94be00 !important;
- }
- .to-shortcuts:focus,
- .to-top:focus,
- .to-shortcuts:active,
- .to-top:active {
- color: #809c00 !important;
- }
- .body-login,
- .body-reset {
- background: #ededed;
- }
- .login {
- background-color: rgb(255 255 255 / 100%);
- box-shadow: 0 2px 5px rgb(0 0 0 / 30%), inset 0 0 2px rgb(255 255 255);
- font-family: Arial, Helvetica, sans-serif;
- border-radius: 0;
- }
- .login .button {
- background: #94be00 !important;
- text-shadow: none !important;
- color: #fff !important;
- border: none !important;
- border-radius: 0 !important;
- }
- .body-login input.button.cancel,
- .body-login input.button.cancel:hover,
- .body-login input.button.cancel:active,
- .body-login input.button.cancel:focus,
- .body-reset input.button.cancel,
- .body-reset input.button.cancel:hover,
- .body-reset input.button.cancel:active,
- .body-reset input.button.cancel:focus {
- background: none !important;
- text-transform: none !important;
- text-shadow: none !important;
- border: none !important;
- }
- .body-login input.button.cancel,
- .body-reset input.button.cancel {
- color: #414141 !important;
- box-shadow: none !important;
- }
- .body-login input.button.cancel:hover,
- .body-reset input.button.cancel:hover {
- color: #326b9b !important;
- }
- .l-logo {
- height: 24px !important;
- margin-top: 8px !important;
- }
- .mail-infoblock {
- border-radius: 0 !important;
- box-shadow: none !important;
- }
- .l-menu__item i.fas.fa-arrow-alt-circle-left {
- display: inline-block !important;
- }
- .helper-container {
- margin-top: 412px;
- border-radius: 0;
- box-shadow: none;
- }
- .cron-helper-tabs .ui-tabs-selected a,
- li[aria-expanded="true"] a {
- color: #ff6701;
- }
- .cron-helper-tabs a:hover {
- color: #f79b44;
- }
- .cron-helper-tabs a:active {
- color: #e95e00;
- }
- a.vst-advanced {
- margin-left: -10px;
- }
- /* Collapse component
- ========================================================================== */
- .collapse-header {
- background: #fafafa;
- box-shadow: none;
- color: #444;
- }
- .collapse-header:hover {
- color: #ff791f;
- }
- .collapse-header .fas {
- display: none;
- }
- /* Extend animate.css
- ========================================================================== */
- .animated {
- -webkit-animation-duration: 0s !important;
- animation-duration: 0s !important;
- -webkit-animation-fill-mode: none !important;
- animation-fill-mode: none !important;
- }
|