Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body.skin-bestpractices {
   background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
   background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
}
}

Revision as of 12:34, 16 January 2013

/* CSS placed here will be applied to all skins */
body.skin-bestpractices {
   background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
}