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

From Chemical Culture
Jump to navigationJump to search
Content added Content deleted
(Created page with ".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; }")
Tags: Mobile edit Mobile web edit
 
(Enkatanso changed the content model of the page Template:Character infobox/styles.css from "wikitext" to "CSS")
Tags: content model change Mobile edit Mobile web edit
 
(No difference)

Latest revision as of 13:47, 1 February 2024

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