「MediaWiki:Vector.css」の版間の差分
表示
削除された内容 追加された内容
bodyContentのem指定をremに変更 |
+座標表示の応急措置 |
||
6行目: | 6行目: | ||
font-size: 0.944rem; |
font-size: 0.944rem; |
||
font-size: calc(1rem * 0.944); |
font-size: calc(1rem * 0.944); |
||
} |
|||
/* [[phab:T283206]]が実装されるまで、座標を正しく表示させるための応急措置。IE非対応 */ |
|||
#bodyContent { |
|||
position: relative; |
|||
} |
|||
.mw-body-content { |
|||
position: initial; |
|||
} |
} |
||
2021年5月21日 (金) 06:02時点における版
/* ここに記述したCSSはベクター・スキンの利用者に影響します */
/* enlarge font-size for ja fonts */
#bodyContent,
#bodyContent .mw-body-content {
font-size: 0.944rem;
font-size: calc(1rem * 0.944);
}
/* [[phab:T283206]]が実装されるまで、座標を正しく表示させるための応急措置。IE非対応 */
#bodyContent {
position: relative;
}
.mw-body-content {
position: initial;
}
/* for positioning top-right icons, like FA-star */
.topicon {
position: absolute;
z-index: 10;
right: 0;
top: -3.5em;
display: block !important;
}
/* ビジュアルエディターにおける地理座標の表示修正 */
.ve-ce-surface-enabled #coordinates {
margin-right: 2em;
margin-top: -1em;
}
/* 地理座標の表示位置 */
#coordinates {
position: absolute;
right: 0;
top: 0;
font-size: 85%;
line-height: 1.2em;
}
/* [[MediaWiki:Tagline]] 表示: 地理座標の表示が直しても毎度ずれるので */
#siteSub {
display: block;
}