Created
April 14, 2012 20:57
-
-
Save glsee/2387844 to your computer and use it in GitHub Desktop.
MathQuill - \sum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* MathQuill - \sum | |
*/ | |
p { | |
font-size:300%; | |
} | |
.bigsymbol { | |
position:relative; | |
text-align: center; | |
display:inline-block; | |
vertical-align: middle; | |
} | |
.bigsymbol sup, .bigsymbol sub, .bigsymbol big { | |
display:block; | |
} | |
.bigsymbol big { | |
font-size:125%; | |
} | |
.bigsymbol sup { | |
margin-top: -65%; | |
} | |
.bigsymbol sub { | |
margin-top: 35%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
<span class="block"> | |
<span class="bigsymbol"> | |
<big>∑</big> | |
<sup><var>a</var><var>s</var></sup> | |
<sub>limit limit</sub> | |
</span> | |
<span class="empty">Tests test</span> | |
</span></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment