Created
April 13, 2012 22:22
-
-
Save glsee/2380510 to your computer and use it in GitHub Desktop.
MathQuill \vec
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 \vec | |
*/ | |
body { | |
min-height: 100%; | |
font-size: 100%; | |
} | |
.harpoon { | |
background: #ccc; | |
position: relative; | |
border-top: 2px solid black; | |
margin-top: 5px; | |
} | |
.harpoon:before { | |
content: '\21C0'; | |
position: absolute; | |
top: -50%; | |
text-align:right; | |
direction: rtl; | |
overflow: hidden; | |
width: 100%; | |
} | |
/*.harpoon:after { | |
content: ''; | |
position: absolute; | |
height: 8%; | |
top:-7%; | |
left:0; | |
background: #000; | |
width:95.5%; | |
}*/ |
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
<!-- content to be placed inside <body>…</body> --> | |
<var>aaaaaaaaa</var> <var>aaaaaaaaa</var> <var>aaaaaaaaa</var> <span class="harpoon"> | |
<var>aaa</var> | |
</span> |
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