MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Removed after feedback 2023-10-05: font-size: 150%; */ | |||
.mwe-math-mathml-a11y { | .mwe-math-mathml-a11y { | ||
clip: auto !important; | clip: auto !important; | ||
Line 8: | Line 9: | ||
height: auto !important; | height: auto !important; | ||
opacity: 1 !important; | opacity: 1 !important; | ||
font-size: 120%; | |||
} | } | ||
.mwe-math-fallback-image-inline, | .mwe-math-fallback-image-inline, | ||
.mwe-math-fallback-image-display { | .mwe-math-fallback-image-display { | ||
display: | display: none !important; | ||
} | } |
Latest revision as of 13:17, 5 October 2023
/* CSS placed here will be applied to all skins */ /* Removed after feedback 2023-10-05: font-size: 150%; */ .mwe-math-mathml-a11y { clip: auto !important; overflow: visible !important; position: static !important; width: auto !important; height: auto !important; opacity: 1 !important; font-size: 120%; } .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { display: none !important; }