MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
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-color: #1d1e1f;
background-size: 100% 594px;
background-repeat: no-repeat;
background-position: top;
}


/* Hide title and edit tools on main page */
/* Hide title and edit tools on main page */

Revision as of 19:37, 2 January 2023

/* CSS placed here will be applied to all skins */

/* Hide title and edit tools on main page */
.page-Main_Page .mw-side,
.page-Main_Page .firstHeading,
.page-Main_Page #siteSub {
	display: none!important;
}