MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FLBK-Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:


math {
math {
     font-family: AMS Euler;
     font-family: XITS Math;
}
}



Version vom 4. Januar 2024, 19:17 Uhr

.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: XITS Math;
}

/*
Latin Modern Math (lmodern): An enhanced version of Computer Modern with support for more characters.

AMS Euler: Developed by the American Mathematical Society, Euler is a distinctive math font often used for its clarity and elegance.

STIX Fonts: A comprehensive set of fonts developed by the Scientific and Technical Information Exchange (STIX) for scientific, technical, and mathematical content.

XITS Math: A font that is designed to be a Times New Roman-compatible font with extensive math symbol coverage.
*/

.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
    filter: hue-rotate(180deg) invert(1);
}