Compare commits
7 Commits
a2a7d774f1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1629b9fc52 | ||
|
|
106b14807e | ||
|
|
0481d9e5c7 | ||
|
|
4833a22ff2 | ||
|
|
98e2e15aae | ||
|
|
0f5e140587 | ||
|
|
26a4a9d78c |
@@ -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 {
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -28,7 +28,7 @@
|
||||
<a href="https://waren.io">Website</a>
|
||||
</main>
|
||||
<footer>
|
||||
<p class="copyright">©2022 <a href="https://waren.io">Warén Group</a></p>
|
||||
<p class="copyright">©2022-2025 <a href="https://waren.io">Warén Group</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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 {
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -1,2 +1,3 @@
|
||||
parent=keycloak
|
||||
styles=css/warengroup.css
|
||||
redirectToAdmin=false
|
||||
36
nextcloud/warengroup/custom.css
Normal 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
@@ -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;
|
||||
}
|
||||