MediaWiki:Common.css: Difference between revisions

From Questlandia Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 6: Line 6:


#p-logo a {
#p-logo a {
     background: url("/images/logo.png") no-repeat center center !important;
     background: url("/resources/assets/logo_only_135x135.png") no-repeat center center !important;
     background-size: contain !important;
     background-size: contain !important;
     width: 135px;
     width: 135px;

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

#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;
}