Jump to content

MediaWiki:Common.css: Difference between revisions

From International Treaty Law Wiki
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 */
/* 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;
}
/* 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: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;
}