fix mathjax css

This commit is contained in:
Gaspard Jankowiak 2013-02-26 10:20:14 +01:00
parent 20372f1f91
commit 22e5568402
2 changed files with 15 additions and 4 deletions

View file

@ -4,12 +4,20 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page:title }}</title> <title>{{ page:title }}</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<link rel="icon" href="/images/favicon.png"> <link rel="icon" href="/images/favicon.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
menuSettings: {
zoom: "Click",
zscale: "200%"
}
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
<script src="/javascripts/respond.js"></script> <script src="/javascripts/respond.js"></script>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->

View file

@ -534,7 +534,7 @@ body {
font: 14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif; font: 14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #f0e7d5; color: #f0e7d5;
font-weight: normal; font-weight: normal;
background: #1B1B1B; background-color: #1B1B1B;
/*background-attachment: fixed !important; /*background-attachment: fixed !important;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a2a29), color-stop(100%, #1c1c1c)); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a2a29), color-stop(100%, #1c1c1c));
background: -webkit-linear-gradient(#2a2a29, #1c1c1c); background: -webkit-linear-gradient(#2a2a29, #1c1c1c);
@ -858,5 +858,8 @@ section .credits.right {
} }
.MathJax_Display { .MathJax_Display {
font-size: 18px; font-size: 120%;
}
#MathJax_Zoom {
background-color: #1B1B1B !important;
} }