MediaWiki:Common.css: Difference between revisions

From Court of Miracles
Created page with "→‎CSS placed here will be applied to all skins: body { background: #010101 url(/resources/assets/sitebg.png) top center no-repeat; background-size: fill; } .mw-page-container { background: transparent; }"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
background: #010101 url(/resources/assets/sitebg.png) top center no-repeat;
background-size: fill;
}
.mw-page-container {
background: transparent;
}

Latest revision as of 06:11, 18 July 2024

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