Cockpit-Custom/skeleton/custom/branding.css
2025-03-22 22:56:19 +01:00

72 lines
1.3 KiB
CSS
Executable file

:root {
--ct-color-host-accent: #cd8f00 !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;
}
.pf-m-primary {
background: none!important;
}
.login-pf .container {
background: none!important;
color: #FFFFFF!important
}
.login-pf .details {
background: none!important;
color: #FFFFFF!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: #cd8f0060!important;
}
.pf-v5-c-masthead {
background-color: #cd8f0060!important;
}
.ct-switcher {
background-color: #cd8f0060!important;
}
.pf-v5-c-text-input-group__text-input {
background-color: #cd8f0060!important;
}
.pf-m-current {
background-color: #cd8f00!important;
}
#brand {
font-size: 18pt;
text-transform: uppercase;
}
#brand::before {
content: "MS-CT-Gen2 - Dev Node Base";
}
#index-brand::before {
content: "MS-CT-Gen2 - Dev Node Base";
}