Difference between revisions of "MediaWiki:Common.css"

From Stoic Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
/* Quote template */
 
/* Quote template */
 
.quote-body,
 
.quote-footer {
 
margin-left: 2em;
 
margin-right: 2em;
 
}
 
  
 
.quote-footer {
 
.quote-footer {

Revision as of 13:20, 5 September 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-2 #ca-talk { display: none !important; }

/* Quote template */

.quote-footer {
margin-bottom: 1.5em;
}

.mw-body { 
  max-width: 870px; 
}