Difference between revisions of "MediaWiki:Common.css"

(Created page with "→‎CSS placed here will be applied to all skins: body { background: url("/public_html/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important; }")
 
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("/public_html/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
     background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
}
}
/*
div#mw-head {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#mw-head-base {
    height: 5em;
    margin-left: 10em;
    margin-top: -5em;
}*/

Revision as of 11:59, 4 January 2013

/* CSS placed here will be applied to all skins */
body {
    background: url("/images/SiteBackground.jpg") no-repeat scroll center top #BFBFBF !important;
}
/*
div#mw-head {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#mw-head-base {
    height: 5em;
    margin-left: 10em;
    margin-top: -5em;
}*/