| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583 |
- /*
- Theme Name: Dark
- Author: Kristan Kenney (@kristankenney)
- Website: www.hestiacp.com
- */
- .debug-panel-contents {
- background-color: #282828;
- }
- b,
- strong {
- color: #cacaca;
- }
- button,
- select {
- text-shadow: 0 0 0 #d4d4d4 !important;
- }
- body {
- color: #cdcdcd;
- background-color: #282828;
- }
- .body-login,
- .body-reset {
- background: #303030 !important;
- background: radial-gradient(circle, rgb(77 77 77 / 100%) 0%, rgb(31 31 31 / 100%) 100%) !important;
- }
- a {
- color: #cdcdcd;
- }
- .l-header {
- background: #454545;
- border-bottom: 1px solid #505050;
- text-shadow: 1px 1px rgb(0 0 0 / 50%);
- box-shadow: 0 8px 15px rgb(0 0 0 / 25%);
- }
- .l-menu__item.l-menu__item--active a {
- color: #dadada;
- background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%);
- text-shadow: 0 1px rgb(0 0 0 / 50%);
- border-left-color: #353535;
- border-right-color: #353535;
- }
- .l-menu__item a {
- color: #e7e7e7;
- }
- .l-menu__item a:hover {
- color: #dadada !important;
- text-shadow: 1px 1px rgb(0 0 0 / 50%) !important;
- background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%) !important;
- box-shadow: none !important;
- }
- .l-menu__item a:active {
- background: linear-gradient(to bottom, rgb(15 15 15 / 70%) 0%, rgb(45 45 45 / 85%) 30%, rgb(50 50 50 / 100%) 95%) !important;
- color: #fff !important;
- text-shadow: 0 -1px 1px rgb(0 0 0 / 50%) !important;
- }
- .l-menu__item.l-menu__item--active:hover {
- background: linear-gradient(to bottom, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 15%) 30%, rgb(255 255 255 / 15%) 95%) !important;
- }
- .lang-ar .l-menu__item a {
- padding: 11px;
- }
- .lang-de .l-menu__item a {
- padding: 11px 12px;
- }
- .lang-tw .l-menu__item a {
- padding: 13px 18px;
- }
- .l-profile {
- overflow: hidden;
- float: right;
- }
- .l-profile__logout {
- color: #e7e7e7 !important;
- }
- .l-profile__server {
- color: #ceefff;
- margin-top: 10px;
- float: left;
- }
- .l-profile__notifications {
- color: #fff;
- cursor: pointer;
- font-weight: 600;
- padding: 10px 5px 0;
- font-size: 1.2rem !important;
- line-height: 0.95rem;
- border-left: 1px solid transparent !important;
- border-right: 1px solid transparent !important;
- }
- .l-profile__notifications.active.l-profile__notifications.updates:active {
- background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%) !important;
- color: #046c98 !important;
- text-shadow: 0 -1px 1px rgb(0 0 0 / 50%) !important;
- box-shadow: none !important;
- transition: 0.2s;
- border-left: 1px solid transparent !important;
- border-right: 1px solid transparent !important;
- }
- .l-profile__notifications:hover,
- .l-profile__notifications.updates:hover {
- text-shadow: 1px 1px rgb(0 0 0 / 50%) !important;
- background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%) !important;
- border: none !important;
- border-left: 1px solid transparent !important;
- border-right: 1px solid transparent !important;
- box-shadow: none !important;
- }
- .notification-container {
- background-color: rgb(50 50 50 / 99%);
- text-shadow: 0 1px rgb(0 0 0 / 50%);
- color: #dadada;
- border: 1px solid #404040;
- }
- .notification-container .empty .status-icon {
- color: #dadada;
- }
- .notification-container .unseen {
- color: #dadada;
- }
- .notification-container li {
- border-bottom: 1px solid #282828;
- }
- .notification-container .mark-seen {
- background-color: #ff3478;
- }
- .notification-container .unseen .title a,
- .notification-container .unseen .title {
- color: #fff !important;
- }
- .notification-container a {
- color: #4fabe9;
- }
- .notification-container a:hover {
- color: #09f;
- }
- .notification-container a:active {
- color: #0079cb;
- }
- .alert {
- border: 1px solid #212121;
- }
- .alert.alert-danger {
- background-color: #d13535;
- }
- .alert.alert-danger i.fas {
- color: #d13535;
- }
- .alert.alert-success {
- }
- .alert.alert-success i.fas {
- }
- .card {
- float: left;
- background: #454545;
- color: #fafafa;
- text-shadow: 0 1px rgb(0 0 0 / 95%) !important;
- border: 1px solid #606060;
- box-shadow:
- 0 1px 4px rgb(0 0 0 / 20%),
- inset 0 0 60px rgb(0 0 0 / 25%);
- }
- .card.disable {
- }
- .card.disable .card-thumb {
- }
- .card .card-details {
- }
- .card .card-details p {
- color: #bdbdbd;
- }
- .card p.card-title {
- color: #fafafa;
- }
- .card .card-thumb {
- }
- .card .card-thumb img {
- }
- .card button {
- }
- .l-stat {
- background-color: #282828;
- }
- .l-stat__col {
- }
- .l-stat__col li {
- color: #b7b7b7 !important;
- }
- .l-stat__col a {
- border-bottom: 4px solid #282828;
- background-color: #282828;
- }
- .l-stat__col a:hover {
- border-bottom: 4px solid #d7d7d7;
- }
- .l-stat__col a:active,
- .l-stat__col a:focus {
- border-bottom: 4px solid #d11755;
- }
- .l-stat__col--active a {
- border-bottom: 4px solid #e93b76;
- }
- .l-stat.active .l-stat__col.focus a {
- border-bottom: 4px solid #e93b76;
- }
- .l-stat.active .l-stat__col.focus a .l-stat__col-title {
- }
- .l-stat__col a:hover .l-stat__col-title {
- color: #d7d7d7;
- }
- .l-stat__col a:active .l-stat__col-title {
- }
- .l-stat__col-title {
- font-weight: 500;
- color: #bcbcbc;
- text-shadow: 0 1px rgb(0 0 0 / 40%);
- }
- .l-stat__col--active .l-stat__col-title {
- color: #ff558f;
- }
- .l-stat__col .fas {
- color: #707070;
- padding: 4px;
- }
- .l-stat__col--active .fas {
- color: #aaa;
- }
- .l-separator.selected,
- .l-separator {
- border-top: 1px solid #454545;
- }
- div.l-content > div.l-separator:nth-of-type(2) {
- }
- div.l-content > div.l-separator:nth-of-type(4) {
- border-bottom: 1px solid #454545;
- background-color: #282828;
- box-shadow: 0 4px 6px rgb(0 0 0 / 25%) !important;
- }
- .l-sort {
- background-color: #282828;
- }
- .context-menu.sort-order {
- background-color: rgb(40 40 40 / 95%);
- box-shadow: 0 2px 16px 0 rgb(20 20 20 / 65%);
- border-radius: 4px;
- border: 1px solid rgb(90 90 90 / 100%);
- }
- .context-menu li {
- border-bottom: 1px solid #454545;
- color: #dadada;
- }
- .context-menu.sort-order span.active {
- background-color: #454545 !important;
- color: #fff;
- background: linear-gradient(to bottom, rgb(15 15 15 / 60%) 0%, rgb(45 45 45 / 75%) 30%, rgb(60 60 60 / 100%) 95%);
- text-shadow: 0 1px rgb(0 0 0 / 80%);
- }
- .context-menu.sort-order span:hover {
- color: #fff;
- background: linear-gradient(to bottom, rgb(25 25 25 / 60%) 0%, rgb(55 55 55 / 75%) 30%, rgb(70 70 70 / 100%) 95%);
- text-shadow: 0 -1px 1px rgb(0 0 0 / 50%);
- box-shadow:
- inset 0 0 1px rgb(0 0 0 / 40%),
- inset -1px -1px 4px rgb(40 40 40 / 40%);
- }
- .context-menu.sort-order span:active,
- .context-menu.sort-order span:focus {
- background: linear-gradient(to bottom, rgb(35 35 35 / 60%) 0%, rgb(65 65 65 / 75%) 30%, rgb(80 80 80 / 100%) 95%);
- color: #fff;
- text-shadow: 0 -1px 1px rgb(0 0 0 / 50%);
- box-shadow:
- inset 0 0 1px rgb(0 0 0 / 40%),
- inset -1px -1px 4px rgb(40 40 40 / 40%);
- }
- .l-sort-toolbar .sort-by:hover {
- color: #d4d4d4;
- }
- .l-sort-toolbar .sort-by:hover b {
- color: #d4d4d4;
- }
- .l-sort-toolbar .toggle-all:hover {
- color: #d4d4d4;
- }
- .l-sort-toolbar__filter-apply {
- border: 1px solid #454545;
- background-color: #424242;
- text-shadow: 1px 1px rgb(0 0 0 / 90%) !important;
- box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
- color: #cacaca;
- font-size: 1em;
- }
- .l-sort-toolbar__filter-apply:hover {
- color: #09f;
- background-color: #454545;
- }
- .l-sort-toolbar__filter-apply:active {
- color: #0074c2;
- text-shadow: 0 -1px rgb(255 255 255 / 20%);
- box-shadow: inset 1px 1px 0 rgb(0 0 0 / 20%);
- }
- .l-sort-toolbar .vst {
- color: #dadada;
- }
- .l-sort-toolbar .vst:hover {
- color: #ff3478;
- }
- .l-sort-toolbar .vst:active {
- }
- .l-sort-toolbar .vst.selected {
- color: #ff3478;
- }
- .l-unit-toolbar__buttonstrip {
- }
- .l-unit-toolbar__buttonstrip a {
- }
- .l-unit-toolbar__buttonstrip .fas {
- }
- .subtitle {
- color: #ff3478;
- }
- .l-select {
- border: 1px solid #454545;
- box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
- }
- .l-select::after {
- }
- .l-select select {
- background-color: #212121;
- box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
- }
- .l-select select:focus {
- }
- .lang-ru .l-select select {
- }
- .l-select select option {
- }
- .l-sort-toolbar .l-select {
- border: 1px solid #454545;
- background-color: #454545;
- text-shadow: 1px 1px rgb(0 0 0 / 90%);
- }
- .l-unit {
- color: #dadada;
- }
- .table-header {
- background: #404040 !important;
- border-left: 1px solid #212121 !important;
- border-right: 1px solid #212121 !important;
- border-bottom: 1px solid #212121 !important;
- border-top: 1px solid #454545 !important;
- text-shadow: 0 1px rgb(0 0 0 / 95%);
- border-bottom-left-radius: 0 !important;
- border-bottom-right-radius: 0 !important;
- color: #dadada;
- box-shadow: inset 0 1px 1px rgb(0 0 0 / 30%) !important;
- }
- .table-header:hover {
- background-color: #404040 !important;
- border-left: 1px solid #212121 !important;
- border-right: 1px solid #212121 !important;
- box-shadow: inset 0 1px 1px rgb(0 0 0 / 30%) !important;
- }
- .table-header .fas {
- }
- .units .l-unit {
- background-color: #303030;
- border-bottom: 1px solid #282828;
- border-left: 1px solid #212121;
- border-right: 1px solid #212121;
- }
- .l-unit:hover,
- .units .l-unit:hover {
- box-shadow: 0 2px 10px rgb(20 20 20 / 20%);
- background-color: #353535;
- text-shadow: 0 1px rgb(0 0 0 / 50%);
- border-left: 1px solid #212121;
- border-right: 1px solid #212121;
- }
- .units .l-unit.l-unit--starred {
- border-left: 2px solid #ff3478;
- }
- .units.active .l-unit.focus {
- background-color: #353535;
- }
- .units.active .l-unit.focus .l-unit__name {
- }
- .units.active .l-unit.focus .l-unit-toolbar__col--right {
- }
- .units > div:last-child {
- }
- .l-unit-ft {
- color: #cdcdcd;
- }
- .l-unit:hover .l-unit-toolbar__col--right {
- }
- .l-unit--blue {
- }
- .l-unit--suspended {
- background: #252525 !important;
- color: #606060 !important;
- text-shadow: 0 -1px rgb(0 0 0 / 40%) !important;
- box-shadow: inset 0 0 2px rgb(0 0 0 / 20%);
- }
- .l-unit--suspended a {
- color: #606060 !important;
- text-shadow: 0 -1px rgb(0 0 0 / 40%) !important;
- }
- .units .l-unit.l-unit--outdated {
- color: #d4d4d4;
- background-color: #981111;
- }
- .l-unit--outdated.selected {
- background: #b70000 !important;
- color: #fff !important;
- text-shadow: none !important;
- }
- .l-unit--outdated.selected b {
- color: #fff !important;
- }
- .l-unit--suspended .l-unit__name,
- .l-unit--suspended b,
- .l-unit--outdated .l-unit__name,
- .l-unit--outdated b {
- color: #606060;
- }
- .l-unit--outdated .l-unit__name {
- }
- .l-unit--outdated b {
- color: #d4d4d4;
- }
- .l-unit--suspended .l-percent {
- }
- .l-unit--suspended .l-percent__fill {
- }
- .l-unit--suspended .l-unit__name,
- .l-unit--suspended .l-unit__name span {
- }
- .l-unit--suspended.selected .l-unit__name,
- .l-unit--suspended.selected .l-unit__name span {
- color: #707070;
- }
- .l-unit--suspended.selected {
- background-color: #454545 !important;
- color: #707070 !important;
- }
- .l-unit-ft .subtitle,
- .l-unit .subtitle {
- color: #ff3478;
- }
- .l-unit__name {
- color: #dadada;
- }
- .l-unit__stats:hover {
- background: transparent !important;
- }
- .l-unit__stat-col--left a,
- .l-unit__stat-col--left a:visited {
- color: #fafafa;
- }
- .l-unit__stat-col--left a:hover {
- color: #fff;
- }
- .title b,
- .title {
- color: #ff3478;
- }
- .title {
- }
- /* form styles */
- .vst-error {
- color: #f33;
- }
- .vst-ok {
- color: #53ba55;
- }
- .vst-ok a {
- color: #fff;
- }
- .vst-ok a:hover {
- color: #ff3478;
- }
- .vst-ok a:active {
- }
- .login-box td,
- .data td {
- color: #d4d4d4;
- }
- .data input[type="checkbox"] {
- }
- .data a {
- }
- label {
- }
- label:hover {
- color: #d4d4d4 !important;
- }
- .vst-input,
- .form-control {
- background-color: #454545;
- border: 1px solid #606060;
- color: #d4d4d4;
- box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
- }
- .vst-input:hover,
- .form-control:hover {
- border-color: #0090ff;
- background-color: #494949;
- }
- .vst-input:focus,
- .form-control:focus {
- background-color: #222;
- border-color: #0080df;
- color: #fff;
- box-shadow: 0 1px 6px rgb(0 52 91 / 75%);
- }
- .vst-input:disabled,
- .form-control:disabled,
- .form-select:disabled {
- background-color: #303030;
- text-shadow: 1px 1px rgb(0 0 0 / 30%);
- color: #acacac;
- border-color: #606060;
- }
- .vst-input:focus:disabled {
- }
- .vst-input:disabled:hover,
- .form-control:disabled:hover,
- .form-select:disabled:hover {
- border-color: #606060 !important;
- }
- .vst-input.long {
- }
- .vst-input.short {
- }
- .vst-input.vst-list-editor {
- }
- .vst-input.vst-list-editor:focus {
- background-color: #222;
- box-shadow: none !important;
- }
- .form-select {
- background-color: #454545;
- border: 1px solid #606060;
- color: #d4d4d4;
- text-shadow: 0 0 0 #d4d4d4;
- box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
- }
- textarea::input-placeholder {
- color: #bbb !important;
- }
- textarea:focus::input-placeholder {
- color: #909090 !important;
- }
- textarea::placeholder {
- color: #bbb !important;
- }
- textarea:focus::placeholder {
- color: #909090 !important;
- }
- .form-select:hover {
- border-color: #0090ff;
- background-color: #494949;
- }
- .form-select:focus {
- background-color: #222;
- border-color: #0080df;
- color: #fff;
- box-shadow: 0 1px 6px rgb(0 52 91 / 75%);
- }
- a.vst-text,
- a.vst-text b {
- color: #fff;
- }
- a.vst-text:hover,
- a.vst-text:hover b {
- color: #ff3478;
- }
- a.vst-text:active,
- a.vst-text:active b {
- color: #ff3478;
- }
- .advanced-options {
- background: #454545 !important;
- border: 1px solid #505050 !important;
- text-shadow: 0 1px rgb(0 0 0 / 40%);
- box-shadow:
- inset 0 0 2px rgb(0 0 0 / 50%),
- 0 2px 6px rgb(0 0 0 / 40%) !important;
- color: #fff !important;
- padding: 4px 0 0 18px;
- overflow: hidden;
- height: 28px;
- }
- .advanced-options a {
- color: #fff !important;
- }
- .advanced-options .fas {
- }
- .generate {
- color: #29a9ff;
- border-radius: 4px;
- }
- .generate:hover {
- background-color: #ff3478;
- border-color: #ff3478;
- }
- .generate:active {
- background-color: #be1f54;
- border-color: #be1f54;
- }
- .vst-advanced {
- border-bottom: 0 solid #326b9b;
- color: #0094f7;
- font-size: 0.8rem;
- padding: 4px 12px;
- text-decoration: none;
- border-radius: 4px;
- text-transform: none !important;
- }
- .login-box .vst-advanced:hover {
- color: #ff3478 !important;
- background-color: transparent;
- border-color: transparent;
- border: none !important;
- background: none !important;
- box-shadow: none !important;
- }
- .login-box .vst-advanced:active {
- color: #be1f54 !important;
- border: none !important;
- background: none !important;
- box-shadow: none !important;
- }
- .vst-advanced:hover {
- color: #fff;
- background-color: #ff3478;
- border-color: #ff3478;
- text-decoration: none;
- }
- .login-box .vst-advanced:active,
- .vst-advanced:active {
- color: #fff;
- background-color: #be1f54;
- border-color: #be1f54;
- text-decoration: none;
- }
- .login-box .vst-advanced {
- border-bottom: none;
- color: #326b9b;
- font-size: 0.85em !important;
- padding: 2px 2px 0;
- text-decoration: none;
- text-transform: uppercase;
- border: none !important;
- background: none !important;
- box-shadow: none !important;
- }
- .lets-encrypt-note {}
- .additional-control {
- color: #09f;
- }
- .additional-control:hover {
- background-color: #ff3478;
- border-color: #ff3478;
- }
- .additional-control:active {}
- .additional-control.ftp-remove-user {}
- .additional-control.delete:hover,
- .additional-control.ftp-remove-user:hover {}
- .additional-control.delete:active,
- .additional-control.ftp-remove-user:active {}
- .additional-control.add:hover {}
- .additional-control.add:active {}
- .additional-control.remove-ns {}
- .toggle-psw-visibility-icon {}
- .show-passwords-enabled-action {}
- .ftp-path-value,
- .hint,
- td.hint {
- color: #a2a2a2;
- font-size: 0.8rem;
- }
- .ftp-path-prefix {
- padding-top: 12px;
- font-size: 0.8rem;
- color: #555;
- }
- .ui-dialog .ui-dialog-buttonpane button {
- box-shadow:
- 0 1px 4px rgb(0 0 0 / 10%),
- inset 0 0 1px #000,
- inset 0 0 3px rgb(0 0 0 / 50%) !important;
- }
- .ui-button,
- .button,
- .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
- .vst-advanced,
- .to-shortcuts,
- .to-top {
- font-size: 0.85rem !important;
- font-weight: 400 !important;
- color: #eee !important;
- border: 1px solid #707070 !important;
- background: rgb(48 48 48) !important;
- background: linear-gradient(0deg, rgb(48 48 48 / 100%) 0%, rgb(53 53 53 / 100%) 35%, rgb(69 69 69 / 100%) 100%) !important;
- box-shadow:
- 0 1px 4px rgb(0 0 0 / 20%),
- inset 0 0 1px rgb(20 20 20 / 100%),
- inset 0 0 3px rgb(0 0 0 / 50%) !important;
- text-shadow: 0 1px 1px rgb(0 0 0 / 35%) !important;
- }
- .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,
- .to-shortcuts:hover,
- .to-top:hover {
- color: #fff !important;
- text-shadow: 1px 1px rgb(0 0 0 / 25%) !important;
- border: 1px solid #0098ff !important;
- background: linear-gradient(0deg, rgb(58 58 58 / 100%) 0%, rgb(68 68 68 / 100%) 35%, rgb(79 79 79 / 100%) 100%) !important;
- background-color: #454545;
- box-shadow:
- 0 1px 3px rgb(0 0 0 / 35%),
- inset 0 0 1px rgb(0 0 0 / 100%),
- inset 0 0 3px rgb(0 0 0 / 65%) !important;
- transition: 0.2s;
- }
- .ui-button:focus,
- .ui-button:active,
- .button:active,
- .button:focus,
- .ui-button.cancel:focus,
- .ui-button.cancel:active,
- .button.cancel:active,
- .button.cancel:focus,
- .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,
- .to-shortcuts:focus,
- .to-top:focus {
- border: 1px solid #0066b4 !important;
- background: linear-gradient(0deg, rgb(69 69 69 / 100%) 0%, rgb(53 53 53 / 100%) 35%, rgb(48 48 48 / 100%) 100%) !important;
- color: #d4d4d4 !important;
- text-shadow: 0 -1px 1px rgb(0 0 0 / 55%) !important;
- box-shadow:
- 0 1px 3px rgb(0 0 0 / 30%),
- inset 0 0 1px rgb(0 0 0 / 100%),
- inset -1px -1px 4px rgb(30 30 30 / 40%) !important;
- }
- .ui-button-text-only {
- text-shadow: 0 1px rgb(0 0 0 / 50%);
- }
- .ui-dialog .ui-dialog-buttonpane button span.ui-button-text {
- }
- .ui-dialog .ui-button:hover span {
- color: #fafafa !important;
- }
- .ui-button-text-only .selected {
- }
- .ui-button.cancel,
- .button.cancel {
- color: #eee !important;
- border: 1px solid #454545 !important;
- background: rgb(48 48 48) !important;
- background: linear-gradient(0deg, rgb(48 48 48 / 100%) 0%, rgb(53 53 53 / 100%) 35%, rgb(69 69 69 / 100%) 100%) !important;
- }
- .ui-button-text {
- color: #eee !important;
- }
- .ui-button.cancel:active,
- .button.cancel:active {
- }
- a.button.cancel {
- }
- .ui-dialog button.cancel {
- border: 1px solid #d4d4d4;
- background-color: #d4d4d4;
- }
- .ui-button.danger:hover,
- .button.danger:hover {
- background: rgb(133 0 0);
- background: linear-gradient(0deg, rgb(133 0 0 / 100%) 0%, rgb(203 0 0 / 100%) 100%) !important;
- color: #fff !important;
- text-shadow: 0 1px rgb(0 0 0 / 45%) !important;
- border: 1px solid rgb(170 0 0) !important;
- }
- .ui-button.danger:active,
- .button.danger:active,
- .ui-button.danger:focus,
- .button.danger:focus {
- background: rgb(133 0 0);
- background: linear-gradient(180deg, rgb(133 0 0 / 100%) 0%, rgb(203 0 0 / 100%) 100%) !important;
- color: #4d0000 !important;
- text-shadow: 0 -1px 1px rgb(255 255 255 / 30%) !important;
- border: 1px solid rgb(251 71 51) !important;
- }
- .ui-button span {
- }
- .ui-button:hover span {
- color: #d4d4d4 !important;
- }
- .ui-button:active span {
- color: #d4d4d4;
- }
- .ui-button.cancel span {
- }
- .ui-button:hover span {
- }
- .ui-button:active span {
- }
- .ui-dialog button.cancel span {
- color: #fff !important;
- }
- .unlim-trigger {
- }
- .optional {
- }
- .data-active b {
- }
- .data-suspended b {
- }
- .data-date {
- }
- .data-dotted {
- }
- .mail-infoblock-td {
- }
- .mail-infoblock {
- color: #fff;
- border: 1px solid #606060;
- margin-top: 87px;
- box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
- background-color: #454545;
- }
- .mail-infoblock:hover {
- }
- .mail-infoblock td {
- color: #dadada;
- }
- .mail-infoblock td:first-child{
- }
- .mail-infoblock div {
- }
- .mail-infoblock a {
- color: #52b9ff;
- }
- .mail-infoblock a:hover {
- color: #ff3478;
- }
- .additional-info {
- }
- .additional-info td {
- }
- .additional-info td.details {
- }
- :focus { outline: none; }
- ::-moz-focus-inner { border: 0; }
- .login {
- background-color: #282828;
- box-shadow: 0 8px 25px rgb(0 0 0 / 30%), inset 0 0 2px rgb(0 0 0 / 25%) !important;
- }
- .login-welcome {
- color: #fff !important;
- }
- .page-title {
- color: #e8e8e8 !important;
- }
- .section-title {
- border-bottom-color: #484848 !important;
- }
- .qr-code {
- border: 1px solid #3b3b3b;
- box-shadow: 0 1px 4px rgb(0 0 0 / 35%);
- }
- .login a.error {
- color: #f864fa;
- }
- .hestiacp {
- }
- .hestiacp:hover {
- }
- .hestiacp:active {
- color: #ff3478;
- }
- .login-bottom {
- }
- .l-unit.selected {
- background-color: #454545;
- color: #d4d4d4;
- box-shadow: 0 2px 10px rgb(30 30 30 / 35%);
- text-shadow: 0 1px rgb(0 0 0 / 50%);
- border-left: 1px solid #212121;
- border-right: 1px solid #212121;
- }
- .l-unit.selected:hover {
- background-color: #555;
- color: #d4d4d4;
- box-shadow: none !important;
- text-shadow: 0 1px rgb(0 0 0 / 40%);
- }
- .l-unit.selected b,
- .l-unit.selected strong {
- color: #d4d4d4;
- }
- /* MAIN MENU COLLAPSED */
- .console-output {
- color: #dadada !important;
- }
- form#vstobjects {
- }
- form#vstobjects.suspended {
- background-color: #282828;
- }
- .pill {
- }
- .pill.usage {
- box-shadow: inset 0 1px 1px rgb(0 0 0 / 85%), 0 1px 1px rgb(0 0 0 / 20%);
- background-color: rgb(15 15 15 / 50%);
- border: 1px solid rgb(120 120 120 / 95%);
- text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
- color: #909090;
- }
- .pill.usage b { color: #d8d8d8; }
- .badge {
- box-shadow:
- 0 1px 2px rgb(70 70 70 / 50%),
- inset 0 2px 2px rgb(0 0 0 / 65%);
- text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
- border: 1px solid #212121 !important;
- }
- .badge.large {
- }
- .badge.raised {
- background: radial-gradient(ellipse at center, rgb(40 40 40 / 20%) 0%, rgb(80 80 80 / 5%) 100%);
- }
- .l-unit--suspended .badge {
- background: #303030 !important;
- color: #808080 !important;
- text-shadow: 0 -1px rgb(0 0 0 / 40%) !important;
- box-shadow: 0 1px 2px rgb(25 25 25 / 30%) !important;
- }
- .pill.gray,
- .badge.gray {
- border: 1px solid #181818;
- background-color: #252525;
- color: #dadada;
- text-shadow: 0 1px rgb(0 0 0 / 70%) !important;
- }
- .pill.blue,
- .badge.blue {
- }
- .pill.purple,
- .badge.purple {
- }
- .pill.teal,
- .badge.teal {
- }
- .pill.maroon,
- .badge.maroon {
- background-color: #ff3478;
- }
- .pill.red,
- .badge.red {
- }
- .pill.orange,
- .badge.orange {
- }
- .pill.green,
- .badge.green {
- }
- .pill.lightblue,
- .badge.lightblue {
- }
- .status-icon.large {
- }
- .status-icon.yellow,
- .status-icon.yellow:hover {
- color: #f3e72c;
- }
- .status-icon.teal,
- .status-icon.teal:hover {
- color: #3cc;
- }
- .status-icon.purple,
- .status-icon.purple:hover {
- color: #c364ff;
- }
- .status-icon.maroon,
- .status-icon.maroon:hover {
- color: #ff3478;
- }
- .status-icon.red,
- .status-icon.red:hover {
- }
- .status-icon.green,
- .status-icon.green:hover {
- color: #37cf39;
- }
- .status-icon.orange,
- .status-icon.orange:hover {
- }
- .status-icon.lightblue,
- .status-icon.lightblue:hover {
- }
- .status-icon.highlight,
- .status-icon.highlight:hover {
- color: #dadada;
- }
- .status-icon.blue,
- .status-icon.blue:hover {
- color: #0092f4;
- }
- .status-icon.dim {
- color: #808080;
- text-shadow: 1px 1px rgb(0 0 0 / 30%);
- }
- .l-unit--suspended .status-icon.dim {
- color: #808080 !important;
- text-shadow: 0 !important;
- }
- .search-input {
- background-color: #212121;
- border: 1px solid #454545;
- box-shadow: 0 1px 1px rgb(0 0 0 / 40%) !important;
- }
- .ui-dialog .ui-dialog-buttonpane {
- border-color: #404040 !important;
- background-color: #252525 !important;
- }
- .shortcuts {
- background: rgb(30 30 30 / 95%);
- border: 1px solid rgb(255 255 255 / 25%);
- box-shadow: 0 0 20px rgb(0 0 0 / 50%);
- border-bottom: none !important;
- }
- .shortcuts .header {
- border-bottom: 1px solid #353535;
- }
- .shortcuts .title {
- }
- .shortcuts .close {
- }
- .shortcuts .close:hover {
- }
- .shortcuts .close:active {
- }
- .shortcuts .close .fas {
- }
- .shortcuts ul {
- }
- .shortcuts ul li {
- }
- .shortcuts ul li span {
- }
- .shortcuts ul li span.bigger {
- }
- .description {
- }
- .description ul{
- }
- .description li{
- }
- .description a {
- }
- .description a.purchase {
- }
- .description a.purchase:hover {
- color: #d4d4d4;
- }
- .description a.purchase:active {
- color: #d4d4d4;
- }
- .description a.cancel {
- }
- .description a.cancel:hover {
- }
- .description a.cancel:active {
- }
- .description.cancel-success {
- }
- .description .licence {
- }
- .description .licence input {
- }
- .description span {
- }
- .description .twoco {
- }
- .ui-dialog {
- background-color: rgb(45 45 45 / 95%) !important;
- border: 1px solid rgb(80 80 80 / 97%) !important;
- box-shadow:
- inset 0 1px 3px rgb(0 0 0 / 25%),
- 0 8px 25px rgb(0 0 0 / 90%) !important;
- }
- .ui-dialog .ui-dialog-content {
- color: #dadada !important;
- }
- .ui-dialog .ui-dialog-title {
- color: #f12569 !important;
- font-weight: 600;
- }
- .ui-dialog-buttonpane {
- }
- .ui-widget {
- }
- .ui-widget-overlay {
- }
- .helper-container {
- box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
- border: 1px solid #606060;
- background-color: #454545;
- }
- .context-helper:active {
- color: #ff3478;
- }
- .cron-helper-tabs a {
- color: #cacaca;
- }
- .cron-helper-tabs a:hover {
- color: #ff3478 !important;
- }
- .cron-helper-tabs a:active {
- color: #3b9de8 !important;
- }
- .cron-helper-tabs .ui-tabs-selected a,
- li[aria-expanded="true"] a {
- color: #ff3478 !important;
- }
- .cron-helper-tabs p {
- color: #dadada;
- }
- .server-info-name {
- color: #fafafa !important;
- }
- .server-info-output {
- background: #282828;
- }
- .icon-server-info {
- color: #707070;
- }
- .ui-widget-header a {
- color: #cacaca !important;
- }
- .graph-rounded {
- border-radius: 8px;
- }
- .body-rrd .units .l-unit {
- background-color: #282828 !important;
- border-left: 1px solid transparent !important;
- border-right: 1px solid transparent !important;
- }
- .l-percent {
- border-bottom: 2px solid #585858 !important;
- }
- .body-stats .l-unit__name {
- color: #eee !important;
- }
- .statistics-count {
- border-bottom: 1px dotted #707070;
- border-right: 1px dotted #707070;
- }
- .body-stats .units .l-unit {
- background-color: #282828 !important;
- border-bottom: 1px solid #404040 !important;
- border-left: 1px solid #282828 !important;
- border-right: 1px solid #282828 !important;
- }
- .body-stats .units:hover .l-unit:hover {
- background-color: #303030 !important;
- color: #fff !important;
- }
- .body-stats .units:hover .l-unit:hover b,
- .body-stats .units:hover .l-unit:hover strong {
- color: #fff !important;
- }
- .admin-warning-button {
- padding-left: 65px !important;
- padding-right: 65px !important;
- }
- @media screen and (max-width: 950px) {
- .helper-container {
- display: none;
- }
- }
- .ui-button.button-suspended {
- color: #999 !important;
- }
- .ui-button.button-suspended i {
- color: #999 !important;
- }
|