MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus BoGart Dokumentation
K |
|||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* 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/*replace this with the type of number you want*/; | ||
| + | } | ||
| + | |||
| + | span.tocnumber { | ||
| + | display:none; | ||
| + | } | ||
Version vom 28. Januar 2022, 18:44 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/*replace this with the type of number you want*/;
}
span.tocnumber {
display:none;
}