|
|
| 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: inline;
| |
| }
| |
|
| |
| .mw-special-Uncategorizedimages {
| |
| display: inline;
| |
| }
| |
|
| |
| .mw-special-Listfiles {
| |
| display: inline;
| |
| }
| |
|
| |
| .mw-special-Log {
| |
| display: inline;
| |
| }
| |
|
| |
| .mw-special-Newimages {
| |
| display: inline;
| |
| }
| |
| /* Disables spoilers. END */
| |
Latest revision as of 18:43, 22 July 2022
/* CSS placed here will affect sysops only */