1
0

Compare commits

...

5 Commits

Author SHA1 Message Date
Christer Warén
60f6ca7b8a Add Uptime Kuma theme 2025-07-26 23:49:41 +03:00
Christer Warén
239c1f7954 Update Nextcloud theme 2025-07-12 15:04:09 +03:00
Christer Warén
dd12ef5e95 Add Nextcloud theme 2025-07-11 23:50:34 +03:00
Christer Warén
bef6f4fc1f Refresh README.md 2025-07-11 23:50:23 +03:00
Christer Warén
047ed1119e Move Keycloak themes to subdirectory 2025-07-11 23:45:23 +03:00
16 changed files with 43 additions and 5 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

View File

@@ -1,5 +1,5 @@
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/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-repeat: no-repeat;
background-position: center;
@@ -8,7 +8,7 @@ body {
@font-face {
font-family: "Akashi";
src: url('../fonts/Akashi.ttf');
src: url('https://christerwaren.fi/assets/fonts/Akashi.ttf');
}
#kc-header-wrapper {

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -1,5 +1,5 @@
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/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-position: center;
background-size: cover !important;
@@ -19,7 +19,7 @@ body {
@font-face {
font-family: "Akashi";
src: url('../fonts/Akashi.ttf');
src: url('https://christerwaren.fi/assets/fonts/Akashi.ttf');
}
body, main {

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -0,0 +1,32 @@
/*
Christer Warén
https://git.waren.io/cwchristerw/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(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;
}