Jump to content

MediaWiki:Common.css: Difference between revisions

From MediaWiki3D
Created page with "CSS placed here will be applied to all skins: .mw-wiki-logo { background-image: url('https://mediawiki3d.org/images/Bir_gif_135.gif') !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: center !important; }"
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
.mw-wiki-logo {
    background-image: url('https://mediawiki3d.org/images/Bir_gif_135.gif') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.mw-logo-icon {
     background-image: url('https://mediawiki3d.org/images/Bir_gif_135.gif') !important;
     background-image: url('https://mediawiki3d.org/images/Bir_gif_135.gif') !important;
     background-size: contain !important;
     background-size: contain !important;

Revision as of 06:41, 8 August 2025

/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
    background-image: url('https://mediawiki3d.org/images/Bir_gif_135.gif') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.mw-logo-icon {
    background-image: url('https://mediawiki3d.org/images/Bir_gif_135.gif') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}