MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus FPK - Freies Pharmazeutisches Kompendium
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 30: | Zeile 30: | ||
} | } | ||
table.smwtable { | table.smwtable-clean { | ||
width: 100%; | width: 100%; | ||
table-layout: auto; | table-layout: auto; | ||
} | } | ||
Version vom 30. Juni 2026, 16:46 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;
}
.firstHeading {
text-align: center;
}
.mw-heading {
text-align: center;
}
body.page-Hauptseite #firstHeading {
display: none;
}
.thumb,
.thumbinner,
.mw-file-element {
background: transparent !important;
}
ol {
padding-left: 0;
}
table.smwtable-clean {
width: 100%;
table-layout: auto;
}