MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(3 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;
}
}
.mwe-math-fallback-image-inline,
table.prettytable > caption {
.mwe-math-fallback-image-display {
     font-weight: bold;
     display: none !important;
}
}


math {
/* Zebra-Tabellen (.wikitable.zebra) */
     font-family: XITS Math;
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
     background: white;
}
}


/*
/* Ausrichtungs-Hilfsklassen für Bausteine, Tabellen, Galerien */
Latin Modern Math (lmodern): An enhanced version of Computer Modern with support for more characters.
/* @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;
}


AMS Euler: Developed by the American Mathematical Society, Euler is a distinctive math font often used for its clarity and elegance.
/* Obenbündige Textausrichtung in Tabellenzellen */
.toptextcells > * > * > td {
    vertical-align: top;
}
 
/* Metadaten ausblenden */
.metadata {
    display: none;
}


STIX Fonts: A comprehensive set of fonts developed by the Scientific and Technical Information Exchange (STIX) for scientific, technical, and mathematical content.
/* <noscript>-Emulation */
.client-js .noscript {
    display: none;
}


XITS Math: A font that is designed to be a Times New Roman-compatible font with extensive math symbol coverage.
/* 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);
}
 
/* blockquote: grauen linken Rand entfernen */
.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;
}
}