MediaWiki:Common.css: verschil tussen versies
Uit Delta Noodmaatregelen
Regel 5: | Regel 5: | ||
/**Style text to headings*/ | /**Style text to headings*/ | ||
− | .NoTOCHeading {font-size:132%; color:black; font-weight:bold;} | + | .NoTOCHeading.h3 {font-size:132%; color:black; font-weight:bold;} |
+ | .NoTOCHeading.h1 {font-size:1.6em; color:black; font-weight:normal; line-height:1.2em} | ||
+ | |||
.NoTOCHeading a{color:black;} | .NoTOCHeading a{color:black;} |
Versie van 26 jun 2014 om 13:50
/** 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.h3 {font-size:132%; color:black; font-weight:bold;} .NoTOCHeading.h1 {font-size:1.6em; color:black; font-weight:normal; line-height:1.2em} .NoTOCHeading a{color:black;}