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 CECECE  FFE0E0*/
+
/* CSS placed here will affect users of the MonoBook skin 939393 CECECE  FFE0E0*/
  
  
body { background: #939393; }
+
body { background: #CECECE; }
  
 
.portlet h5 {
 
.portlet h5 {

Revision as of 21:44, 6 June 2013

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


body { background: #CECECE; }

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



/* Default Font Color */
body {
    font-family: Helvetica;
    font-size:10px;
}