MediaWiki:Common.css: Porovnání verzí
Z Dokumentace Disoft
| Řádek 5: | Řádek 5: | ||
**/ | **/ | ||
| − | + | .hideTOCnumbers .tocnumber { display: none; | |
background-color: red; } | background-color: red; } | ||
Verze z 30. 10. 2019, 11:39
/* 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; }