MediaWiki:Vector.CSS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
Zeile 1: | Zeile 1: | ||
/* | /* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ | ||
#content { background-color: #d5c096; } - changes the background color of the content of articles/pages, including the title of the articles. | |||
} | |||
#bodyContent { background-color: #d5c096; } - changes the background color of the content of pages, without the title of the pages. | |||
} | |||
Version vom 22. Juli 2024, 12:00 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
- content { background-color: #d5c096; } - changes the background color of the content of articles/pages, including the title of the articles.
- bodyContent { background-color: #d5c096; } - changes the background color of the content of pages, without the title of the pages.