MediaWiki:Group-author.css

Aus dem Infinite Adventures Wiki von Tobias Frei, infiniteadventures.de
/* CSS an dieser Stelle wirkt sich nur auf IA-Autoren aus */

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