MediaWiki:Common.css: Difference between revisions

From Questlandia Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 3: Line 3:
     background: url("/images/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;
}
#p-logo a {
    background: url("/resources/assets/logo_only_135x135.png") no-repeat center center !important;
    background-size: contain !important;
    width: 135px;
    height: 135px;
    display: block;
}
}

Revision as of 05:42, 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;
}