MediaWiki:Group-sysop.css: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
div.sysop-show, | div.sysop-show, | ||
p.sysop-show, | p.sysop-show, | ||
div.cerrule-show, | |||
p.cerrule-show, | |||
div.cynic-show, | |||
p.cynic-show, | |||
div.delbellis-show, | |||
p.delbellis-show, | |||
div.aragir-show, | div.aragir-show, | ||
p.aragir-show { | p.aragir-show { | ||
Line 15: | Line 21: | ||
} | } | ||
span.sysop-show, | span.sysop-show, | ||
span.cerrule-show, | |||
small.cerrule-show, | |||
span.cynic-show, | |||
small.cynic-show, | |||
span.delbellis-show, | |||
small.delbellis-show, | |||
span.aragir-show, | span.aragir-show, | ||
small.aragir-show { | small.aragir-show { | ||
Line 24: | Line 36: | ||
} | } | ||
table.sysop-show, | table.sysop-show, | ||
table.cerrule-show, | |||
table.cynic-show, | |||
table.delbellis-show, | |||
table.aragir-show { | table.aragir-show { | ||
border: 1px dotted red; | border: 1px dotted red; | ||
Line 32: | Line 47: | ||
} | } | ||
li.sysop-show, | li.sysop-show, | ||
li.cerrule-show, | |||
li.cynic-show, | |||
li.delbellis-show, | |||
li.aragir-show { | li.aragir-show { | ||
border: 1px dotted red; | border: 1px dotted red; |
Revision as of 00:20, 12 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.cerrule-show, p.cerrule-show, div.cynic-show, p.cynic-show, div.delbellis-show, p.delbellis-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.cerrule-show, small.cerrule-show, span.cynic-show, small.cynic-show, span.delbellis-show, small.delbellis-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.cerrule-show, table.cynic-show, table.delbellis-show, table.aragir-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: table !important; width:60%; } li.sysop-show, li.cerrule-show, li.cynic-show, li.delbellis-show, li.aragir-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: list-item !important; width:60%; }