This wiki contains unmarked spoilers and disturbing content without warning. Please be cautious when browsing.
We have just started this wiki. Please help us fill in all the information.
Editing is disabled for now.
We are not affiliated with Team Salvato.

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

From Monikapedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
.infobox#group {
.infobox#group {
background: #FFF7EE;
background: #FFF7EE;
border: 1px solid #FF5300;
border-color: #FF5300;
}
}
.infobox#group > tbody > tr:first-child {
.infobox#group > tbody > tr:first-child {

Revision as of 20:03, 28 April 2022

.infobox#group {
	background: #FFF7EE;
	border-color: #FF5300;
}
.infobox#group > tbody > tr:first-child {
	background: #FF8A4A;
}
.infobox#group > tbody > tr:nth-child(2n+3) {
	background: #FF9C77;
}