Difference between revisions of "MediaWiki:Common.css"

From Stoic Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .mw-editsection { display: none !important; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/* Remove [Edit] links next to each section */
 
.mw-editsection { display: none !important; }
 
.mw-editsection { display: none !important; }
 +
 +
/* Hide Discussion tabs on user pages */
 +
.ns-12 #ca-talk { display: none !important; }

Revision as of 11:22, 25 August 2017

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

/* Remove [Edit] links next to each section */
.mw-editsection { display: none !important; }

/* Hide Discussion tabs on user pages */
.ns-12 #ca-talk { display: none !important; }