MediaWiki:Common.css
Aus Phoenix-Larp 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
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Step 1: Common Properties These styles are required to make icons render reliably */ .icon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; } #p-personal-label { background-color: rgba(255,255,255,0.8); } #footer { z-index: auto; height: 120px; } .mw-body-content img { max-width: 100%; height: auto; } @media screen and (min-width: 751px) { #column-navigation { width: 13em; } } @media screen and (max-width: 960px) { a#p-banner { margin-left: 0; min-width: 300px; } #p-search { padding: 0 0 0.5rem 0; width: 100%; display: flex; position: relative; top: inherit; right: inherit; } #searchInput { flex: 15em 1 1; } #searchGoButton { flex: 1.5rem 0 0; margin: 0 10px; } } @media screen and (max-width: 1024px) { #page-tools { display: flex; flex-wrap: wrap; line-height: 1.2rem; } } @media screen { #p-search input { background-color: rgba(255,255,255,0.8); border: none; margin-right: 10px; border-radius: 10px; } }