Jump to content

MediaWiki:Common.css: Difference between revisions

From MediaWiki3D
No edit summary
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-image: url('https://mediawiki3d.org/images/Bir_gif_135.gif') !important;
Line 13: Line 14:
     background-position: center !important;
     background-position: center !important;
}
}
*/

Revision as of 06:44, 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;
}
*/