Difference between revisions of "MediaWiki:Monobook.css"

From BTGuard Wiki
Jump to: navigation, search
Line 16: Line 16:
 
/* Default Font Color */
 
/* Default Font Color */
 
body {
 
body {
     font-family: Helvetica;
+
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 
     font-size:10px;
 
     font-size:10px;
 
}
 
}

Revision as of 10:25, 7 June 2013

/* CSS placed here will affect users of the MonoBook skin 939393 CECECE  FFE0E0*/

/* CHANGE BACKGROUND COLOR */
body { background: #CECECE; }




.portlet h5 {
       color: black;
       font-weight:bold;
}



/* Default Font Color */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
}