MediaWiki:Common.css: Difference between revisions

From Test Wiki
Content deleted Content added
mNo edit summary
Tag: Reverted
Only applying to the Main Page itself, and not its history page.
 
(7 intermediate revisions by 3 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;
}
}

.wikiEditor-ui-toolbar .tabs span.tab a {display: none;}