Difference between revisions of "MediaWiki:Common.css"

From Stoic Wiki
Jump to: navigation, search
Line 6: Line 6:
 
/* Hide Discussion tabs on user pages */
 
/* Hide Discussion tabs on user pages */
 
.ns-2 #ca-talk { display: none !important; }
 
.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;
 +
}

Revision as of 12:41, 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;
}