「MediaWiki:Vector.css」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし タグ: 差し戻し済み |
編集の要約なし タグ: 差し戻し済み |
||
| 3行目: | 3行目: | ||
/* enlarge font-size for ja fonts */ | /* enlarge font-size for ja fonts */ | ||
#bodyContent { | #bodyContent { | ||
font-size: 1. | font-size: 1.05em; | ||
font-size: calc(1em * 1. | font-size: calc(1em * 1.05); | ||
} | } | ||
2023年2月20日 (月) 12:06時点における版
/* ここに記述したCSSはベクター・スキンの利用者に影響します */
/* enlarge font-size for ja fonts */
#bodyContent {
font-size: 1.05em;
font-size: calc(1em * 1.05);
}
/* 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;
}