diff --git a/keycloak/warengroup/login/resources/css/warengroup.css b/keycloak/warengroup/login/resources/css/warengroup.css index 99cf6c6..28bfbe3 100644 --- a/keycloak/warengroup/login/resources/css/warengroup.css +++ b/keycloak/warengroup/login/resources/css/warengroup.css @@ -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 { diff --git a/keycloak/warengroup/login/resources/fonts/Akashi.ttf b/keycloak/warengroup/login/resources/fonts/Akashi.ttf deleted file mode 100755 index fd2d3ca..0000000 Binary files a/keycloak/warengroup/login/resources/fonts/Akashi.ttf and /dev/null differ diff --git a/keycloak/warengroup/welcome/resources/css/warengroup.css b/keycloak/warengroup/welcome/resources/css/warengroup.css index 0471019..21f3d21 100644 --- a/keycloak/warengroup/welcome/resources/css/warengroup.css +++ b/keycloak/warengroup/welcome/resources/css/warengroup.css @@ -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 { diff --git a/keycloak/warengroup/welcome/resources/fonts/Akashi.ttf b/keycloak/warengroup/welcome/resources/fonts/Akashi.ttf deleted file mode 100755 index fd2d3ca..0000000 Binary files a/keycloak/warengroup/welcome/resources/fonts/Akashi.ttf and /dev/null differ diff --git a/nextcloud/warengroup/custom.css b/nextcloud/warengroup/custom.css index 87a3e1f..0924fd1 100644 --- a/nextcloud/warengroup/custom.css +++ b/nextcloud/warengroup/custom.css @@ -8,25 +8,29 @@ 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.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.5), rgba(0, 0, 0, 0.5)), url(/apps/theming/image/background?v=9) !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; } #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; +} + +section#hosted_signaling_server { + display: none; } diff --git a/uptime-kuma/custom.css b/uptime-kuma/custom.css index 63e273d..e82d791 100644 --- a/uptime-kuma/custom.css +++ b/uptime-kuma/custom.css @@ -1,5 +1,10 @@ +/* +Warén Group - Themes +https://git.waren.io/warengroup/themes +*/ + body { - background-image: linear-gradient(to bottom right, #111111, #000000); + 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;