Jump to content

MediaWiki:Common.css: Difference between revisions

From WikiGenius
Shovon (talk | contribs)
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Shovon (talk | contribs)
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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.