No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.citizen-body-container { | .citizen-body-container { | ||
background-color: #14181f; | background-color: #14181f; | ||
opacity: 0.4; | |||
border-radius: 10px; | border-radius: 10px; | ||
padding: 20px; | padding: 20px; | ||
width: | margin: auto; | ||
width: 50%; | |||
} | } | ||
Revision as of 00:35, 19 December 2022
/* CSS placed here will be applied to all skins */ .citizen-body-container { background-color: #14181f; opacity: 0.4; border-radius: 10px; padding: 20px; margin: auto; width: 50%; } body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #1d1e1f; background-size: 100% 200px; background-repeat: no-repeat; background-position: top; }