1
0

Themes Update

This commit is contained in:
Christer Warén
2025-11-02 01:30:17 +02:00
parent 60f6ca7b8a
commit 5cff4c4f08
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
/*
Christer Warén - Themes
https://git.waren.io/cwchristerw/themes
*/
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg") !important;
background-color: #111111;
@@ -33,7 +38,11 @@ body {
}
.login-pf body {
background: url("../img/keycloak-bg.png") no-repeat center center fixed;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg");
background-color: #111111;
background-repeat: no-repeat;
background-position: center;
background-size: cover !important;
}
.login-pf-page {

View File

@@ -1,3 +1,8 @@
/*
Christer Warén - Themes
https://git.waren.io/cwchristerw/themes
*/
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg") !important;
background-repeat: no-repeat;

View File

@@ -1,5 +1,5 @@
/*
Christer Warén
Christer Warén - Themes
https://git.waren.io/cwchristerw/themes
*/
@@ -8,25 +8,25 @@ 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.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.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.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.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;
}

View File

@@ -1,3 +1,8 @@
/*
Christer Warén - Themes
https://git.waren.io/cwchristerw/themes
*/
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg);
background-attachment: fixed;