利用者:わしがみね/vector.css
表示
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
/* Vector スキンのフォント指定を以前のものに戻す */
body div#content h1, body div#content h2, body div#content #firstHeading { font-family: sans-serif; }
html body { font-family: sans-serif; }
/* H[n]周りのフォントサイズと余白を以前のものに戻す */
body div#content h1, body div#content h2, body div#content h3, body div#content h4, body div#content h5, body div#content h6 {
margin-top: 0px;
padding-bottom: 0.17em;
}
body div#content #firstHeading {
padding-top: 0px;
font-size: 1.6em;
margin-top: 0px;
margin-bottom: 0.1em;
line-height: 1.2em;
}
body div#content h3, body div#content h4, body div#content h5 { margin-bottom: 0.3em; }
body div#content h1, body div#content h2 {
margin-bottom: 0.6em;
padding-top: 0.5em;
}
body div#content h1 {
font-size: 188%;
line-height: 1.2em;
}
body div#content h2 {
font-size: 150%;
line-height: 1em;
}
body div#content h3 {
font-size: 132%;
line-height: 1.13em;
}
body div#content h4 {
font-size: 116%;
line-height: 1.3em;
}
body div#content h5 {
font-size:108%;
line-height: 1.4em;
}
body div#content h6 { line-height: 1.5em; }
/* 目次直下にある空 p タグのスタイルに対する影響を無効化 */
div#toc + p { display: none; margin: 0px; padding: 0px; }
/* p 内部を以前の設定へ */
body div#content p {
margin: .4em 0 .5em 0;
line-height: 1.5em;
}
/* 本文の色を戻す */
body div#content {
line-height: 1.5;
background-color: #fff;
color: black;
}