1
0

Compare commits

...

7 Commits

Author SHA1 Message Date
Christer Warén
1629b9fc52 Themes Update 2025-11-02 01:24:06 +02:00
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
Christer Warén
0f5e140587 Update copyright year 2025-01-01 18:12:11 +02:00
Christer Warén
26a4a9d78c Prevent automatic redirection to admin in Warén Group theme 2024-10-19 02:21:06 +03:00
16 changed files with 69 additions and 7 deletions

View File

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

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

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

@@ -28,7 +28,7 @@
<a href="https://waren.io">Website</a>
</main>
<footer>
<p class="copyright">&copy;2022 <a href="https://waren.io">Warén Group</a></p>
<p class="copyright">&copy;2022-2025 <a href="https://waren.io">Warén Group</a></p>
</footer>
</body>
</html>

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

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

@@ -1,2 +1,3 @@
parent=keycloak
styles=css/warengroup.css
redirectToAdmin=false

View File

@@ -0,0 +1,36 @@
/*
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.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.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);
}
#body-login footer {
color: var(--color-primary-text);
}
#alternative-logins a.button[href="#body-login"] {
font-weight: bold;
}
section#hosted_signaling_server {
display: none;
}

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

@@ -0,0 +1,11 @@
/*
Warén Group - Themes
https://git.waren.io/warengroup/themes
*/
body {
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;
}