MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Christ-Wiki.de
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
ol { list-style-type: lower-roman } | ol { | ||
list-style-type: lower-roman | |||
} | |||
body { | |||
background-image: none; | |||
background-color: #cccccc; | |||
} | |||
div { | |||
background-image: none; | |||
background-color: #cccccc; | |||
} | |||
Version vom 17. März 2022, 23:52 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
ol {
list-style-type: lower-roman
}
body {
background-image: none;
background-color: #cccccc;
}
div {
background-image: none;
background-color: #cccccc;
}