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.
Removing the firstHeading code.
 
(One intermediate revision by the same user not shown)
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 {
display: none;
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
/* Hide stuff meant for accounts with special permissions. Made visible again in

Latest revision as of 20:58, 24 December 2025

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

/* 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;
}