MediaWiki:Common.css: Difference between revisions

From QualityBox Wiki
(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;
}
}

Latest revision as of 01:20, 17 August 2018

/* CSS placed here will be applied to all skins */

// null out the Timeless Cheshire Cat
#mw-content-container {
  background-image-svg ( null, null ) !important;
}