Themes Update
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
|
/*
|
||||||
|
Warén Group
|
||||||
|
https://git.waren.io/warengroup/themes
|
||||||
|
*/
|
||||||
|
|
||||||
body {
|
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-color: #111111;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@@ -8,7 +13,7 @@ body {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Akashi";
|
font-family: "Akashi";
|
||||||
src: url('../fonts/Akashi.ttf');
|
src: url('https://cdn.waren.io/files/warengroup/assets/fonts/Akashi.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-header-wrapper {
|
#kc-header-wrapper {
|
||||||
@@ -38,7 +43,11 @@ div.kc-logo-text.kc-logo-custom {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.login-pf body {
|
.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 {
|
.login-pf-page {
|
||||||
|
|||||||
Binary file not shown.
@@ -1,5 +1,10 @@
|
|||||||
|
/*
|
||||||
|
Warén Group
|
||||||
|
https://git.waren.io/warengroup/themes
|
||||||
|
*/
|
||||||
|
|
||||||
body {
|
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;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
@@ -15,7 +20,7 @@ body {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Akashi";
|
font-family: "Akashi";
|
||||||
src: url('../fonts/Akashi.ttf');
|
src: url('https://cdn.waren.io/files/warengroup/assets/fonts/Akashi.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
body, main {
|
body, main {
|
||||||
|
|||||||
Binary file not shown.
@@ -8,25 +8,29 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header#header {
|
header#header {
|
||||||
background-color: #000000dd !important;
|
background-color: #000000dd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#body-login, #firstrunwizard .firstrunwizard-header, #theming-preview {
|
#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 {
|
#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 {
|
#app-dashboard #welcome-widget .markdown-content em {
|
||||||
color: var(--color-text-light);
|
color: var(--color-text-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
#body-login footer {
|
#body-login footer {
|
||||||
color: var(--color-primary-text);
|
color: var(--color-primary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
#alternative-logins a.button[href="#body-login"] {
|
#alternative-logins a.button[href="#body-login"] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
section#hosted_signaling_server {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
|
/*
|
||||||
|
Warén Group - Themes
|
||||||
|
https://git.waren.io/warengroup/themes
|
||||||
|
*/
|
||||||
|
|
||||||
body {
|
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-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user