MediaWiki:Group-sysop.css: Difference between revisions
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
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, | ||
div.soul-show, | |||
p.soul-show { | |||
border: 1px dotted red; | border: 1px dotted red; | ||
background-color: #804949; | background-color: #804949; | ||
padding: 5px; | padding: 5px; | ||
display: block !important; | display: block !important; | ||
width:60%; | |||
} | } | ||
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, | ||
span.soul-show, | |||
small.soul-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.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; | display: table !important; | ||
width:60%; | |||
} | } | ||
li.sysop-show, | li.sysop-show, | ||
li.aragir-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; | display: list-item !important; | ||
width:60%; | |||
} | } |
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%; }