1
0

Compare commits

...

4 Commits

Author SHA1 Message Date
Christer Warén
106b14807e Add Uptime Kuma theme 2025-08-03 17:27:02 +03:00
Christer Warén
0481d9e5c7 Add Nextcloud theme 2025-08-03 17:26:52 +03:00
Christer Warén
4833a22ff2 Move Keycloak themes to subdirectory 2025-08-03 17:26:42 +03:00
Christer Warén
98e2e15aae Update README.md 2025-08-03 17:25:53 +03:00
16 changed files with 39 additions and 1 deletions

View File

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

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,32 @@
/*
Warén Group
https://git.waren.io/warengroup/themes
*/
img {
max-width: 100%;
}
header#header {
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);
}
#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;
}
#app-dashboard #welcome-widget .markdown-content em {
color: var(--color-text-light);
}
#body-login footer {
color: var(--color-primary-text);
}
#alternative-logins a.button[href="#body-login"] {
font-weight: bold;
}

6
uptime-kuma/custom.css Normal file
View File

@@ -0,0 +1,6 @@
body {
background-image: linear-gradient(to bottom right, #111111, #000000);
background-attachment: fixed;
background-size: cover;
background-position: center;
}