MediaWiki:Common.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
m Undo.
Tag: Manual revert
No edit summary
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
     background-color: #ecfcf4;
     background-color: #ecfcf4;
     padding: 1em;
     padding: 1em;
}
/* 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;
}
}

Latest revision as of 12:13, 26 June 2024

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

.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #a2a9b1;
    background-color: #ecfcf4;
    padding: 1em;
}
/* 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;
}