MediaWiki:Common.css: Difference between revisions

From Questlandia Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: body { background: url("/resources/assets/bg_logo.jpg") no-repeat center center fixed; background-size: cover; background-color: #5e17eb; }"
 
No edit summary
Line 3: Line 3:
     background: url("/resources/assets/bg_logo.jpg") no-repeat center center fixed;
     background: url("/resources/assets/bg_logo.jpg") no-repeat center center fixed;
     background-size: cover;
     background-size: cover;
    background-color: #5e17eb;
}
}

Revision as of 04:53, 19 April 2025

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