MediaWiki:Common.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
Only applying to the Main Page itself, and not its history page.
 
(12 intermediate revisions by 4 users 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 {
.page-Main_Page.action-view #firstHeading {
display: none;
display: none;
}
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
.template-documentation {
[[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
clear: both;
.checkuser-show,
margin: 1em 0 0 0;
.sysop-show,
border: 1px solid #a2a9b1;
.autoconfirmed-show,
background-color: #ecfcf4;
.user-show {
padding: 1em;
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;
}