MediaWiki:Group-author.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 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;
}