MediaWiki:Common.css

提供: Tommy6
2009年4月3日 (金) 12:51時点におけるTommy6 (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

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

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: ツール → 設定 からキャッシュをクリアしてください。
/* ここに書いた CSS は全ての外装に反映されます */
.file_size {
font-size:75%;
}
 
table.wikitable,
table.prettytable {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
}
 
table.wikitable th,
table.wikitable td,
table.prettytable th,
table.prettytable td {
    border: 1px solid #aaa;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
}
 
.side_padding th,
.side_padding td {
    padding-left:1em;
    padding-right:1em;
}
 
table.noborder_coloredcell th {
    background-color:#DDDDFF;
}
 
table.noborder_coloredcell_orange th {
    background-color:#FFFFCC;
}
 
table.noborder_coloredcell_green th {
    background-color:#DDFFDD;
}
 
table.noborder_coloredcell_pink th {
    background-color:#FFDDDD;
}
 
.td_text_right td {
    text-align:right;
}