Difference between revisions of "MediaWiki:Common.css"

From All n One's bxp software Wixi

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

Revision as of 12:35, 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-family: Montserrat;}
h2 { font-size: 150%; font-family: Montserrat;}
h3 { font-size: 132%; font-family: Montserrat;}
h4 { font-size: 116%; font-family: Montserrat;}
h5 { font-size: 100%; font-family: Montserrat;}
h6 { font-size: 80%;  font-family: Montserrat;}

}