Difference between revisions of "MediaWiki:Common.css"

From Stoic Wiki
Jump to: navigation, search
Line 17: Line 17:
 
.quote-footer {
 
.quote-footer {
 
margin-bottom: 1.5em;
 
margin-bottom: 1.5em;
 +
}
 +
 +
.mw-body {
 +
  max-width: 870px;
 
}
 
}

Revision as of 13:19, 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-body,
.quote-footer {
margin-left: 2em; 
margin-right: 2em;
}

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

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