Template:Character infobox/styles.css

From Chemical Culture
Revision as of 13:47, 1 February 2024 by Enkatanso (talk | contribs) (Enkatanso changed the content model of the page Template:Character infobox/styles.css from "wikitext" to "CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox#character {
	background: #F8FFF7;
	border-color: #88AA88;
	float: right;
    clear: right;
}
.infobox#character > tbody > tr:first-child {
	background: #8AFA8A;
}
.infobox#character > tbody > tr:nth-child(2n+3) {
	background: #AAFFAA;
}