1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
Christer Warén
66be5660f5 Add Nextcloud theme 2025-07-11 23:46:35 +03:00
5 changed files with 10 additions and 39 deletions

View File

@@ -1 +1 @@
# Christer Warén - Themes # Keycloak Themes

View File

@@ -1,8 +1,3 @@
/*
Christer Warén - Themes
https://git.waren.io/cwchristerw/themes
*/
body { 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-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; background-color: #111111;
@@ -38,11 +33,7 @@ body {
} }
.login-pf body { .login-pf 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"); background: url("../img/keycloak-bg.png") no-repeat center center fixed;
background-color: #111111;
background-repeat: no-repeat;
background-position: center;
background-size: cover !important;
} }
.login-pf-page { .login-pf-page {

View File

@@ -1,8 +1,3 @@
/*
Christer Warén - Themes
https://git.waren.io/cwchristerw/themes
*/
body { 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-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; background-repeat: no-repeat;

View File

@@ -1,32 +1,28 @@
/* /*
Christer Warén - Themes Christer Warén
https://git.waren.io/cwchristerw/themes https://git.waren.io/cwchristerw/themes/
*/ */
img {
max-width: 100%;
}
header#header { header#header {
background-color: #000000dd !important; background-color: #000000dd !important;
} }
#body-login, #firstrunwizard .firstrunwizard-header, #theming-preview { #body-login, #firstrunwizard .firstrunwizard-header, #theming-preview {
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-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/apps/theming/image/background?v=9);
} }
#app-dashboard { #app-dashboard {
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-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/apps/theming/image/background?v=9) !important;
} }
#app-dashboard #welcome-widget .markdown-content em { #app-dashboard #welcome-widget .markdown-content em {
color: var(--color-text-light); color: var(--color-text-light);
} }
#body-login footer { #body-login footer {
color: var(--color-primary-text); color: var(--color-primary-text);
} }
#alternative-logins a.button[href="#body-login"] { #alternative-logins a.button[href="#body-login"] {
font-weight: bold; font-weight: bold;
} }

View File

@@ -1,11 +0,0 @@
/*
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;
background-size: cover;
background-position: center;
}