Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* 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).

#content h1 { color: #44332e; font-size: 12px; font-family: "Courier New"; } - affects the titles of pages. Section titles/subheadings are not affected.