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