MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Remove all CreateAccount statistics blocks */ | ||
.mw-createacct-benefits, | .mw-createacct-benefits-container, | ||
.createacct-benefits, | .mw-createacct-benefits-heading, | ||
.mw-createacct- | .mw-createacct-benefits-list, | ||
.mw- | .mw-number-text.icon-edits, | ||
.mw- | .mw-number-text.icon-pages, | ||
.mw- | .mw-number-text.icon-contributors { | ||
. | display: none !important; | ||
} | |||
div | |||
/* Remove duplicate headings outside the container */ | |||
div.mw-createacct-benefits-heading, | |||
div.mw-number-text.icon-edits { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 19:14, 17 January 2026
/* CSS placed here will be applied to all skins */
/* Remove all CreateAccount statistics blocks */
.mw-createacct-benefits-container,
.mw-createacct-benefits-heading,
.mw-createacct-benefits-list,
.mw-number-text.icon-edits,
.mw-number-text.icon-pages,
.mw-number-text.icon-contributors {
display: none !important;
}
/* Remove duplicate headings outside the container */
div.mw-createacct-benefits-heading,
div.mw-number-text.icon-edits {
display: none !important;
}