Difference between revisions of "MediaWiki:Common.css"

 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body {
    background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
background-color:#BFBFBF!important;
}
}
/*
body.skin-bestpractices {
div#mw-head {
background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
}
#mw-head-base {
/* for social profile */
     height: 5em;
.top-users {
     margin-left: 10em;
     float: none;
    margin-top: -5em;
     margin: 15px 0 5em;
}*/
}
*.userComments {display:none !important;}
div#footer {background-image:url("")!important;}

Latest revision as of 18:52, 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-image:url("")!important;}