MediaWiki:Common.css: Difference between revisions

Shovon (talk | contribs)
No edit summary
Tag: Reverted
Shovon (talk | contribs)
mNo edit summary
Tag: Manual revert
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;
}