MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Scott Munro (talk | contribs) No edit summary Tag: Reverted |
Scott Munro (talk | contribs) No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
body { | body { | ||
filter: grayscale(100%) !important; | |||
} | } | ||
Revision as of 12:33, 17 August 2026
/* CSS placed here will be applied to all skins */
body {
filter: grayscale(100%) !important;
}
.user-show {
display: none !important;
}
/* Allow MathJax CHTML to render extremely tall vertical delimiters */
mjx-container[jax="CHTML"] mjx-stretchy-v > mjx-ext > mjx-c {
transform: scaleY(5000) translateY(.075em) !important;
}
#ca-talk { display: none !important; }