Template:Film/draft/styles.css: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content added Content deleted
No edit summary
No edit summary
 
Line 1: Line 1:
.infobox#film {
.infobox#film {
background: #422D65;
background: #422D65;
border: 2px solid #2B1D42;
border: 2px solid #DFCDDD;
}
}
.infobox#film > tbody > tr:first-child {
.infobox#film > tbody > tr:first-child {
background: #2B1D42;
background: #DFCDDD;
color: #2B1D42;
}
}
.infobox#film > tbody > tr:nth-child(2n+3) {
.infobox#film > tbody > tr:nth-child(2n+3) {

Latest revision as of 15:23, 6 December 2022

.infobox#film {
	background: #422D65;
	border: 2px solid #DFCDDD;
}
.infobox#film > tbody > tr:first-child {
	background: #DFCDDD;
	color: #2B1D42;
}
.infobox#film > tbody > tr:nth-child(2n+3) {
	background: #362553;
}