No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
img.bg { | |||
min-width: 100%; | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
body { | body { | ||
background-image: url("/resources/assets/PageBackgroundHeader.png"); | background-image: url("/resources/assets/PageBackgroundHeader.png"); | ||
background-color: 1d1e1f; | background-color: 1d1e1f; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
background-position: top; | background-position: top; | ||
} | } |
Revision as of 00:26, 18 December 2022
/* CSS placed here will be applied to all skins */ img.bg { min-width: 100%; max-width: 100%; height: auto; } body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: 1d1e1f; background-repeat: no-repeat; background-position: center; background-position: top; }