MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
/*Logo resize*/ | /*Logo resize*/ | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
position: relative; | |||
width: 150px; | width: 150px; | ||
height: auto; | height: auto; | ||
| Line 9: | Line 10: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center center; | background-position: center center; | ||
} | } | ||
.mw-wiki-logo::before { | |||
content: ''; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
background-color: white; | |||
filter: blur(10px); | |||
border-radius: inherit; | |||
z-index: -1; | |||
} | |||
/*Background (generell)*/ | /*Background (generell)*/ | ||
Revision as of 14:30, 14 May 2024
/* CSS placed here will be applied to all skins */
/*Logo resize*/
.mw-wiki-logo {
position: relative;
width: 150px;
height: auto;
max-height: none;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.mw-wiki-logo::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
filter: blur(10px);
border-radius: inherit;
z-index: -1;
}
/*Background (generell)*/
body {
background-image: url('https://skullgirlz.wiki/images/a/a4/Kylegayass.webp');
background-size: 15%;
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%;
}