init
This commit is contained in:
8
web/tinymce/plugins/mathjax/css/math.css
Normal file
8
web/tinymce/plugins/mathjax/css/math.css
Normal 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;
|
||||
}
|
||||
6
web/tinymce/plugins/mathjax/css/mathjax-button.css
Normal file
6
web/tinymce/plugins/mathjax/css/mathjax-button.css
Normal 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');
|
||||
}
|
||||
26
web/tinymce/plugins/mathjax/css/mathjax.css
Normal file
26
web/tinymce/plugins/mathjax/css/mathjax.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user