Be sure to read our policy on citing sources before editing!

Difference between revisions of "MediaWiki:Common.css"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* background tiles */
body.mediawiki {
body.mediawiki {
     background:#f6f6f6 url(/w/images/2/26/Background.png) repeat;
     background:#f6f6f6 url(/w/images/2/26/Background.png) repeat;
}
}
/* page background */
div#content.mw-body {
div#content.mw-body {
     background:#fff7df;
     background:#fff7df;
}
}

Revision as of 00:41, October 20, 2018

/* CSS placed here will be applied to all skins */

/* background tiles */
body.mediawiki {
    background:#f6f6f6 url(/w/images/2/26/Background.png) repeat;
}

/* page background */
div#content.mw-body {
    background:#fff7df;
}