MediaWiki:Common.css

Aus AnnoWiki 1800
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/* Content */
#content { background-color: #fff; } 


/* changes the background color of the content of pages, without the title of the pages. */
#bodyContent { background-color: #fff; } 


/*  Titel einer Seite */
#firstHeading {  } 


/* Kategorien */
#catlinks {  } 


/* Header */
#mw-head-base { } 


/* Menü */
#mw-panel { } 


/* Logobereich */
#p-logo {  } 


/* Navigation */
#p-navigation {  } 


/* Tools Menü*/
#p-tb {  } 


/* changes the background color only of the title of the Tools menu on the left. The color of the actual menu is not changed. */
#p-tb-label { background-color: #e6ffb4; } 


/* Bereich Werkzeuge */
#p-tb .body {  } 


/* Footer */
#footer {  } 


/* in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it. */
body { background-color: #eddeb1; }