MediaWiki:Common.css: verschil tussen versies

Uit Delta Noodmaatregelen
Ga naar: navigatie, zoeken
Regel 6: Regel 6:
 
/**Style text to headings*/
 
/**Style text to headings*/
 
.NoTOCHeading {font-size:132%; color:black; font-weight:bold;}
 
.NoTOCHeading {font-size:132%; color:black; font-weight:bold;}
 +
.NoTOCHeading a{color:black;}

Versie van 26 jun 2014 om 14:46

/** CSS die hier wordt geplaatst heeft invloed op alle skins */

/**Remove numbering in Table of Contents*/
.noautonum .tocnumber { display: none; }

/**Style text to headings*/
.NoTOCHeading {font-size:132%; color:black; font-weight:bold;}
.NoTOCHeading a{color:black;}