MediaWiki:Group-sysop.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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%; }