MediaWiki:Group-sysop.css: Difference between revisions
Created page with "→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-..." |
mNo edit summary |
||
Line 6: | Line 6: | ||
div.aragir-show, | div.aragir-show, | ||
p.aragir-show { | p.aragir-show { | ||
border: 1px dotted red; | |||
background-color: #804949; | |||
display: block !important; | display: block !important; | ||
} | } |
Revision as of 17:50, 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; 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; }