MediaWiki:Vector.css
Aus Dornheim Anatomy
Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ /*CSS Anpassungen für die Hauptseite*/ .page-Hauptseite #firstHeading { display: none; } /* language-menu*/ .mw-pt-languages-label { background-color: transparent; display: block; width: auto; text-align: left; padding: 0; margin: 0; padding-right: 0.5em; } .mw-pt-languages { background-color: transparent; position: relative; bottom: 20px; z-index: 100; border: none; display: flex; padding: 0; margin: 0; } .mw-pt-languages-list { display: block; padding: 0; margin: 0; } .mw-pt-progress--complete, .mw-pt-progress--stub { background-image: unset; } .mw-pt-translate-header { position: absolute; bottom: 0; color: #000; border-bottom: none; z-index: 100; } /* Button*/ .button_new { border: none; background-color: #edece7; } .button_new a:hover, .button_new a:focus { text-decoration: none; border-bottom: 3px solid #a2a9b1; } .button_new a[href].new:hover { text-decoration: none; border-bottom: 3px solid #a2a9b1; } .button_new a:active { text-decoration: none; border-bottom: 1px solid #a2a9b1; } /*Background-Image*/ body { background-image: url("images/b/be/Hintergrund4.png"); background-repeat: no-repeat; background-size: cover; } /*Inhaltsverzeichnis*/ .toc { float: left; } .inhaltsvz .toc { float: right; } h2, h4 { clear: both; } .prev { float: right; max-width: 30%; } /*Segmenter Anpassung*/ iframe img { width: 100%; height: 100%; } iframe body div.embedding-ovl.centered { width: 470px !important; } /*weitere Anpassungen*/ .duo { width: 50%; } .pfad { position: absolute; top: 0; } .gallery a { height: 60px; width: 60px; float: right; margin: 1px; background-color: #fff; border: 1px solid #c8ccd1; display: flex; } .gallery a img { max-height: 100%; display: block; margin: auto; } p { padding: 0 0.5em; text-align: justify; } /*.welcome h1 { border: none; font-size: xxx-large; font-weight: bold; } .welcome { background-color: #ddd7c0; }*/ *, ::before, ::after { box-sizing: unset; } .clearfix:after { content: ""; display: table; clear: both; } .clear { clear: both; } img, video { max-width: 100%; height: auto; } /*Test responsiver Segmenter*/ iframe { max-width: 90%; } /*CSS Anpassungen responsives Design*/ @media only screen and (max-width: 1200px) { .mw-pt-languages { margin-left: 1em; } .mw-pt-translate-header { margin-left: 1em; margin-right: 1em; } } @media only screen and (max-width:760px) { .duo { width: 100%; } .welcome h1 { font-size: xx-large; padding: 0 0.5em; } } @media only screen and (max-width:520px) { .mw-pt-languages { font-size: small; bottom: 35px; } .welcome h1 { font-size: x-large; padding: 0.5em 0.5em 0 0.5em; } } @media only screen and (max-width:420px) { .footer-places { width: 100%; flex-direction: column; } .footer-places div { margin: 0 auto; } .mb-2 .nav-item { bottom: -20px; } }