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 #1d80ae;  
border: 1px solid #039BE5;  
border-radius: 2px;
border-radius: 2px;
margin:5px;
margin:5px;
Line 15: Line 15:


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

Revision as of 16:12, 27 May 2023

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

.contentheading {
	font-size: 2em;
}

.subcontentheading {
	font-size: 1.5em;
}

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