MediaWiki:Monobook.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
body { | body { | ||
background: #F3EEDB ; /* background colour of wiki body area */ | background-color: #F3EEDB ; /* background colour of wiki body area */ | ||
} | } | ||
#footer { | #footer { | ||
background: #EDE6C9 ; /* background colour of footer area */ | background-color: #EDE6C9 ; /* background colour of footer area */ | ||
border-top-color: #5A1C10 | border-top-color: #5A1C10 | ||
border-bottom-color: #5A1C10 | border-bottom-color: #5A1C10 | ||
Revision as of 16:26, 6 November 2007
/* CSS placed here will affect users of the Monobook skin */
body {
background-color: #F3EEDB ; /* background colour of wiki body area */
}
#footer {
background-color: #EDE6C9 ; /* background colour of footer area */
border-top-color: #5A1C10
border-bottom-color: #5A1C10
}
/*
#content {
background: #FAF8F0; /* background colour of content area */
}*/