Difference between revisions of "MediaWiki:Monobook.css"

From BTGuard Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the MonoBook skin 939393 CECECE  FFE0E0*/
 
/* CSS placed here will affect users of the MonoBook skin 939393 CECECE  FFE0E0*/
  
 
+
/* CHANGE BACKGROUND COLOR */
 
body { background: #CECECE; }
 
body { background: #CECECE; }
 +
 +
 +
  
 
.portlet h5 {
 
.portlet h5 {

Revision as of 23:28, 6 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;
    font-size:10px;
}