MediaWiki:Common.css: Difference between revisions

From Pet Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


/* Hide controls */
/* Hide controls */
.mw-head {
.mw-head .right-navigation {
display:none;
display:none;
}
}

Revision as of 22:28, 6 January 2021

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

/* Hide title */
.page-Main_Page .firstHeading {
	display:none;
}

/* Hide controls */
.mw-head .right-navigation {
	display:none;
}