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 */ | ||
body { | |||
border: 10px solid red !important; | |||
} | |||
/* Remove CreateAccount statistics block completely */ | /* Remove CreateAccount statistics block completely */ | ||
.mw-createacct-benefits-container, | .mw-createacct-benefits-container, | ||
Revision as of 19:26, 17 January 2026
/* CSS placed here will be applied to all skins */
body {
border: 10px solid red !important;
}
/* 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;
}