MediaWiki:Common.css

From EGTRE
Revision as of 21:28, 16 November 2011 by Paul Steane (talk | contribs) (ToC numbering styles added)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }

/* un-comment next line to display all ToCs with no numbers */
/*.tocnumber { display:none; } */

/* start a page with <div class="nonumtoc"> to display that page's ToC with no numbers */
/* end the page with </div> */
.nonumtoc .tocnumber { display: none; }

/* start a page with <div class="numtoclevel1"> to display that page's ToC with level 1 numbers only */
/* end the page with </div> */
.numtoclevel1 ul ul .tocnumber, 
.numtoclevel1 ul ul .tocnumber { display: none; }