You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.4 KiB
81 lines
1.4 KiB
6 years ago
|
.math-rendering-error-message {
|
||
|
display: inline-block;
|
||
|
border: 2px solid #000;
|
||
|
padding: 8px;
|
||
|
font-weight: bold;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.mjpage .MJX-monospace {
|
||
|
font-family: monospace
|
||
|
}
|
||
|
|
||
|
.mjpage .MJX-sans-serif {
|
||
|
font-family: sans-serif
|
||
|
}
|
||
|
|
||
|
.mjpage {
|
||
|
display: inline;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
line-height: normal;
|
||
|
font-size: 100%;
|
||
|
font-size-adjust: none;
|
||
|
text-indent: 0;
|
||
|
text-align: left;
|
||
|
text-transform: none;
|
||
|
letter-spacing: normal;
|
||
|
word-spacing: normal;
|
||
|
word-wrap: normal;
|
||
|
white-space: nowrap;
|
||
|
float: none;
|
||
|
direction: ltr;
|
||
|
max-width: none;
|
||
|
max-height: none;
|
||
|
min-width: 0;
|
||
|
min-height: 0;
|
||
|
border: 0;
|
||
|
padding: 0;
|
||
|
margin: 0
|
||
|
}
|
||
|
|
||
|
.mjpage * {
|
||
|
transition: none;
|
||
|
-webkit-transition: none;
|
||
|
-moz-transition: none;
|
||
|
-ms-transition: none;
|
||
|
-o-transition: none
|
||
|
}
|
||
|
|
||
|
.mjx-svg-href {
|
||
|
fill: blue;
|
||
|
stroke: blue
|
||
|
}
|
||
|
|
||
|
.MathJax_SVG_LineBox {
|
||
|
display: table!important
|
||
|
}
|
||
|
|
||
|
.MathJax_SVG_LineBox span {
|
||
|
display: table-cell!important;
|
||
|
width: 10000em!important;
|
||
|
min-width: 0;
|
||
|
max-width: none;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
margin: 0
|
||
|
}
|
||
|
|
||
|
.mjpage__block {
|
||
|
text-align: center;
|
||
|
margin: 1em 0em;
|
||
|
position: relative;
|
||
|
display: block!important;
|
||
|
text-indent: 0;
|
||
|
max-width: none;
|
||
|
max-height: none;
|
||
|
min-width: 0;
|
||
|
min-height: 0;
|
||
|
width: 100%
|
||
|
}
|