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

Template page
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.contentbox {
.contentbox {
border: 1px solid #e49610;  
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 8: Line 8:
.contentheading {
.contentheading {
font-size: 2em;
font-size: 2em;
}
.subcontentheading {
font-size: 1.5em;
}
}


.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;
}