Template:Character infobox/styles.css: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content added Content deleted
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
.infobox#character > tbody > tr:first-child {
.infobox#character > tbody > tr:first-child {
background: #2B1D42;
background: #2B1D42;
border-top: 1px solid #DFCDDD;

}
}
.infobox#character > tbody > tr:nth-child(2n+3) {
.infobox#character > tbody > tr:nth-child(2n+3) {
background: #2B1D42;
background: #2B1D42;

}
}


.ib-type-band .ib-line {
.ib-line {
border-bottom: 1px solid #DFCDDD;
border-bottom: 1px solid #DFCDDD;
padding-bottom: 3px; }
padding-bottom: 3px; }

Latest revision as of 22:01, 21 October 2022

.infobox#character {
	background: #2B1D42;
	border: 2px solid #DFCDDD;
	color: #DFCDDD;
}
.infobox#character > tbody > tr:first-child {
	background: #2B1D42;
    border-top: 1px solid #DFCDDD;

}
.infobox#character > tbody > tr:nth-child(2n+3) {
	background: #2B1D42;

}

.ib-line {
     border-bottom: 1px solid #DFCDDD;
     padding-bottom: 3px; }