利用者:Linuxmetel/vector.css
表示
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
/* ここに記述した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%;
}
.mwe-math-mathml-a11y {
opacity: initial;
position: initial;
}
.mwe-math-fallback-image-inline {
display: none;
}
.mwe-math-element {
filter: none !important;
}