Difference between revisions of "MediaWiki:Common.css"

Line 5: Line 5:
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;
}
/* for social profile */
.top-users {
    float: none;
    margin: 15px 0 5em;
}
}

Revision as of 22:50, 2 February 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;
}
/* for social profile */
.top-users {
    float: none;
    margin: 15px 0 5em;
}