MediaWiki:Group-sysop.css: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
p.delbellis-show, | p.delbellis-show, | ||
div.aragir-show, | div.aragir-show, | ||
p.aragir-show { | p.aragir-show, | ||
div.soul-show, | |||
p.soul-show { | |||
border: 1px dotted red; | border: 1px dotted red; | ||
background-color: #804949; | background-color: #804949; | ||
Line 28: | Line 30: | ||
small.delbellis-show, | small.delbellis-show, | ||
span.aragir-show, | span.aragir-show, | ||
small.aragir-show { | small.aragir-show, | ||
span.soul-show, | |||
small.soul-show { | |||
border: 1px dotted red; | border: 1px dotted red; | ||
background-color: #804949; | background-color: #804949; | ||
Line 39: | Line 43: | ||
table.cynic-show, | table.cynic-show, | ||
table.delbellis-show, | table.delbellis-show, | ||
table.aragir-show { | table.aragir-show, { | ||
table.soul-show { | |||
border: 1px dotted red; | border: 1px dotted red; | ||
background-color: #804949; | background-color: #804949; | ||
Line 50: | Line 55: | ||
li.cynic-show, | li.cynic-show, | ||
li.delbellis-show, | li.delbellis-show, | ||
li.aragir-show { | li.aragir-show, { | ||
li.soul-show { | |||
border: 1px dotted red; | border: 1px dotted red; | ||
background-color: #804949; | background-color: #804949; |
Latest revision as of 13:37, 21 November 2023
/* 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, div.soul-show, p.soul-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, span.soul-show, small.soul-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, { table.soul-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, { li.soul-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: list-item !important; width:60%; }