| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487 |
- /*
- Theme Name: Dark
- Author: Kristan Kenney (@kristankenney)
- Website: www.hestiacp.com
- */
- body {
- background-color: #282828;
- }
- b,
- strong {
- color: #cacaca;
- }
- button,
- select {
- text-shadow: 0 0 0 #d4d4d4 !important;
- }
- body {
- color: #cdcdcd;
- }
- .body-login, .body-reset {
- background: #303030 !important;
- background: radial-gradient(circle, rgba(77,77,77,1) 0%, rgba(31,31,31,1) 100%) !important;
- }
- a {
- color: #cdcdcd;
- }
- .disabled {
- }
- .l-header {
- background: #454545;
- border-bottom: 1px solid #505050;
- text-shadow: 1px 1px rgba(0,0,0,0.5);
- box-shadow: 0px 8px 15px rgba(0,0,0,0.25);
- }
- .l-menu__item.l-menu__item--active a {
- color: #dadada;
- 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%);
- text-shadow: 0px 1px rgba(0,0,0,0.5);
- 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 rgba(0,0,0,0.5) !important;
- 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;
- box-shadow: none !important;
- }
- .l-menu__item a:active {
- 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;
- color: #fff !important;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.5) !important;
- }
- .l-menu__item.l-menu__item--active:hover {
- 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;
- }
- .lang-ar .l-menu__item a {
- padding: 11px 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, rgba(15,15,15,0.6) 0%,rgba(45,45,45,0.75) 30%,rgba(60,60,60,1) 95%) !important;
- color: #046c98 !important;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.5) !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 rgba(0,0,0,0.5) !important;
- 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;
- border: none !important;
- border-left: 1px solid transparent !important;
- border-right: 1px solid transparent !important;
- box-shadow: none !important;
- }
- .notification-container {
- background-color: rgba(50,50,50,0.99);
- text-shadow: 0px 1px rgba(0,0,0,0.5);
- 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: #0099ff;
- }
- .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: 0px 1px rgba(0,0,0,0.95) !important;
- border: 1px solid #606060;
- box-shadow: 0px 1px 4px rgba(0,0,0,0.2),
- inset 0px 0px 60px rgba(0,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 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: 0px 1px rgba(0,0,0,0.4);
- }
- .l-stat__col--active .l-stat__col-title {
- color: #ff558f;
- }
- .l-stat__col .fas {
- color: #707070;
- padding: 4px;
- }
- .l-stat__col--active .fas {
- color: #aaaaaa;
- }
- .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: 0px 4px 6px rgba(0,0,0,0.25) !important;
- }
- .l-sort {
- background-color: #282828;
- }
- .context-menu.sort-order {
- background-color: rgba(40,40,40,0.95);
- box-shadow: 0 2px 16px 0 rgba(20, 20, 20, 0.65);
- border-radius: 4px;
- border: 1px solid rgba(90,90,90,1);
- }
- .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, rgba(15,15,15,0.6) 0%,rgba(45,45,45,0.75) 30%,rgba(60,60,60,1) 95%);
- text-shadow: 0px 1px rgba(0,0,0,0.8);
- }
- .context-menu.sort-order span:hover {
- color: #fff;
- 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%);
- text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
- box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4),
- inset -1px -1px 4px rgba(40,40,40,0.4);
- }
- .context-menu.sort-order span:active,.context-menu.sort-order span:focus {
- 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%);
- color: #fff;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
- box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4),
- inset -1px -1px 4px rgba(40,40,40,0.4);
- }
- .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 rgba(0,0,0,0.9) !important;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.4) !important;
- color: #cacaca;
- font-size: 1em;
- }
- .l-sort-toolbar__filter-apply:hover {
- color: #0099ff;
- background-color: #454545;
- }
- .l-sort-toolbar__filter-apply:active {
- color: #0074c2;
- text-shadow: 0px -1px rgba(255,255,255,0.2);
- box-shadow: inset 1px 1px 0px rgba(0,0,0,0.2);
- }
- .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: 0px 1px 1px rgba(0,0,0,0.4) !important;
- }
- .l-select:after {
- }
- .l-select select {
- background-color: #212121;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.4) !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: 0px 1px rgba(0,0,0,0.65);
- text-shadow: 1px 1px rgba(0,0,0,0.9);
- }
- .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: 0px 1px rgba(0,0,0,0.95);
- border-bottom-left-radius: 0px !important;
- border-bottom-right-radius: 0px !important;
- color: #dadada;
- box-shadow: inset 0px 1px 1px rgba(0,0,0,0.3) !important;
- }
- .table-header:hover {
- background-color: #404040 !important;
- border-left: 1px solid #212121 !important;
- border-right: 1px solid #212121 !important;
- box-shadow: inset 0px 1px 1px rgba(0,0,0,0.3) !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: 0px 2px 10px rgba(20,20,20,0.20);
- background-color: #353535;
- text-shadow: 0px 1px rgba(0,0,0,0.5);
- 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: 0px -1px rgba(0,0,0,0.4) !important;
- box-shadow: inset 0px 0px 2px rgba(0,0,0,0.2);
- }
- .l-unit--suspended a {
- color: #606060 !important;
- text-shadow: 0px -1px rgba(0,0,0,0.4) !important;
- }
- .units .l-unit.l-unit--outdated {
- color: #d4d4d4;
- background-color: #760000;
- }
- .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: #ff3333;
- }
- .vst-ok {
- color: #53ba55;
- }
- .vst-ok a {
- color: #ffffff;
- }
- .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-textinput {
- background-color: #454545;
- border: 1px solid #606060;
- color: #d4d4d4;
- box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
- }
- .vst-textinput:hover {
- border: 1px solid #0090ff;
- background-color: #494949;
- }
- .vst-textinput:focus {
- background-color: #222222;
- border-color: #0080df;
- color: #fff !important;
- box-shadow: 0px 1px 6px rgba(0,52,91,0.75);
- }
- .vst-textinput.console{
-
- }
- .vst-textinput.short {
-
- }
-
- .vst-input {
- background-color: #454545;
- border: 1px solid #606060;
- color: #d4d4d4;
- box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
- }
- .vst-input:hover {
- border-color: #0090ff;
- background-color: #494949;
- }
- .vst-input:focus {
- background-color: #222222;
- border-color: #0080df;
- color: #fff;
- box-shadow: 0px 1px 6px rgba(0,52,91,0.75);
- }
- .vst-input:disabled,
- .vst-list:disabled,
- .vst-textinput:disabled
- {
- background-color: #303030;
- text-shadow: 1px 1px rgba(0,0,0,0.3);
- color: #acacac;
- border-color: #606060;
- }
- .vst-input:focus:disabled {
- }
- .vst-input:disabled:hover,
- .vst-list:disabled:hover,
- .vst-textinput: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: #222222;
- box-shadow: none !important;
- }
- .vst-list {
- background-color: #454545;
- border: 1px solid #606060;
- color: #d4d4d4;
- text-shadow: 0 0 0 #d4d4d4;
- box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
- }
- select.vst-list:-moz-focusring {
- }
- .vst-list.long-2 {
- }
- .vst-list option {
- }
- .vst-list:hover {
- border-color: #0090ff;
- background-color: #494949;
- }
- .vst-list:focus {
- background-color: #222222;
- border-color: #0080df;
- color: #fff;
- box-shadow: 0px 1px 6px rgba(0,52,91,0.75);
- }
- .vst-list.flat {
- border: 1px solid #454545;
- color: #fff;
- }
- .vst-list.flat:hover {
- color: #ff3478;
- }
- .vst-list.flat option {
- color: #d4d4d4;
- }
- 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: 0px 1px rgba(0,0,0,0.4);
- box-shadow: inset 0px 0px 2px rgba(0,0,0,0.5),
- 0px 2px 6px rgba(0,0,0,0.4) !important;
- color: #fff !important;
- padding: 4px 0px 0px 18px;
- overflow: hidden;
- height: 28px;
- }
- .advanced-options a {
- color: #fff !important;
- }
- .advanced-options .fas {
- }
- #advanced-options .console{
- }
- .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: 0px 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;
- }
- .vst-checkbox {
- }
- .lets-encrypt-note {
- }
- .additional-control {
- color: #0099ff;
- }
- .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 {
- }
- .data .step-left {
- }
- .hide-password {
- }
- .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: 0px 1px 4px rgba(0,0,0,0.1),
- inset 0px 0px 1px #000,
- inset 0px 0px 3px rgba(0,0,0,0.5) !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: #eeeeee !important;
- border: 1px solid #707070 !important;
- background: rgb(48,48,48) !important;
- background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(53,53,53,1) 35%, rgba(69,69,69,1) 100%) !important;
- box-shadow: 0px 1px 4px rgba(0,0,0,0.2),
- inset 0px 0px 1px rgba(20,20,20,1),
- inset 0px 0px 3px rgba(0,0,0, 0.5) !important;
- text-shadow: 0px 1px 1px rgba(0,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 rgba(0,0,0,0.25) !important;
- border: 1px solid #0098ff !important;
- background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(68,68,68,1) 35%, rgba(79,79,79,1) 100%) !important;
- background-color: #454545;
- box-shadow: 0px 1px 3px rgba(0,0,0,0.35),
- inset 0px 0px 1px rgba(0,0,0,1),
- inset 0px 0px 3px rgba(0,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, rgba(69,69,69,1) 0%, rgba(53,53,53,1) 35%, rgba(48,48,48,1) 100%) !important;
- color: #d4d4d4 !important;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.55) !important;
- box-shadow: 0px 1px 3px rgba(0,0,0,0.3),
- inset 0px 0px 1px rgba(0,0,0,1),
- inset -1px -1px 4px rgba(30,30,30,0.4) !important;
- }
- .ui-button-text-only {
- text-shadow: 0px 1px rgba(0,0,0,0.5);
- }
- .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: #eeeeee !important;
- border: 1px solid #454545 !important;
- background: rgb(48,48,48) !important;
- background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(53,53,53,1) 35%, rgba(69,69,69,1) 100%) !important;
- }
- .ui-button-text {
- color: #eeeeee !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, rgba(133,0,0,1) 0%, rgba(203,0,0,1) 100%) !important;
- color: #fff !important;
- text-shadow: 0px 1px rgba(0,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, rgba(133,0,0,1) 0%, rgba(203,0,0,1) 100%) !important;
- color: #4d0000 !important;
- text-shadow: 0px -1px 1px rgba(255,255,255,0.3) !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: 0px 1px 4px rgba(0,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: 0px 8px 25px rgba(0,0,0, 0.3), inset 0px 0px 2px rgba(0,0,0,0.25) !important;
- }
- .login-welcome {
- color: #fff !important;
- }
- .page-title {
- color: #dbdbdb !important;
- }
- .qr-code {
- border: 1px solid #3b3b3b;
- box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
- }
- .password-option {
- }
- .login a.error {
- color: #f864fa;
- }
- .hestiacp {
- }
- .hestiacp:hover {
- }
- .hestiacp:active {
- color: #ff3478;
- }
- .login-bottom {
- }
- .l-unit.selected {
- background-color: #454545;
- color: #d4d4d4;
- box-shadow: 0px 2px 10px rgba(30,30,30,0.35);
- text-shadow: 0px 1px rgba(0,0,0,0.5);
- border-left: 1px solid #212121;
- border-right: 1px solid #212121;
- }
- .l-unit.selected:hover {
- background-color: #555555;
- color: #d4d4d4;
- box-shadow: none !important;
- text-shadow: 0px 1px rgba(0,0,0,0.4);
- }
- .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 0px 1px 1px rgba(0,0,0,0.85), 0px 1px 1px rgba(0,0,0,0.2);
- background-color: rgba(15,15,15,0.5);
- border: 1px solid rgba(120,120,120,0.95);
- text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
- color: #909090;
- }
- .pill.usage b { color: #d8d8d8; }
- .badge {
- box-shadow: 0px 1px 2px rgba(70,70,70,0.5),
- inset 0px 2px 2px rgba(0,0,0,0.65);
- text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
- border: 1px solid #212121 !important;
- }
- .badge.large {
- }
- .badge.raised {
- background: radial-gradient(ellipse at center, rgba(40,40,40,0.2) 0%,rgba(80,80,80,0.05) 100%);
- }
- .l-unit--suspended .badge {
- background: #303030 !important;
- color: #808080 !important;
- text-shadow: 0px -1px rgba(0,0,0,0.4) !important;
- box-shadow: 0px 1px 2px rgba(25,25,25,0.3) !important;
- }
- .pill.gray, .badge.gray {
- border: 1px solid #181818;
- background-color: #252525;
- color: #dadada;
- text-shadow: 0px 1px rgba(0,0,0,0.7) !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: #33cccc;
- }
- .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 rgba(0,0,0,0.3);
- }
- .l-unit--suspended .status-icon.dim {
- color: #808080 !important;
- text-shadow: 0px !important;
- }
- .search-input {
- background-color: #212121;
- border: 1px solid #454545;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.4) !important;
- }
- .ui-dialog .ui-dialog-buttonpane {
- border-color: #404040 !important;
- background-color: #252525 !important;
- }
- .shortcuts {
- background: rgba(30,30,30,0.95);
- border: 1px solid rgba(255,255,255,0.25);
- box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
- 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.step-top {
- }
- .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: rgba(45,45,45,0.95) !important;
- border: 1px solid rgba(80,80,80,0.97) !important;
- box-shadow: inset 0px 1px 3px rgba(0,0,0,0.25),
- 0px 8px 25px rgba(0,0,0,0.9) !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: 0px 1px 4px rgba(0,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 {
- 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;
- }
- @media screen and (max-width: 950px) {
- .helper-container {
- display: none;
- }
- }
|