Themes Update
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
Christer Warén - Themes
|
||||
https://git.waren.io/cwchristerw/themes
|
||||
*/
|
||||
|
||||
body {
|
||||
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;
|
||||
@@ -33,7 +38,11 @@ body {
|
||||
}
|
||||
|
||||
.login-pf body {
|
||||
background: url("../img/keycloak-bg.png") no-repeat center center fixed;
|
||||
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");
|
||||
background-color: #111111;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
.login-pf-page {
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
Christer Warén - Themes
|
||||
https://git.waren.io/cwchristerw/themes
|
||||
*/
|
||||
|
||||
body {
|
||||
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;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Christer Warén
|
||||
Christer Warén - Themes
|
||||
https://git.waren.io/cwchristerw/themes
|
||||
*/
|
||||
|
||||
@@ -8,25 +8,25 @@ 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.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.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.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.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;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
Christer Warén - Themes
|
||||
https://git.waren.io/cwchristerw/themes
|
||||
*/
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user