(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen.: #content { background-color: #e9dfcb; } - changes the background color of th…“)
 
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:


#firstHeading { background-color: #e9dfcb; } - changes the background color only of page titles.
#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.
#mw-panel { background-color: #20394f; } - changes the background color of the menus on the left side of the screen (the area where the links Recent changes, Random page, etc., and the Tools menu are located).

Version vom 20. Juni 2021, 04:30 Uhr

/* 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.

#bodyContent { background-color: #e9dfcb; } - 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.

#mw-panel { background-color: #20394f; } - changes the background color of the menus on the left side of the screen (the area where the links Recent changes, Random page, etc., and the Tools menu are located).