TemplateStyle:Series.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
div.infobox.series {
div.infobox.series {
width: 250px;
width: 250px;
font-size: 100%;
text-align: center;
text-align: center;
background: #f9f9f9;
background: #f9f9f9;
border-radius: 10px;
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
border-radius: 10px;
padding: 15px 15px 10px;
padding: 15px;
}
}

Latest revision as of 09:45, February 6, 2024

/* Series box */
div.infobox.series {
	width: 250px;
	font-size: 100%;
	text-align: center;
	background: #f9f9f9;
	border-radius: 10px;
	border: 1px solid #a2a9b1;
	padding: 15px 15px 10px;
}