注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
/* ここに書いたCSSはすべての外装に反映されます */

/*
 * フォント・ファミリの設定
 */
.Unicode {
    font-family: 'TITUS Cyberbit Basic', 'Code2000', 'Chrysanthi Unicode', 'Doulos SIL', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
}
 
.IPA {
    font-family: 'Charis SIL', 'Doulos SIL', 'DejaVu Sans', 'Code2000', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', sans-serif;
}
 
.SAMPA {
    font-family: 'Courier', monospace;
}

/* Merge template style */
.messagebox {
    border: 1px solid #aaa;
    background: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: 0.2em;
    text-align: justify;
}
 
.messagebox.merge {
    border: 2px solid #033;
    width: 55%;
    background: #eff;
    padding: 1em;
    margin: 1em auto 1em auto;
}
 
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background: #efefff;
    text-align: center;
}
 
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background: #f8eaba;
}

/* ### nowrap for some table headings ### */
label[for="wpUserEmail"],
label[for="wpNick"],
label[for="wpUserLanguage"],
label[for="wpOldpass"],
label[for="wpNewpass"],
label[for="wpRetypePass"],
#userlogin2 label,
#userloginForm label {
    white-space: nowrap
}
 
/* リダイレクトの表示 */
 
/* [[特別:Allpages]]・[[特別:Prefixindex]] */
.allpagesredirect a:link,
.allpagesredirect a:visited,
/* カテゴリ内 */
.redirect-in-category a:link,
.redirect-in-category a:visited,
/* ウォッチリスト */
.watchlistredir a:link,
.watchlistredir a:visited {
    color: #666;
}