MediaWiki:Common.css: Difference between revisions

From The Skullgirls Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
/*Background (generell)*/
/*Background (generell)*/
body {
body {
background-image: url('https://skullgirlz.wiki/images/a/a4/Kylegayass.webp');
    background-image: url('https://skullgirlz.wiki/images/a/a4/Kylegayass.webp');
background-size: repeat 10%;
    background-size: 25%;
    background-repeat: repeat;
    background-position: top left;  
}
}


/*The gif on the top*/
/*The gif on the top*/

Revision as of 17:28, 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;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.7);
}

/*Background (generell)*/
body {
    background-image: url('https://skullgirlz.wiki/images/a/a4/Kylegayass.webp');
    background-size: 25%; 
    background-repeat: repeat; 
    background-position: top left; 
}


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