MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus FPK - Freies Pharmazeutisches Kompendium
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
.mw-file-element { | .mw-file-element { | ||
background: transparent !important; | background: transparent !important; | ||
} | |||
ol { | |||
padding-left: 0; | |||
} | } | ||
Version vom 29. Juni 2026, 21:51 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap');
.mw-parser-output {
font-family: "Atkinson Hyperlegible Next", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}
body.page-Hauptseite #firstHeading {
display: none;
}
.thumb,
.thumbinner,
.mw-file-element {
background: transparent !important;
}
ol {
padding-left: 0;
}