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

Template page
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.contentbox {
.contentbox {
border: 1px solid #1d80ae;  
border: 1px solid #039BE5;  
border-radius: 2px;
border-radius: 8px;
margin:5px;
margin: 0px 5px 5px;
padding: 0px 10px 5px;
padding: 0px 10px 5px;
}
}
Line 15: Line 15:


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

Latest revision as of 19:40, 27 May 2023

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

.contentheading {
	font-size: 2em;
}

.subcontentheading {
	font-size: 1.5em;
}

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