Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 8: Zeile 8:


#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.
#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.
#content { color: #44332e; font-size: 12px; font-family: "Courier New"; } - generally, this affects the whole content of articles/pages (e.g. text, headings, etc.), but in practice some elements will not be affected, at least not with regard to every attribute in the code. For example, the color of headings is not changed. Size is changed proportionately (e.g. headings remain bigger than content text).

Version vom 20. Juni 2021, 04:33 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.

#content { color: #44332e; font-size: 12px; font-family: "Courier New"; } - generally, this affects the whole content of articles/pages (e.g. text, headings, etc.), but in practice some elements will not be affected, at least not with regard to every attribute in the code. For example, the color of headings is not changed. Size is changed proportionately (e.g. headings remain bigger than content text).