MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 33: | Zeile 33: | ||
width: 200px !important; | width: 200px !important; | ||
background: none !important; | background: none !important; | ||
padding-right: | padding-right: 0.5rem !important; | ||
border: 0 !important; | border: 0 !important; | ||
} | } | ||
Version vom 11. April 2025, 13:26 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
a:hover {
color: #15a2d6;
}
a.external:hover {
color: #15a2d6;
}
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');
body {
font-family: 'Titillium Web', sans-serif;
}
h1,h2,h3,h4 {
font-family: 'Titillium Web', sans-serif !important;
}
/* Bilder responsive machen*/
.mw-file-element {
max-width: 100% !important;
height: auto !important;
width: auto !important;
}
/* iPhone images */
.img-iphone-style {
float: left !important;
width: 200px !important;
background: none !important;
padding-right: 0.5rem !important;
border: 0 !important;
}