MediaWiki:Group-author.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
(kein Unterschied)
|
Aktuelle Version vom 2023-11-01, 01: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;
}