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: #303136; | ||
background-size: 100% 594px; | background-size: 100% 594px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: | background-position: bottom; | ||
} | } |
Revision as of 00:31, 18 December 2022
/* CSS placed here will be applied to all skins */ body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #303136; background-size: 100% 594px; background-repeat: no-repeat; background-position: bottom; }