MediaWiki:Monobook.css: Difference between revisions

From MAMEDEV Wiki
No edit summary
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 */
<nowiki>
<nowiki>
#content {
body {
   background-color: #105080;
   background: #105080;
}
}
</nowiki>
</nowiki>

Revision as of 05:24, 3 February 2007

/* CSS placed here will affect users of the Monobook skin */
<nowiki>
body {
  background: #105080;
}
</nowiki>