MediaWiki:Vector.css: Difference between revisions

add background image to Main Page
(change body text to Nunito)
(add background image to Main Page)
Line 61:
.skin-vector-legacy #footer-icons {
align-self: flex-end;
}
 
/* Main page */
body.rootpage-Main_Page.action-view .vector-header-container:not(.vector-sticky-header-container),
body.rootpage-Template_Main_Page.action-view .vector-header-container:not(.vector-sticky-header-container) {
background-image: url('https://static.miraheze.org/chicorywiki/8/87/Wiki_main_page_background.png');
background-repeat: no-repeat;
background-position: 50% 0;
background-size: contain;
}
 
body.rootpage-Main_Page.action-view .mw-page-container,
body.rootpage-Template_Main_Page.action-view .mw-page-container {
background-image: url('https://static.miraheze.org/chicorywiki/8/87/Wiki_main_page_background.png');
background-repeat: no-repeat;
background-position: 50% -66px;
background-size: contain;
}