「MediaWiki:Vector.css」の版間の差分
提供: ひつじ小屋別館2代目
(適用対象がなくなった #signupend と無効になった .mw-special-Userlogin .mw-special-Preferences を除去(参考:Special:Diff/50072124 gerrit:165979 mw:Manual:$wgAllowSiteCSSOnRestrictedPages/ja)) |
細 (1版 をインポートしました) |
(相違点なし)
|
2015年5月25日 (月) 01:08時点における最新版
/* ここに記述したCSSはベクター・スキンの利用者に影響します */
/* enlarge font-size for ja fonts */
#bodyContent { font-size: 94.4%; }
/* for positioning top-right icons, like FA-star */
.topicon {
position: absolute;
z-index: 10;
right: 0;
top: -3.5em;
display: block !important;
}
/* 地理座標の表示位置 */
#coordinates {
position: absolute;
right: 0;
top: -1.2em;
font-size: 85%;
line-height: 1.2em;
}
/* sup sub タグ使用時に行間の広がりを抑える */
sup, sub {
line-height: 1em;
}
/* IE6対応: フォントサイズの em 指定がブラウザの文字サイズ設定で累積する問題の回避 */
html, body {
font-size: 100%;
}