MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 13: | Line 13: | ||
.mwe-math-fallback-image-display { | .mwe-math-fallback-image-display { | ||
display: none !important; | display: none !important; | ||
} | |||
.mw-body, mtext { | |||
font-family: Latin Modern Roman; | |||
} | |||
math { | |||
font-family: Latin Modern Math; | |||
} | } | ||
Revision as of 10:57, 28 September 2023
/* CSS placed here will be applied to all skins */
.mwe-math-mathml-a11y {
clip: auto !important;
overflow: visible !important;
position: static !important;
width: auto !important;
height: auto !important;
opacity: 1 !important;
font-size: 150%;
}
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
display: none !important;
}
.mw-body, mtext {
font-family: Latin Modern Roman;
}
math {
font-family: Latin Modern Math;
}