This commit is contained in:
2020-10-06 14:27:47 +07:00
commit 586be80cf6
16613 changed files with 3274099 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
span[data-mce-object="math"]{
line-height: inherit;
}
div[data-mce-object="math"]{
display: block;
padding: 5px;
text-align: center;
}

View File

@@ -0,0 +1,6 @@
.mce-btn .mce-i-mathjax{
background: url('../img/mathjax.png');
}
.mce-btn.mce-active .mce-i-mathjax{
background: url('../img/mathjax_invert.png');
}

View File

@@ -0,0 +1,26 @@
span[data-mce-math]{
line-height: inherit;
}
mce-latex-loader,
.mce-preview-math {
display: inline-block;
position: relative;
margin: 0 2px 0 2px;
line-height: inherit;
border-color: lightgray;
border-width: 1px;
border-style: dashed;
padding: 1px 2px;
}
.mce-preview-math .mce-shim {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.mce-preview-math > img.mce-latex-loader{
vertical-align: middle;
}