Difference between revisions of "MediaWiki:Vector.css"

From Battle Fantasia MUSH
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: h1 { font-size: 188%; } h2 { font-size: 150%; } h3 { font-size: 132%; } h4 { font-size: 116%; } h5 { font-size: 100%...")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
h1 { font-size: 188%; }
+
h1 { font-size: 175%; }
 
h2 { font-size: 150%; }
 
h2 { font-size: 150%; }
h3 { font-size: 132%; }
+
h3 { font-size: 125%; }
h4 { font-size: 116%; }
+
h4 { font-size: 105%; }
h5 { font-size: 100%; }
+
h5 { font-size: 80%; }
h6 { font-size: 80%;  }
+
h6 { font-size: 60%;  }

Revision as of 05:19, 22 August 2014

/* CSS placed here will affect users of the Vector skin */
h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 105%; }
h5 { font-size: 80%; }
h6 { font-size: 60%;  }