MediaWiki:Common.css: Difference between revisions

From The Skullgirls Wiki
Jump to navigation Jump to search
(Created page)
 
mNo edit summary
Line 9: Line 9:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center center;
     background-position: center center;
}
#mw-head {
    background-image: url('https://skullgirlz.wiki/images/b/b3/Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 25%;
}
}

Revision as of 17:21, 14 May 2024

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

/*Logo resize*/
.mw-wiki-logo {
    width: 150px;
    height: auto;
    max-height: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#mw-head {
    background-image: url('https://skullgirlz.wiki/images/b/b3/Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 25%;
}