Compare commits
4 Commits
d8e81f5b68
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
60f6ca7b8a | ||
![]() |
239c1f7954 | ||
![]() |
dd12ef5e95 | ||
![]() |
bef6f4fc1f |
32
nextcloud/cwchristerw/custom.css
Normal file
32
nextcloud/cwchristerw/custom.css
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
/*
|
||||||
|
Christer Warén
|
||||||
|
https://git.waren.io/cwchristerw/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.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;
|
||||||
|
}
|
6
uptime-kuma/custom.css
Normal file
6
uptime-kuma/custom.css
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
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;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
}
|
Reference in New Issue
Block a user