Difference between revisions of "MediaWiki:Common.css"

From Exilent
Line 4: Line 4:
 
   max-width: 100%;
 
   max-width: 100%;
 
   height: auto;
 
   height: auto;
 +
}
 +
 +
#ca-nstab-main {
 +
  display: none!important;
 
}
 
}
  

Revision as of 22:39, 29 March 2019

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

img {
  max-width: 100%;
  height: auto;
}

#ca-nstab-main { 
  display: none!important; 
}

#ca-talk { 
  display: none!important; 
}