Compare commits
2 Commits
555c0afd2c
...
66be5660f5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
66be5660f5 | ||
![]() |
047ed1119e |
Before Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 4.6 MiB |
Before Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 4.6 MiB |
@@ -1,5 +1,5 @@
|
|||||||
body {
|
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-color: #111111;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@@ -8,7 +8,7 @@ body {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Akashi";
|
font-family: "Akashi";
|
||||||
src: url('../fonts/Akashi.ttf');
|
src: url('https://christerwaren.fi/assets/fonts/Akashi.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-header-wrapper {
|
#kc-header-wrapper {
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@@ -1,5 +1,5 @@
|
|||||||
body {
|
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-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
@@ -19,7 +19,7 @@ body {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Akashi";
|
font-family: "Akashi";
|
||||||
src: url('../fonts/Akashi.ttf');
|
src: url('https://christerwaren.fi/assets/fonts/Akashi.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
body, main {
|
body, main {
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
28
nextcloud/cwchristerw/custom.css
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
/*
|
||||||
|
Christer Warén
|
||||||
|
https://git.waren.io/cwchristerw/themes/
|
||||||
|
*/
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|