MediaWiki:Monobook.css: Difference between revisions
(New page: →CSS placed here will affect users of the Monobook skin: #content { background: #F3EEDB; →white: }) |
No edit summary |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
background: #F3EEDB; /* | body | ||
{ | |||
background: #F3EEDB; /* background colour of wiki body area */ | |||
} | } | ||
#toc, .toc, .mw-warning | |||
{ | |||
background-color: #fcf8f0; /* background colour of toc (#E5ECFF - light blue)*/ | |||
} | |||
/* | |||
#content { | |||
background: #FAF8F0; /* background colour of content area */ | |||
}*/ |
Latest revision as of 17:04, 6 November 2007
/* CSS placed here will affect users of the Monobook skin */ body { background: #F3EEDB; /* background colour of wiki body area */ } #toc, .toc, .mw-warning { background-color: #fcf8f0; /* background colour of toc (#E5ECFF - light blue)*/ } /* #content { background: #FAF8F0; /* background colour of content area */ }*/