MediaWiki:Common.css
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
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body { background-color: white; } .inner td { vertical-align: top; } #content h1, #content h2, #content #firstHeading { font-family: sans-serif; } #p-logo-custom, #p-logo { left: 0; width: 10em; height: 6rem; margin-bottom: 1em; margin-left: 0.5em; a { display: block; background-repeat: no-repeat; background-position: center center; text-decoration: none; } } div#mw-panel { font-size: @menu-main-font-size; position: fixed; top: 1rem; bottom: 0px; height: auto; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; padding-top: 0; } #mw-page-base { background-color: #B6C828 !important; background-image: none; } @media (max-width:768px) { #mw-page-base { background-color: #B6C828; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { #mw-page-base { background-color: #B6C828; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #mw-page-base { background-color: #B6C828; } } #mw-page-base, #mw-head, div.vectorMenu h5 span { background-color: #B6C828; } div.vectorTabs a:hover, div.vectorMenu h5 span:hover { background-color: #007556; } .onhoverbg:hover { background-color: #007556; } .downarrow:hover{ background-color: #007556; } div.vectorMenu:hover h5 a { background-color: #007556; } div.vectorMenu h5 a { background-color: #B6C828; } div.vectorMenu:hover { background-color: #007556; } div.vectorMenu ul { border: solid 2px #B6C828; border-top: none; } div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: red; } .userIcon20 { display: none; }