MediaWiki:Group-sysop.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
span.aragir-show, | span.aragir-show, | ||
small.aragir-show { | small.aragir-show { | ||
border: 1px dotted red; | |||
background-color: #804949; | |||
padding: 5px; | |||
display: inline !important; | display: inline !important; | ||
width:60%; | |||
} | } | ||
table.sysop-show, | table.sysop-show, | ||
table.aragir-show { | table.aragir-show { | ||
border: 1px dotted red; | |||
background-color: #804949; | |||
padding: 5px; | |||
display: table !important; | display: table !important; | ||
width:60%; | |||
} | } | ||
li.sysop-show, | li.sysop-show, | ||
li.aragir-show { | li.aragir-show { | ||
border: 1px dotted red; | |||
background-color: #804949; | |||
padding: 5px; | |||
display: list-item !important; | display: list-item !important; | ||
width:60%; | |||
} | } |
Revision as of 22:53, 10 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.sysop-show, p.sysop-show, div.aragir-show, p.aragir-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: block !important; width:60%; } span.sysop-show, span.aragir-show, small.aragir-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: inline !important; width:60%; } table.sysop-show, table.aragir-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: table !important; width:60%; } li.sysop-show, li.aragir-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: list-item !important; width:60%; }