MediaWiki:Common.css
Aus PadelWiki
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
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
@media screen and (max-width: 850px) {
#mw-header-container {
background: #fff;
padding: 3.75em 0.8em 0.35em;
}
}
@media screen and (max-width: 850px) {
#mw-content {
padding: 0.8em;
}
}
@media screen and (max-width: 850px) {
#mw-data-after-content, .mw-footer {
padding: 0 0.8em;
}
}
#mw-content-container {
border-bottom: solid 4px #ffcc00;
}
.mw-body h1.firstHeading {
border-bottom: solid 4px #005bd7;
padding-bottom: 0.05em;
}
/* Logo in der Sidebar anpassen */
@media screen and (min-width: 851px) {
.mw-wiki-logo.timeless-logo img {
width: 150px;
}
}
/* Farben in Navbar */
.color-middle {
background: #004d9f;
}
.color-left {
background: #74430f;
}
.color-right {
background: #74430f;
}
@media screen and (min-width: 851px) and (max-width: 1099px) {
.color-right, .color-middle {
background: #74430f;
}
}
@media screen and (max-width: 850px) {
.color-right, .color-middle, .color-left {
background: #74430f;
}
}
/* Suchbox in Navbar */
#searchInput {
padding: 0.2em 4.5em 0.2em 0.5em;
}
@media screen and (max-width: 850px) {
#site-navigation h2 {
left: 0.7em;
}
}