MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus BoGart Dokumentation
K |
K |
||
| Zeile 11: | Zeile 11: | ||
display:none; | display:none; | ||
} | } | ||
| − | |||
#toc ul { | #toc ul { | ||
| Zeile 18: | Zeile 17: | ||
color:red; | color:red; | ||
} | } | ||
| + | |||
| + | */ | ||
Version vom 31. Januar 2022, 11:22 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;
}
span.tocnumber {
display:none;
}
#toc ul {
list-style-type:disc;
color:red;
}
*/