MediaWiki:Monobook.css: Difference between revisions

From Fmfi
No edit summary
No edit summary
Line 9: Line 9:
#toc, .toc, .mw-warning
#toc, .toc, .mw-warning
{
{
     background-color: #CCD9FF; /* background colour of toc */
     background-color: #E5ECFF; /* background colour of toc */
}
}



Revision as of 16:50, 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: #E5ECFF; /* background colour of toc */
}

/*
#content { 
    background: #FAF8F0; /* background colour of content area */
}*/