MediaWiki:Common.css

京大推進研

2011年7月22日 (金) 22:14時点におけるMatsuda (トーク | 投稿記録)による版
(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内, 検索

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

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックする、もしくは Ctrl-F5Ctrl-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; }