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


/* standard link colors */
/* standard link colors */
#mw-body-content a:link {color: #FF0000}
#mw-body-content a:link {color: #f9ff00}
#mw-body-content a:visited {color: #00FF00}
#mw-body-content a:visited {color: #f9ff00}
#mw-body-content a:hover {color: #FF00FF}
#mw-body-content a:hover {color: #f9ff00}
#mw-body-content a:active {color: #0000FF}
#mw-body-content a:active {color: #f9ff00}

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

/* standard link colors */
#mw-body-content a:link {color: #f9ff00}
#mw-body-content a:visited {color: #f9ff00}
#mw-body-content a:hover {color: #f9ff00}
#mw-body-content a:active {color: #f9ff00}