Difference between revisions of "MediaWiki:Common.css"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 11: Line 11:
 
h6 { font-size: 80%;  font-family: Montserrat;}
 
h6 { font-size: 80%;  font-family: Montserrat;}
  
 +
@media screen
 +
{
 +
.mw-body h1 { font-size: 188%; font-family: Montserrat;}
 +
}
 
}
 
}

Revision as of 12:40, 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;}

@media screen
{
.mw-body h1 { font-size: 188%; font-family: Montserrat;}
}
}