MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 44: | Line 44: | ||
background-color: #ed8d1f; | background-color: #ed8d1f; | ||
} | |||
/*Kyle image down there*/ | |||
/* Position image at the bottom left corner */ | |||
.bottom-left-image { | |||
position: fixed; | |||
bottom: 0; | |||
left: 0; | |||
z-index: 9999; /* Ensure it appears above other content */ | |||
} | } | ||
Revision as of 17:46, 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;
}
/*Background (generell)*/
body {
background-image: url('https://skullgirlz.wiki/images/a/a4/Kylegayass.webp');
background-size: 15%;
background-repeat: repeat;
background-position: top left;
}
/*Page background*/
#content {
background:#d6d8ff;
color:#343cd9;
}
/*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%;
}
/*Tools and shit*/
#p-navigation {
background-color: #ed8d1f;
}
#p-tb {
background-color: #ed8d1f;
}
/*Kyle image down there*/
/* Position image at the bottom left corner */
.bottom-left-image {
position: fixed;
bottom: 0;
left: 0;
z-index: 9999; /* Ensure it appears above other content */
}