コンテンツにスキップ

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

利用者:Kxx/vector.css

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

多くの WindowsLinux のブラウザ

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

Mac における Safari

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

Mac における ChromeFirefox

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

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

body {
    font-family: Meiryo, sans-serif;
    font-size: 1.25em;
    text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis ideograph-space;
}

code, pre, textarea, tt, [class*='source-'] {
    font-family: Consolas, MS Gothic, monospace !important;
}

q, .texhtml {
    font-family: 'Yu Mincho', Palatino, Palatino Linotype, 'MS PMincho', serif;
}

.navpopup {
    font-size: 0.55em;
    max-width: 40em;
    opacity: 0.9;
}

.popupPreview {
    font-size: 1.1em;
}

pre[class*='source-'] {
    overflow-x: scroll;
    word-wrap: normal;
}

.IPA {
    font-family: 'DejaVu Sans', Arial, sans-serif;
}

.reference::before {
    content: '\feff';
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: 'Yu Mincho', 'Linux Libertine', Georgia, Times, serif !important;
    font-weight: bold;
    -moz-feature-settings: 'pwid';
    -webkit-font-feature-settings: 'pwid';
    font-feature-settings: 'pwid';
}

input, select, .suggestions, #searchForm, #toctitle h2 {
    font-family: Meiryo, sans-serif !important;
}

.page-メインページ #mp-right {
    min-width: 19em;
}

.page-メインページ .globegris {
    position: relative;
    background: none !important;
    overflow: hidden;
}

.page-メインページ .globegris::before {
    content: '';
    position: absolute;
    width: 160px;
    height: 168px;
    top: 0px;
    left: 0px;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg);
    background-repeat: no-repeat;
    background-size: 200px 183px;
    background-position: -40px -15px;
    opacity: 0.4;
}

#p-logo a {
    background-image: url(//upload.wikimedia.org/wikipedia/commons/1/1f/Wikipedia-logo-v2-ja.svg) !important;
}

input, rotate, .suggestions-results, .suggestions-special, .navpopup, .flagicon, a.NavToggle {
    -ms-transform:rotate(0.001deg);
}