MediaWiki:Group-janitor.css

(tagline)

(clearyourcache)

/* CSS an dieser Stelle wirkt sich nur auf Verwaltungs-Mitglieder aus */

/* Show hidden items that have class="verwaltung-show". */
div.verwaltung-show,
p.verwaltung-show {
  display: block !important;
}
span.verwaltung-show,
small.verwaltung-show {
  display: inline !important;
}
table.verwaltung-show {
  display: table !important;
}
li.verwaltung-show {
  display: list-item !important;
}