「MediaWiki:Vector.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の2版が非表示) | |||
| 1行目: | 1行目: | ||
/* | /* remove limits */ | ||
.mw-page-container, | .mw-page-container, | ||
.mw-page-container-inner>.mw-content-container, | .mw-page-container-inner>.mw-content-container, | ||
.mw-page-container-inner>#mw-sidebar-checkbox ~ .vector-sidebar-container-no-toc ~ .mw-content-container, | .mw-page-container-inner>#mw-sidebar-checkbox ~ .vector-sidebar-container-no-toc ~ .mw-content-container, | ||
. | .vector-feature-limited-width-disabled #wikiPreview { | ||
max-width: none; | max-width: none; | ||
} | } | ||
/* enlarge font-size for ja fonts */ | /* enlarge font-size for ja fonts */ | ||
2023年3月19日 (日) 19:01時点における最新版
/* remove limits */
.mw-page-container,
.mw-page-container-inner>.mw-content-container,
.mw-page-container-inner>#mw-sidebar-checkbox ~ .vector-sidebar-container-no-toc ~ .mw-content-container,
.vector-feature-limited-width-disabled #wikiPreview {
max-width: none;
}
/* 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%;
}
body {
font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}