MediaWiki:Group-sysop.css: Unterschied zwischen den Versionen

Aus dem Infinite Adventures Wiki von Tobias Frei, infiniteadventures.de
Keine Bearbeitungszusammenfassung
 
(kein Unterschied)

Aktuelle Version vom 2023-11-01, 02:00:00 Uhr

/* CSS an dieser Stelle wirkt sich nur auf Administratoren aus */

/* Show hidden items that have class="sysop-show".
 * Copied from https://en.wikipedia.org/w/index.php?title=MediaWiki:Group-sysop.css&oldid=881674990 and modified to fit the needs of this wiki.
 * Attribution and license: https://en.wikipedia.org/w/index.php?title=MediaWiki:Group-sysop.css&action=history */
div.sysop-show,
p.sysop-show {
  display: block !important;
}
span.sysop-show,
small.sysop-show {
  display: inline !important;
}
table.sysop-show {
  display: table !important;
}
li.sysop-show {
  display: list-item !important;
}