85 lines
1.6 KiB
CSS
Executable file
85 lines
1.6 KiB
CSS
Executable file
:root {
|
|
--ct-color-host-accent: #3f0091 !important;
|
|
}
|
|
|
|
body.login-pf {
|
|
background: url("back.png") no-repeat 75% 0;
|
|
background-size: cover;
|
|
background-color: #000000;
|
|
}
|
|
|
|
#badge {
|
|
inline-size: 5em;
|
|
block-size: 5em;
|
|
background-image: url("square-hicolor.svg");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.login-pf .container {
|
|
background: none!important;
|
|
color: #FFFFFF!important
|
|
}
|
|
.login-pf .details {
|
|
background: none!important;
|
|
color: #FFFFFF!important
|
|
}
|
|
|
|
.pf-v5-c-menu__list {
|
|
background-color: #3f009190!important;
|
|
border-style: solid!important;
|
|
border-color: #3f009120!important;
|
|
}
|
|
|
|
.pf-v5-c-menu__item {
|
|
background-color: #3f009190!important;
|
|
border-style: solid!important;
|
|
border-color: #3f009120!important;
|
|
}
|
|
|
|
.pf-v5-c-about-modal-box {
|
|
background: none!important;
|
|
background-color: #000000!important
|
|
|
|
}
|
|
.pf-v5-l-bullseye {
|
|
background-color: #000000!important
|
|
}
|
|
|
|
input {
|
|
background-color: #00000060!important
|
|
}
|
|
|
|
.host-apps {
|
|
background-color: #3f009160!important;
|
|
}
|
|
.pf-v5-c-masthead {
|
|
background-color: #3f009160!important;
|
|
}
|
|
.ct-switcher {
|
|
background-color: #3f009160!important;
|
|
}
|
|
.pf-v5-c-text-input-group__text-input {
|
|
background-color: #3f009160!important;
|
|
}
|
|
.pf-m-current {
|
|
background-color: #3f0091!important;
|
|
}
|
|
|
|
button {
|
|
border-color: #3f0091!important;
|
|
background-color: #3f009150!important;
|
|
}
|
|
|
|
#brand {
|
|
font-size: 18pt;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
#brand::before {
|
|
content: "Phoenix Server";
|
|
}
|
|
|
|
#index-brand::before {
|
|
content: "Phoenix Server";
|
|
}
|