コンテンツにスキップ

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

利用者:Electric goat/monobook.css

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

多くの WindowsLinux のブラウザ

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

Mac における Safari

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

Mac における ChromeFirefox

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

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

#bodyContent {
    font-size        : medium;
    font-family      : "Lucida Grande", "Hiragino Kaku Gothic Pro", sans-serif;
}

#siteSub {
    font-size        : small;
    color            : #666;
}

h2 {
    font-size        : x-large;
}

h3 {
    font-size        : large;
}

h4 {
    font-size        : medium;
}

a {
    text-decoration  : none;
}

a:hover, a:active {
    color            : #f93 !important;
    background-color : transparent;
    text-decoration  : underline;
}

a.stub {
    color            : #063;
    background-color : transparent;
}

a.stub:visited {
    color            : #363;
    background-color : transparent;
}

#editpage-copywarn {
    font-size        : small;
}

.mw-rollback-link {
    display          : none;
}