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 */ | ||
body { | |||
background-image: url("/resources/assets/PageBackgroundHeader.png"); | background-image: url("/resources/assets/PageBackgroundHeader.png"); | ||
background-color: # | background-color: #1d1e1f; | ||
background-size: 100% | background-size: 100% 594px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: | background-position: 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; | |||
} | } | ||
Revision as of 19:35, 2 January 2023
/* CSS placed here will be applied to all skins */ body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #1d1e1f; background-size: 100% 594px; background-repeat: no-repeat; background-position: 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; }