MediaWiki:Pivot.css

Aus How to be a Hero
Zur Navigation springen Zur Suche springen

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
/* Custom colors - top bar*/
.tab-bar {
    background: #639954
;
}

/* style the labels */
side-nav label {
    background: #639954;
    color: #fff;
    padding: .25em .5em;
}
/* sidebar background color */
body {
    background-color: #78b766;
}

/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}