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 */
/* Broad hide for create account stats (covers many skins) */
/* Remove all CreateAccount statistics blocks */
.mw-createacct-benefits,
.mw-createacct-benefits-container,
.createacct-benefits,
.mw-createacct-benefits-heading,
.mw-createacct-benefit-container,
.mw-createacct-benefits-list,
.mw-createacct-benefit-head,
.mw-number-text.icon-edits,
.mw-createacct-benefit-body,
.mw-number-text.icon-pages,
.mw-createaccount-benefits,
.mw-number-text.icon-contributors {
.createaccount-benefits,
    display: none !important;
#createacct-benefits,
}
div[class*="createacct"],
 
div[class*="createaccount"] {
/* Remove duplicate headings outside the container */
div.mw-createacct-benefits-heading,
div.mw-number-text.icon-edits {
     display: none !important;
     display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !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;
}