No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | .body { | ||
background-image: url("/resources/assets/PageBackgroundHeader.png"); | background-image: url("/resources/assets/PageBackgroundHeader.png"); | ||
background-color: # | background-color: #18191c; | ||
background-size: 100% | background-size: 100% 400px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: top; | background-position: center top; | ||
} | |||
/* Hide title and edit tools on main page */ | |||
.page-Main_Page .mw-side, | |||
.page-Main_Page .firstHeading, | |||
.page-Main_Page #siteSub { | |||
display: none!important; | |||
} | |||
/* Force override until skin is updated */ | |||
.skin-citizen blockquote { | |||
margin: 0.8rem 20px; | |||
padding: 0; | |||
} | } |
Latest revision as of 23:37, 12 February 2023
/* CSS placed here will be applied to all skins */ .body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #18191c; background-size: 100% 400px; background-repeat: no-repeat; background-position: center top; } /* Hide title and edit tools on main page */ .page-Main_Page .mw-side, .page-Main_Page .firstHeading, .page-Main_Page #siteSub { display: none!important; } /* Force override until skin is updated */ .skin-citizen blockquote { margin: 0.8rem 20px; padding: 0; }