Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 18:50, 6 February 2014

/* 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;
}
*.userComments {display:none !important;}
div#footer {background-url:""!important;}