MediaWiki:Common.css
Z Dokumentace Disoft
/* Zde uvedené CSS bude ovlivňovat všechny styly */
/**
** Permits the use of div tags to suppress auto-numbering in TOC, for instance on [[Terms of use]] where sections are manually numbered.
** using <div class="noautonum">__TOC__</div>
**/
#hideTOCnumbers .tocnumber { display: none;
background-color: red; }