r2876 vs r2877
11
[[분류:냥]]
22
{{{#!style
3
table.classcolor > tbody > tr > td:first-of-type {font-weight: 900; border-width: 0px; border-radius: 100px}
4
table.classcolor > tbody > tr:nth-of-type(2n) > td:first-of-type {background: var(--dark-article-background-color, #000); color: var(--article-background-color)}
5
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:first-of-type {background: #ddd; color: var(--text-color)}
6
table.classcolor > tbody > tr > td:second-of-type {font-weight: bold; border-width: 0px; border-radius: 100px}
7
table.classcolor > tbody > tr:nth-of-type(2n) > td:second-of-type {background: #ddd}
8
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:second-of-type {background: var(--dark-article-background-color, #000); color: var(--article-background-color)}
9
@theseed-dark-mode {
10
table.classcolor > tbody > tr > td:first-of-type {font-weight: bold; border-width: 0px;}
11
table.classcolor > tbody > tr:nth-of-type(2n) > td:first-of-type {background: #ddd}
12
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:first-of-type {background: var(--dark-article-background-color, #000)}
13
table.classcolor > tbody > tr > td:second-of-type {font-weight: 100; border-width: 0px;}
14
table.classcolor > tbody > tr:nth-of-type(2n) > td:second-of-type {background: var(--dark-article-background-color, #000)}
15
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:second-of-type {background: #ddd}
16
} }}}
17
||<tableclass=classcolor><tablebgcolor=transparent><tablebordercolor=transparent> asdf ||<colcolor=red> a ||<colcolor=red> a || a || a ||
18
|| asdf[br][br][br][br][br][br][br][br][br]ㅠ || || a || a || a ||
3
table.classcolor > tbody > tr > td:table-of-type {color: red}
4
}}}
5
||<tableclass=classcolor><tablebgcolor=transparent> a || a || a || a || a ||
6
|| asdf || || a || a || a ||
197
|| asdf || a || a || a || a ||
208
|| asdf || a || a || a || a ||
219
|| asdf || a || a || a || a ||
......