「MediaWiki:Common.css」の版間の差分

削除された内容 追加された内容
Krinkle (会話 | 投稿記録)
Maintenance: Remove mw:RL/MGU#File_page_checkered_background now part of wiki software by default
Frozen-mikan (会話 | 投稿記録)
1,435行目:
margin: 0.5em 10%;
clear: both;
}
 
/* [[Template:Math]] 用の texhtml クラス。(2016-06-07) */
 
/* 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: 108%;
line-height: 1;
}
span.texhtml {
white-space: nowrap;
}
span.texhtml span.texhtml {
font-size: 100%;
}
span.mwe-math-mathml-inline {
font-size: 108%;
}
 
/* 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;
}
 
/* 日本語版追加分 */
span.texhtml sup {
vertical-align: 1.0ex;
font-size: 75%;
}
span.texhtml sub {
vertical-align: -0.5ex;
font-size: 75%;
}