コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

利用者:Quastr/modern.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
}
h1, h2 {
    border-bottom:1px solid #666;
    color:#000;
    font-family:"メイリオ", Meiryo, sans-serif;
}
p, pre, th, td, li, dd, dt {
    line-height:1.5;
}
a:link, a:visited {
    color:#33C;
    text-decoration:none;
}
a:hover, a:active {
    text-decoration:underline;
}
a.external,
a.external:visited,
a.extiw,
a.extiw:visited,
a.interwiki,
a.interwiki:visited {
    color:#364;
}
#article, #article p, #article td, #article th,
#topbar, #topbar p, #topbar td, #topbar td.top, #topbar td.top a, #topbar th,
#quickbar, #quickbar h6, #quickbar p, #quickbar td, #quickbar th,
#footer, #footer p, #footer td, #footer th {
    font-family:"メイリオ", Meiryo, sans-serif;
}
#quickbar {
    font-size:10px;
}
#quickbar h6 {
    font-size:12px;
}
#topbar .top, #topbar .top a, #topbar #langlinks {
    font-size:12px;
}
#topbar #langlinks {
    font-weight:Verdana, sans-serif;
}
#article p, #article li, #article th, #article td, #article li, #article dt, #article dd {
    font-size:13px;
}
#article code, #article tt, #article pre {
    font-family:"Osaka-等幅", "MS ゴシック", monospace;
    font-size:12px;
}