MediaWiki:Common.css: Difference between revisions
Appearance
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Adjust the logo size if needed */ | |||
#p-logo a { | |||
background-image: url("https://static.wikioasis.org/wikigeniuswiki/0/03/WikiGenius_%28red_logo%29.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | |||
#p-logo a img { | |||
opacity: 0; | |||
} |
Revision as of 08:21, 8 October 2025
/* CSS placed here will be applied to all skins */
/* Adjust the logo size if needed */
#p-logo a {
background-image: url("https://static.wikioasis.org/wikigeniuswiki/0/03/WikiGenius_%28red_logo%29.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#p-logo a img {
opacity: 0;
}