MediaWiki:Common.css: Difference between revisions
From MaRDI portal
Created page with "→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; } .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { display: none !important; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mwe-math-mathml-a11y { | /*.mwe-math-mathml-a11y { | ||
clip: auto !important; | clip: auto !important; | ||
overflow: visible !important; | overflow: visible !important; | ||
Line 11: | Line 11: | ||
.mwe-math-fallback-image-display { | .mwe-math-fallback-image-display { | ||
display: none !important; | display: none !important; | ||
} | }*/ |
Revision as of 15:19, 20 June 2024
/* 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;
}
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
display: none !important;
}*/