Customize MathJax colors.

This commit is contained in:
chebee7i 2013-11-05 01:04:16 -06:00
parent 5f7032ff8f
commit 4bdd08a187
5 changed files with 27 additions and 1 deletions

View File

@ -73,6 +73,18 @@ The first hexagram is made up of six unbroken lines. These unbroken lines stand
The power represented by the hexagram is to be interpreted in a dual sense in terms of its action on the universe and of its action on the world of men. In relation to the universe, the hexagram expresses the strong, creative action of the Deity. In relation to the human world, it denotes the creative action of the holy man or sage, of the ruler or leader of men, who through his power awakens and develops their higher nature.
Boxes
==============
.. note::
Equations within a note
:math:`G_{\mu\nu} = 8 \pi G (T_{\mu\nu} + \rho_\Lambda g_{\mu\nu})`.
.. warning::
Equations within a note
:math:`G_{\mu\nu} = 8 \pi G (T_{\mu\nu} + \rho_\Lambda g_{\mu\nu})`.
Citation
========

10
sass/_theme_mathjax.sass Normal file
View File

@ -0,0 +1,10 @@
span[id*='MathJax-Span']
color: $mathjax-color
.admonition.note
span[id*='MathJax-Span']
color: $mathjax-note-color
.admonition.warning
span[id*='MathJax-Span']
color: $mathjax-warning-color

View File

@ -1,2 +1,5 @@
$font-awesome-dir: "../font/"
$static-img: "../img/"
$mathjax-color: #009999
$mathjax-note-color: #ffffff
$mathjax-warning-color: #ffffff

View File

@ -49,3 +49,4 @@
@import theme_layout
@import theme_badge
@import theme_rst
@import theme_mathjax

File diff suppressed because one or more lines are too long