Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
 
(34 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */


#content { background-color: #e9dfcb; } - changes the background color of the content of articles/pages, including the title of the articles.
#content { background-color: #d5c096; } - changes the background color of the content of articles/pages, including the title of the articles.


#bodyContent { background-color: #e9dfcb; } - changes the background color of the content of pages, without the title of the pages.
#bodyContent { background-color: #d5c096; } - changes the background color of the content of pages, without the title of the pages.
 
#firstHeading { background-color: #e9dfcb; } - changes the background color only of page titles.
 
#catlinks { background-color: #e9dfcb; } - changes the background color of the area in which are displayed the links to the categories to which the page belongs. If a page is assigned to categories, they are listed exactly under the content of the page in a rectangular container.

Aktuelle Version vom 20. Juni 2021, 09:08 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.