Difference between revisions of "MediaWiki:Common.css"

Line 4: Line 4:
}
}
body.skin-bestpractices {
body.skin-bestpractices {
background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
background: url("/images/SiteBackground.jp") no-repeat scroll center top #BFBFBF !important;
}
}
/* for social profile */
/* for social profile */

Revision as of 18:48, 6 February 2014

/* CSS placed here will be applied to all skins */
body {
background-color:#BFBFBF!important;
}
body.skin-bestpractices {
background: url("/images/SiteBackground.jp") no-repeat scroll center top #BFBFBF !important;
}
/* for social profile */
.top-users {
    float: none;
    margin: 15px 0 5em;
}