Изменения

м
Нет описания правки
Строка 750: Строка 750:  
#mw-indicator-mw-helplink a {
 
#mw-indicator-mw-helplink a {
 
   display:none;
 
   display:none;
 +
}
 +
 +
/* Generic class for Times-based serif, texhtml class for inline math */
 +
.times-serif,
 +
span.texhtml {
 +
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
 +
    font-size: 118%;
 +
    line-height: 1;
 +
}
 +
span.texhtml {
 +
    white-space: nowrap;
 +
}
 +
span.texhtml span.texhtml {
 +
    font-size: 100%;
 +
}
 +
span.mwe-math-mathml-inline {
 +
    font-size: 118%;
 +
}
 +
 +
/* Force tabular and lining display for digits and texhtml */
 +
.digits,
 +
.texhtml {
 +
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
 +
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
 +
    font-feature-settings: "lnum", "tnum", "kern" 0;
 +
    font-variant-numeric: lining-nums tabular-nums;
 +
    font-kerning: none;
 +
}
 +
 +
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
 +
.mwe-math-fallback-image-display,
 +
.mwe-math-mathml-display {
 +
    margin-left: 1.6em !important;
 +
    margin-top: 0.6em;
 +
    margin-bottom: 0.6em;
 +
}
 +
.mwe-math-mathml-display math {
 +
    display: inline;
 
}
 
}