MediaWiki:Common.css

京大推進研

(版間での差分)
移動: 案内, 検索
Matsuda (トーク | 投稿記録)
(ページの作成:「- ここに書いたCSSはすべての外装に反映されます: /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for instan...」)

2011年7月22日 (金) 22:14時点における最新版

/* ここに書いた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; }