MediaWiki:Common.css: Difference between revisions

add toclimit-N support
enable non-numbering of table of contents section titles
Line 8: Line 8:
}
}


/* When <div class="nonumtoc"> is used on the table of contents,
  the ToC will display without numbers
  .
  copied here 08 Nov 2009 by [[User:FGrose]] from [[wikipedia:MediaWiki:Common.css]]
*/
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    margin: 0 0 0 2em;
}
/* Allow limiting of which header levels are shown in a TOC;
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   <div class="toclimit-3">, for instance, will limit to