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 {
background-color:#BFBFBF!important;
}
body.skin-bestpractices {
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 22:57, 16 January 2013

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