MediaWiki:Monobook.css: Difference between revisions

From Fmfi
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:




body {
body  
background-color: #F3EEDB ; /* background colour of wiki body area */
{
    background: #F3EEDB; /* background colour of wiki body area */
}
}


#footer {
#toc, .toc, .mw-warning
        background-color: #EDE6C9 ; /* background colour of footer area */
{
        border-top-color: #5A1C10
    background-color: #fcf8f0; /* background colour of toc (#E5ECFF - light blue)*/
        border-bottom-color: #5A1C10
}
}



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 */
}*/