MediaWiki:Pivot.css
Aus Arbeitsschutz Wiki
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
/* Kopfleiste */ .tab-bar { background: #e7e7e7; font-family: 'Montserrat', 'Jost', sans-serif; } /* sidebar background color */ body { background-color: #e7e7e7; } /* style the labels - Überschriften im linken Seitenmenü */ ul.side-nav label { color: #fff; font-size: 1.0em; font-weight: 600; border: none; display: block; background: #4B7Eb2; padding: .25em .5em; font-family: Montserrat, Jost, sans-serif; pointer-events: none; border-radius: 0; } /* make the main page subheaders solid bars */ .subheader { background-color: ##4B7Eb2; color: #fff; text-align: center; padding: .5em; font-size: 15px; border-radius: 0; /* font-family: Montserrat, Jost, sans-serif; */ font-weight: 600; margin-top: 20px; } .heading-box { display: inline-block; font-family: Montserrat,Jost; font-weight: 500; background-color: #008d8d; padding: 0.6em 1.6em 0.3em 1.6em; margin-bottom: 5px; -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3); -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3); box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3); }