MediaWiki:Common.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
Removing documentation CSS code, it is now replaced with a module for the documentation template.
Only applying to the Main Page itself, and not its history page.
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.page-Main_Page #maintitle, .page-Main_Page #firstHeading {
.page-Main_Page.action-view #firstHeading {
display: none;
display: none;
}
}

Latest revision as of 07:06, 23 November 2025

/* CSS placed here will be applied to all skins */
.page-Main_Page.action-view #firstHeading {
	display: none;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.autoconfirmed-show,
.user-show {
	display: none;
}