MediaWiki:Monobook.css: Difference between revisions

From Fmfi
No edit summary
No edit summary
Line 3: Line 3:
#content {
#content {
     background: #FAF8F0; /* light beige - background colour */
     background: #FAF8F0; /* light beige - background colour */
}
/* default skin for navigation boxes */
table.navbox {
    background-color: #FAF8F0; 
}
}

Revision as of 16:39, 14 June 2007

/* CSS placed here will affect users of the Monobook skin */

#content {
    background: #FAF8F0; /* light beige - background colour */
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #FAF8F0;  
}