| r45 vs r46 | ||
|---|---|---|
| ... | ... | |
| 590 | 590 | \{{{#!if s="table.colored > tbody > tr", n=":nth-of-type" |
| 591 | 591 | \}}}\{{{#!style |
| 592 | 592 | /* scoped styles are not supported */ |
| 593 | @@_@s@ > td:first-of-type { | |
| 593 | {{{#deepskyblue @@_@s@}}} > td:first-of-type { | |
| 594 | 594 | font-weight: bold; |
| 595 | 595 | } |
| 596 | @@_@s@@@_@n@(3n) > td:first-of-type { | |
| 596 | {{{#deepskyblue @@_@s@@@_@n@}}}(3n) > td:first-of-type { | |
| 597 | 597 | color: red; |
| 598 | 598 | } |
| 599 | @@_@s@@@_@n@(3n + 1) > td:first-of-type { | |
| 599 | {{{#deepskyblue @@_@s@@@_@n@}}}(3n + 1) > td:first-of-type { | |
| 600 | 600 | color: lime; |
| 601 | 601 | } |
| 602 | @@_@s@@@_@n@(3n + 2) > td:first-of-type { | |
| 602 | {{{#deepskyblue @@_@s@@@_@n@}}}(3n + 2) > td:first-of-type { | |
| 603 | 603 | color: blue; |
| 604 | 604 | } |
| 605 | 605 | |
| 606 | 606 | /* media query is not supported */ |
| 607 | 607 | @theseed-dark-mode { |
| 608 | @@_@s@@@_@n@(3n) > td:first-of-type { | |
| 608 | {{{#deepskyblue @@_@s@@@_@n@}}}(3n) > td:first-of-type { | |
| 609 | 609 | color: maroon; |
| 610 | 610 | } |
| 611 | @@_@s@@@_@n@(3n + 1) > td:first-of-type { | |
| 611 | {{{#deepskyblue @@_@s@@@_@n@}}}(3n + 1) > td:first-of-type { | |
| 612 | 612 | color: green; |
| 613 | 613 | } |
| 614 | @@_@s@@@_@n@(3n + 2) > td:first-of-type { | |
| 614 | {{{#deepskyblue @@_@s@@@_@n@}}}(3n + 2) > td:first-of-type { | |
| 615 | 615 | color: navy; |
| 616 | 616 | } |
| 617 | 617 | } |
| ... | ... |