Difference between revisions of "MediaWiki:Common.css"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 4: Line 4:
 
   font-size: 16px;
 
   font-size: 16px;
  
h1 {
+
h1 { font-size: 188%; font: Montserrat;}
font: Montserrat
+
h2 { font-size: 150%; font: Montserrat;}
font-size: 24
+
h3 { font-size: 132%; font: Montserrat;}
}
+
h4 { font-size: 116%; font: Montserrat;}
 +
h5 { font-size: 100%; font: Montserrat;}
 +
h6 { font-size: 80%;  font: Montserrat;}
  
 
}
 
}

Revision as of 12:18, 9 April 2015

/* CSS placed here will be applied to all skins */
body {
  font-family: Montserrat, Calibri, Tahoma, Geneva, sans-serif;
  font-size: 16px;

h1 { font-size: 188%; font: Montserrat;}
h2 { font-size: 150%; font: Montserrat;}
h3 { font-size: 132%; font: Montserrat;}
h4 { font-size: 116%; font: Montserrat;}
h5 { font-size: 100%; font: Montserrat;}
h6 { font-size: 80%;  font: Montserrat;}

}