MediaWiki:Common.css/src/extension/SimpleMathJax.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

/********* Extension:SimpleMathJax *********/

mjx-container {
	font-size: 125% !important;
}

/* Reset link color in the menu to default (from Vector skin) */
/* The right-click menu ("About MathJax" or "MathJax Help") has a hardcoded
 * white background. The links must not use theme styling there, as they are
 * colored according to their theme's background, which can make them hard to
 * read with some themes. */
.CtxtMenu_Info a {
	color: #0645ad;
}

/* Reset code text color in the menu to default (from Vector skin) */
/* The right-click menu ("Show Math As") has a hardcoded white background. The
 * code text must not use theme styling there, as it is colored according to
 * its theme's background, which can make it hard to read with some themes. */
.CtxtMenu_Info pre {
	background-color: #f8f9fa;
	color: #000;
	border-color: #eaecf0;
}