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

Template page
(Created page with ".contentbox { border: 1px solid #a7d7f9; border-radius: 2px; margin:5px; padding: 5px 10px; } .contentheading { font-size: 2em; font-family: 'Linux Libertine','Georgia...")
 
No edit summary
Line 12: Line 12:


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

Revision as of 12:55, 10 September 2021

.contentbox {
	border: 1px solid #a7d7f9; 
	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;
}