Difference between revisions of "MediaWiki:Monobook.css"

From BTGuard Wiki
Jump to: navigation, search
Line 8: Line 8:
 
       font-weight:bold;
 
       font-weight:bold;
 
}
 
}
 +
 +
/* make the background behind the content area and the tabs orange */
 +
#content, #content table
 +
#p-cactions ul li :link { background: orange; }

Revision as of 18:41, 30 May 2013

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


body { background: #CECECE; }

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

/* make the background behind the content area and the tabs orange */
#content, #content table
#p-cactions ul li :link { background: orange; }