r45 vs r46
......
590590
\{{{#!if s="table.colored > tbody > tr", n=":nth-of-type"
591591
\}}}\{{{#!style
592592
/* scoped styles are not supported */
593
@@_@s@ > td:first-of-type {
593
{{{#deepskyblue @@_@s@}}} > td:first-of-type {
594594
font-weight: bold;
595595
}
596
@@_@s@@@_@n@(3n) > td:first-of-type {
596
{{{#deepskyblue @@_@s@@@_@n@}}}(3n) > td:first-of-type {
597597
color: red;
598598
}
599
@@_@s@@@_@n@(3n + 1) > td:first-of-type {
599
{{{#deepskyblue @@_@s@@@_@n@}}}(3n + 1) > td:first-of-type {
600600
color: lime;
601601
}
602
@@_@s@@@_@n@(3n + 2) > td:first-of-type {
602
{{{#deepskyblue @@_@s@@@_@n@}}}(3n + 2) > td:first-of-type {
603603
color: blue;
604604
}
605605
606606
/* media query is not supported */
607607
@theseed-dark-mode {
608
@@_@s@@@_@n@(3n) > td:first-of-type {
608
{{{#deepskyblue @@_@s@@@_@n@}}}(3n) > td:first-of-type {
609609
color: maroon;
610610
}
611
@@_@s@@@_@n@(3n + 1) > td:first-of-type {
611
{{{#deepskyblue @@_@s@@@_@n@}}}(3n + 1) > td:first-of-type {
612612
color: green;
613613
}
614
@@_@s@@@_@n@(3n + 2) > td:first-of-type {
614
{{{#deepskyblue @@_@s@@@_@n@}}}(3n + 2) > td:first-of-type {
615615
color: navy;
616616
}
617617
}
......