User:CalendulaAsteraceae/common.css

/* customize fonts */
body {
	font-family:sans-serif;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
	font-family:serif;
}
.wst-cursive {
	font-family:cursive !important;
}

/* show where deprecated templates are used */
.deprecated-template-warning {
	display:inline !important;
}

/* make the missing edit summary warning more noticeable */
#mw-missingsummary {
	background-color:#fef6e7;
	border:1px solid #ac6600;
	padding:0.5em 1em;
	margin:1em 0;
}
#mw-missingsummary > p {
	margin:0;
}

/* make marked text less eye-searing */
mark {
	background:#fee18d;
}

/* left-align edit box text */
#editform {
	text-align:left;
}