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

Template page
No edit summary
No edit summary
Line 1: Line 1:
.contentbox {
.contentbox {
border: 1px solid #a7d7f9;  
border: 1px solid #e49610;  
border-radius: 2px;
border-radius: 2px;
margin:5px;
margin:5px;

Revision as of 13:14, 10 September 2021

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

.contentheading {
	font-size: 2em;
	font-family: 'Linux Libertine','Georgia','Times',serif;
}

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