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 | /* Remove CreateAccount statistics block completely */ | ||
.mw-createacct-benefits-container, | .mw-createacct-benefits-container, | ||
.mw-createacct-benefits-heading, | .mw-createacct-benefits-heading, | ||
| Line 7: | Line 7: | ||
.mw-number-text.icon-pages, | .mw-number-text.icon-pages, | ||
.mw-number-text.icon-contributors { | .mw-number-text.icon-contributors { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 19:17, 17 January 2026
/* CSS placed here will be applied to all skins */
/* Remove CreateAccount statistics block completely */
.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;
}