MediaWiki:Common.css: Difference between revisions

From Met Dynamics
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#ca-talk { display: none !important; }
body {
    outline: 10px solid red !important;
}


.user-show {
.user-show {
Line 11: Line 13:
     transform: scaleY(5000) translateY(.075em) !important;
     transform: scaleY(5000) translateY(.075em) !important;
}
}
#ca-talk { display: none !important; }

Revision as of 12:32, 17 August 2026

/* CSS placed here will be applied to all skins */

body {
    outline: 10px solid red !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; }