1
0

Themes Update

This commit is contained in:
Christer Warén
2025-11-02 01:24:06 +02:00
parent 106b14807e
commit 1629b9fc52
6 changed files with 35 additions and 12 deletions

View File

@@ -1,5 +1,10 @@
/*
Warén Group
https://git.waren.io/warengroup/themes
*/
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/keycloak-bg.png") !important;
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://cdn.waren.io/files/warengroup/assets/images/ai-generated-9087010-2.jpg) !important;
background-color: #111111;
background-repeat: no-repeat;
background-position: center;
@@ -8,7 +13,7 @@ body {
@font-face {
font-family: "Akashi";
src: url('../fonts/Akashi.ttf');
src: url('https://cdn.waren.io/files/warengroup/assets/fonts/Akashi.ttf');
}
#kc-header-wrapper {
@@ -38,7 +43,11 @@ div.kc-logo-text.kc-logo-custom {
}
.login-pf body {
background: url("../img/keycloak-bg.png") no-repeat center center fixed;
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://cdn.waren.io/files/warengroup/assets/images/ai-generated-9087010-2.jpg);
background-color: #111111;
background-repeat: no-repeat;
background-position: center;
background-size: cover !important;
}
.login-pf-page {

View File

@@ -1,5 +1,10 @@
/*
Warén Group
https://git.waren.io/warengroup/themes
*/
body {
background-color: #111111;
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://cdn.waren.io/files/warengroup/assets/images/ai-generated-9087010-2.jpg);
align-items: center;
justify-content: center;
width: 100vw;
@@ -15,7 +20,7 @@ body {
@font-face {
font-family: "Akashi";
src: url('../fonts/Akashi.ttf');
src: url('https://cdn.waren.io/files/warengroup/assets/fonts/Akashi.ttf');
}
body, main {

View File

@@ -8,25 +8,29 @@ img {
}
header#header {
background-color: #000000dd !important;
background-color: #000000dd !important;
}
#body-login, #firstrunwizard .firstrunwizard-header, #theming-preview {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/apps/theming/image/background?v=9);
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://cdn.waren.io/files/warengroup/assets/images/ai-generated-9087010-2.jpg);
}
#app-dashboard {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/apps/theming/image/background?v=9) !important;
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://cdn.waren.io/files/warengroup/assets/images/ai-generated-9087010-2.jpg) !important;
}
#app-dashboard #welcome-widget .markdown-content em {
color: var(--color-text-light);
color: var(--color-text-light);
}
#body-login footer {
color: var(--color-primary-text);
color: var(--color-primary-text);
}
#alternative-logins a.button[href="#body-login"] {
font-weight: bold;
font-weight: bold;
}
section#hosted_signaling_server {
display: none;
}

View File

@@ -1,5 +1,10 @@
/*
Warén Group - Themes
https://git.waren.io/warengroup/themes
*/
body {
background-image: linear-gradient(to bottom right, #111111, #000000);
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://cdn.waren.io/files/warengroup/assets/images/ai-generated-9087010-2.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;