MediaWiki:Monobook.css: Difference between revisions

From Fmfi
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


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


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

Revision as of 16:47, 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;  
}


body {
	
	background: #FAF8F0 ;
	
}