No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
body { | body { | ||
background-image: url("/resources/assets/PageBackgroundHeader.png"); | background-image: url("/resources/assets/PageBackgroundHeader.png"); | ||
background-color: # | background-color: #18191c; | ||
background-size: 100% 200px; | background-size: 100% 200px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center top; | background-position: center top; | ||
} | } |
Revision as of 00:38, 19 December 2022
/* CSS placed here will be applied to all skins */ body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #18191c; background-size: 100% 200px; background-repeat: no-repeat; background-position: center top; }