MediaWiki:Group-sysop.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
border: 1px dotted red; | border: 1px dotted red; | ||
background-color: #804949; | background-color: #804949; | ||
padding: 5px; | |||
display: block !important; | display: block !important; | ||
} | } |
Revision as of 17:51, 8 September 2021
/* CSS placed here will affect sysops only */ /* CSS placed here will affect aragir only */ /* Show hidden items that have class="aragir-show". */ div.aragir-show, p.aragir-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: block !important; } span.aragir-show, small.aragir-show { display: inline !important; } table.aragir-show { display: table !important; } li.aragir-show { display: list-item !important; }