MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BoGart Dokumentation
Zur Navigation springen Zur Suche springen
Marcus Ernst (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
Marcus Ernst (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


html #toc ul, .toc ul {
html #toc ul, .toc ul {
list-style: none;
list-style-image:none;
list-style-image:none;
list-style-position:inside;
list-style-position:inside;

Version vom 28. Januar 2022, 19:39 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

html #toc ul, .toc ul {
list-style-image:none;
list-style-position:inside;
/* list-style-type:upper-roman; */
}

.toc ul::before {
color: red;
}

span.tocnumber {
display:none;
}