Difference between revisions of "MediaWiki:Common.css"

From All n One's bxp software Wixi

Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { font-family: Montserrat, Calibri, Tahoma, Geneva, sans-serif; }")
 
Line 2: Line 2:
 
body {
 
body {
 
font-family: Montserrat, Calibri, Tahoma, Geneva, sans-serif;
 
font-family: Montserrat, Calibri, Tahoma, Geneva, sans-serif;
 +
font-size: 11px;
 +
}
 +
h2 {
 +
color: #007DC3; 
 
}
 
}

Revision as of 14:35, 2 April 2015

/* CSS placed here will be applied to all skins */
body {
font-family: Montserrat, Calibri, Tahoma, Geneva, sans-serif;
font-size: 11px;
}
h2 {
color: #007DC3;  
}