MediaWiki:Common.css
2017年9月6日 (水) 05:45時点におけるWhiteday wiki (トーク | 投稿記録)による版
注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
- Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
- Internet Explore/Edger: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
- Opera: Ctrl-F5を押してください
/* ここに記述したCSSはすべての外装に反映されます */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } #p-namespaces { display: none; } #p-tb-label { margin-top: 40px; } table, table th, table td { border: 1px solid #CCC; } table thead { background-color: aliceblue; } table tbody th { background-color: #EEE; } table tbody td { background-color: #FFF; }