MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus FPK - Freies Pharmazeutisches Kompendium
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 10: | Zeile 10: | ||
.firstHeading { | .firstHeading { | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | |||
} | } | ||
| Zeile 31: | Zeile 32: | ||
table.smwtable-clean { | table.smwtable-clean { | ||
width: 100%; | |||
table-layout: auto; | |||
} | |||
.smwtable-clean tr > th { | |||
text-align: left !important; | |||
} | |||
.mw-redirectedfrom, | |||
#footer-poweredbysmwico { | |||
display: none; | |||
} | } | ||
Aktuelle Version vom 27. Juli 2026, 21:34 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;
font-weight: bold;
}
.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;
}
.smwtable-clean tr > th {
text-align: left !important;
}
.mw-redirectedfrom,
#footer-poweredbysmwico {
display: none;
}