Zum Inhalt springen

MediaWiki:Vector.css: Unterschied zwischen den Versionen

KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
 
(20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. */
  Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */


/*
/*
Zeile 13: Zeile 12:
  * „OpenStreetMap“ mit der SiteNotice.
  * „OpenStreetMap“ mit der SiteNotice.
  */
  */
#mw-content-text #coordinates,
#mw-content-text :is(#coordinates, #editcount, #shortcut),
#mw-content-text #editcount,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
body.ns-special #mw-content-text .specialpage-helplink {
display: block;
display: block;
Zeile 30: Zeile 27:
/* Korrektur Schriftart der Überschriften */
/* Korrektur Schriftart der Überschriften */
.mw-body #firstHeading,
.mw-body #firstHeading,
.mw-body h1,
.mw-body :is(h1, h2) {
.mw-body h2 {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
     font-family: "Linux Libertine", "Palatino Linotype", "Georgia", "Times", serif;
    color: #262626;
}
 
/* tabelle-kopf-fixiert */
@media screen and (min-width: 721px) {
table.wikitable.tabelle-kopf-fixiert th,
table.wikitable.tabelle-kopf-fixiert tr.tabelle-zaehler-kopf::before {
position: sticky;
top: 0;
z-index: 12;
}
table.wikitable.tabelle-kopf-fixiert {
border-collapse: separate;
border-spacing: 0;
border-bottom-style: none;
border-left-style: none;
}
table.wikitable.tabelle-kopf-fixiert th,
table.wikitable.tabelle-kopf-fixiert td {
border-right-style: none;
border-top-style: none;
}
}
@media screen and (min-width: 1000px) {
html.client-js.vector-sticky-header-enabled table.wikitable.tabelle-kopf-fixiert th,
html.client-js.vector-sticky-header-enabled table.wikitable.tabelle-kopf-fixiert tr.tabelle-zaehler-kopf::before {
top: 3.125rem;
}
}
}