MediaWiki:Vector.css

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
* ここに記述した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: 0;
	font-size: 85%;
	line-height: 1.2em;
}

/* [[MediaWiki:Tagline]] 表示: 地理座標の表示が直しても毎度ずれるので  */
#siteSub {
	display: block;
}

/* sup sub タグ使用時に行間の広がりを抑える */
sup, sub {
	line-height: 1em;
}

/* IE6対応: フォントサイズの em 指定がブラウザの文字サイズ設定で累積する問題の回避 */
html, body {
	font-size: 100%;
}