MediaWiki:Common.css
京大推進研
注意: 保存後、変更を確認するにはブラウザのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックする、もしくは Ctrl-F5 か Ctrl-R を押してください (Macでは ⌘-R )
- Google Chrome: Ctrl-Shift-R を押してください (Macでは ⌘-Shift-R )
- Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックする、もしくは Ctrl-F5 を押してください
- Konqueror: 再読み込み をクリックするか、 F5 を押してください。
- Opera: ツール → 設定 からキャッシュをクリアしてください。
/* ここに書いたCSSはすべての外装に反映されます */ /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for instance, will limit to showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS). */ .toclimit-2 .toclevel-2, .toclimit-3 .toclevel-3, .toclimit-4 .toclevel-4, .toclimit-5 .toclevel-5, .toclimit-6 .toclevel-6, .toclimit-7 .toclevel-7 { display: none; } /* 水平線は必ずページ幅いっぱいに広がるように。(CSS float を打ち消すように) */ hr { clear: both; }