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
(Created page with ".infobox.group { background: #FFF7EE; border: 1px solid #FF5300; } .infobox.group > tbody > tr:first-child { background: #FF8A4A; } .infobox.group > tbody > tr:nth-child(2n...") |
TheUnGhost (talk | contribs) m (3 revisions imported) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
.infobox | .infobox#group { | ||
background: #FFF7EE; | background: #FFF7EE; | ||
border: | border-color: #FF5300; | ||
} | } | ||
.infobox | .infobox#group > tbody > tr:first-child { | ||
background: #FF8A4A; | background: #FF8A4A; | ||
} | } | ||
.infobox | .infobox#group > tbody > tr:nth-child(2n+3) { | ||
background: #FF9C77; | background: #FF9C77; | ||
} | } |
Latest revision as of 21:37, 10 December 2023
.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;
}