Template:Content Box/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 8: Line 8:
.contentheading {
.contentheading {
font-size: 2em;
font-size: 2em;
font-family: 'Linux Libertine','Georgia','Times';
}
}



Revision as of 22:21, 12 September 2021

.contentbox {
	border: 1px solid #e49610; 
	border-radius: 2px;
	margin:5px;
	padding: 5px 10px;
}

.contentheading {
	font-size: 2em;
}

.contenthr {
	background-color:#474747;
	margin: 0px -10px 10px;
}