MediaWiki:Common.css: Difference between revisions

no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: #mw-content-container { // .background-image-svg( 'images/cat-grey.svg', 'images/cat-grey.png' ); // backgro...")
 
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 */
// null out the Timeless Cheshire Cat
#mw-content-container {
#mw-content-container {
        // .background-image-svg( 'images/cat-grey.svg', 'images/cat-grey.png' );
   background-image-svg ( null, null ) !important;
        // background-repeat: no-repeat;
        // background-position: center 15em;
   .background-image-svg ( null, null ) !important;
}
}