Template:Classed heading/styles.css

From Wikisource
Jump to navigation Jump to search
/**
 * Default syles for headings generated by [[Template:Plain header]].
 */

/* Center the headings and remove the default bottom borders */
.wst-heading {
	/* Nearly all headings are centred */
	text-align: center;
	/* Remove any MW border */
	border-bottom: none;
	/* use the page font, not the Mediwiki one */
	font-family: inherit;
	/* most headings are not bolded */
	font-weight: inherit;

	padding-top: 0;
	
	/* site default */
	line-height: 1.6;
}

.wst-heading-line {
	display: block; /* by default, each line on a new line */
}