MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: #p-logo a { background-image: url('https://ief.wiki/images/c/cd/LightModeLogo.png'); background-size: contain; background-repeat: no-repeat; height: 150px; →Adjust as needed: width: 150px; →Adjust as needed: }" |
No edit summary |
||
| Line 5: | Line 5: | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
height: 150px; | height: 150px; | ||
width: 150px; | width: 150px; | ||
} | } | ||
Revision as of 15:31, 16 December 2024
/* CSS placed here will be applied to all skins */
#p-logo a {
background-image: url('https://ief.wiki/images/c/cd/LightModeLogo.png');
background-size: contain;
background-repeat: no-repeat;
height: 150px;
width: 150px;
}