This commit is contained in:
2020-02-01 16:47:12 +07:00
commit 4c619ad6e6
16739 changed files with 3329179 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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long