MediaWiki:Common.css: Difference between revisions

From Questlandia Wiki
Jump to navigation Jump to search
No edit summary
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 {
body {
     background: url("/resources/assets/wiki_background.png") no-repeat center center fixed;
     background: url("/images/wiki_background.png") no-repeat center center fixed;
     background-size: cover;
     background-size: cover;
}
}

Revision as of 05:13, 19 April 2025

/* CSS placed here will be applied to all skins */
body {
    background: url("/images/wiki_background.png") no-repeat center center fixed;
    background-size: cover;
}