(Removed Infobox CSS to dedicated CCS in template.) Tags: Replaced Manual revert |
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 */ | ||
.citizen-body-container { | |||
background-color: #14181f; | |||
border-radius: 10px; | |||
padding: 20px; | |||
} | |||
body { | |||
background-image: url("/resources/assets/PageBackgroundHeader.png"); | |||
background-color: #1d1e1f; | |||
background-size: 100% 594px; | |||
background-repeat: no-repeat; | |||
background-position: top; | |||
} |
Revision as of 00:29, 19 December 2022
/* CSS placed here will be applied to all skins */ .citizen-body-container { background-color: #14181f; border-radius: 10px; padding: 20px; } body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #1d1e1f; background-size: 100% 594px; background-repeat: no-repeat; background-position: top; }