注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
- Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
- Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください。
/* All CSS here will be loaded for users of the Citizen skin */ #ca-talk { display:none!important; } /*議論タブを消す*/ #ca-history { display:none!important; } /*履歴表示タブを消す*/ #ca-viewsource { display:none!important; } /*ソース表示タブを消す*/ #footer { display: none; } :root { --width-layout: 100vw; /* Slightly wider content */ } .mw-logo-wordmark { color:#FF9800; } /* Portable Infobox用CSS */ .portable-infobox { width: 80% !Important; max-width: 30em !Important; } .portable-infobox .pi-title { background-color: #ff9800 !important; font-size: 110% !Important; text-align: center !Important; color: #000000; } .portable-infobox .pi-header { text-align: center !Important; font-size: 105% !Important; } .portable-infobox .pi-data-label { text-align: left; }