MediaWiki:Common.css: verschil tussen versies

Uit Delta Noodmaatregelen
Ga naar: navigatie, zoeken
Regel 4: Regel 4:
 
.noautonum .tocnumber { display: none; }
 
.noautonum .tocnumber { display: none; }
 
#toctitle { display: none; }
 
#toctitle { display: none; }
#toc {border:none; height:100%; width:100%;}
+
#toc {border:none; height:100%; width:100%; display: block; text-align:center;}
 
#toc li{padding-left:20px;}
 
#toc li{padding-left:20px;}
 
#toc > ul > li{font-size:116%; font-weight:bold;}
 
#toc > ul > li{font-size:116%; font-weight:bold;}
#toc > ul{width:80%; margin-left:auto; margin-right:auto;}
+
#toc > ul{display: inline-block;}
  
 
/**Style text to headings*/
 
/**Style text to headings*/

Versie van 26 jun 2014 om 15:32

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

/**Edit Table of Contents*/
.noautonum .tocnumber { display: none; }
#toctitle { display: none; }
#toc {border:none; height:100%; width:100%; display: block; text-align:center;}
#toc li{padding-left:20px;}
#toc > ul > li{font-size:116%; font-weight:bold;}
#toc > ul{display: inline-block;}

/**Style text to headings*/
.NoTOCHeading.h4 {font-size:116%; color:black; font-weight:bold;}
.NoTOCHeading.h3 {font-size:132%; color:black; font-weight:bold;}
.NoTOCHeading.h2 {font-size:164%; color:black; font-weight:normal;}
.NoTOCHeading.h1 {font-size:2.2em; color:black; font-weight:normal;}

.NoTOCHeading {margin:8px 0 8px 0;}
.NoTOCHeading a{color:black;}