MediaWiki:Vector.css
提供: ひつじ小屋別館2代目
注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
- Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
- Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
- Opera: ツール → 設定 からキャッシュをクリアしてください。
/*
* Typograhy refresh
*/
/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
#firstHeading {
-moz-font-feature-settings: "lnum";
-webkit-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
/* Fixes for Typography refresh, see also [[Bugzilla:64653]] */
/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
font-size: 80%;
}
/* Margin for H1 on pages, excluding #firstHeading */
.mw-body-content h1 {
margin-top: 1em;
}
/* lists line-height */
.mw-body dd,
.mw-body ol,
.mw-body ul {
line-height: 1.6;
}
/* Fix for changelist legend due to above fix (which will probably be merged at some point,
so this should be scoped in mediawiki.special.changeslist.legend.css) */
.mw-body .mw-changeslist-legend dd {
line-height: 1.3em;
}
/* End of Typography Refresh section */