MediaWiki:Group-sysop.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
 
Ranzu (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect sysops only */
/* CSS placed here will affect sysops only */
/* Disables spoilers. We need other way for this. Disable viewing of unused pictures */
.mw-special-Unusedimages {
    display: none!important;
}
.mw-special-Uncategorizedimages {
    display: none!important;
}
.mw-special-Listfiles {
    display: none!important;
}
.mw-special-Log {
    display: none!important;
}
.mw-special-Newimages {
    display: none!important;
}
/* Disables spoilers. END */

Latest revision as of 18:43, 22 July 2022

/* CSS placed here will affect sysops only */