Difference between revisions of "MediaWiki:Common.css"

From QualityBox Wiki
Jump to navigation Jump to search
(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...")
 
 
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 02: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;
}