MediaWiki:Common.css: Unterschied zwischen den Versionen

Die Seite wurde neu angelegt: „.mwe-math-mathml-a11y { clip: auto !important; overflow: visible !important; position: static !important; width: auto !important; height: auto !important; opacity: 1 !important; } .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { display: none !important; } math { font-family: Latin Modern Math; } .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { filter: hue-rotate(180deg) invert(1); }“
 
Keine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
.mwe-math-mathml-a11y {
/* ============================================================
     clip: auto !important;
  MediaWiki:Common.css – FLBK-Wiki
     overflow: visible !important;
  Bereinigte Fassung (Basis: Wikipedia-Common.css).
     position: static !important;
  Wikipedia-Infrastruktur & ungenutzte Vorlagen-Styles entfernt.
     width: auto !important;
  Hinweis: Gilt NICHT für die mobile Ansicht – dafür MediaWiki:Mobile.css.
     height: auto !important;
  ============================================================ */
     opacity: 1 !important;
 
/* Personennamen in Kapitälchen */
.Person {
     font-variant: small-caps;
}
 
/* prettytable: sauberes Alias für wikitable (ohne Wikipedia-Warnfärbung) */
.prettytable {
     background-color: #f8f9fa;
     border: 1px solid #a2a9b1;
     border-collapse: collapse;
     color: black;
     margin: 1em 0;
}
table.prettytable > * > tr > th,
table.prettytable > * > tr > td {
    border: 1px solid #a2a9b1;
    padding: .2em .4em;
}
table.prettytable > * > tr > th {
    text-align: center;
}
table.prettytable > caption {
    font-weight: bold;
}
}
.mwe-math-fallback-image-inline,
 
.mwe-math-fallback-image-display {
/* Zebra-Tabellen (.wikitable.zebra) */
     display: none !important;
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
    background: white;
}
 
/* Ausrichtungs-Hilfsklassen für Bausteine, Tabellen, Galerien */
/* @noflip */
div.float-left,
table.float-left,
ul.float-left,
.float-left {
    clear: left;
    float: left;
    margin: 1em 1em 1em 0;
}
/* @noflip */
div.float-right,
table.float-right,
ul.float-right,
.float-right {
    clear: right;
    float: right;
    margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
ul.centered,
.centered {
    margin-left: auto;
    margin-right: auto;
}
 
/* Obenbündige Textausrichtung in Tabellenzellen */
.toptextcells > * > * > td {
    vertical-align: top;
}
 
/* Metadaten ausblenden */
.metadata {
    display: none;
}
 
/* <noscript>-Emulation */
.client-js .noscript {
     display: none;
}
 
/* Abkürzungen dezenter unterstreicheln */
abbr[title]:not(:hover),
.explain[title]:not(:hover) {
    border-bottom-color: rgba(127, 127, 127, .5);
    text-decoration-color: rgba(127, 127, 127, .5);
}
}


math {
/* blockquote: grauen linken Rand entfernen */
     font-family: Latin Modern Math;
.mw-body-content blockquote {
     border-left: none;
    padding: 0;
}
}


.mwe-math-fallback-image-inline,
/* Infoboxen nicht in Kategorie-Inhalt ragen lassen */
.mwe-math-fallback-image-display {
div.mw-category-generated {
     filter: hue-rotate(180deg) invert(1);
     clear: both;
}
}