Difference between revisions of "MediaWiki:Common.css"

From ISMOC
Jump to: navigation, search
Line 5: Line 5:
 
   font-size: 0.875em;
 
   font-size: 0.875em;
 
}
 
}
 +
 +
<script type="text/x-mathjax-config">
 +
  MathJax.Hub.Config({
 +
    "HTML-CSS": { scale: 75}
 +
  });
 +
</script>

Revision as of 14:48, 21 February 2019

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

/* Bring the text to 14px */
#bodyContent {
  font-size: 0.875em;
}

<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    "HTML-CSS": { scale: 75}
  });
</script>