MediaWiki:Monobook.css: Difference between revisions

From MAMEDEV Wiki
(New page: →‎CSS placed here will affect users of the Monobook skin: body { background-color:#105080; })
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
body
globalWrapper {
{
   background-color:#105080;
   background-color:#105080;
}
}

Revision as of 03:29, 3 February 2007

/* CSS placed here will affect users of the Monobook skin */
globalWrapper {
  background-color:#105080;
}