MediaWiki:Common.css
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
.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);
}