r2875 vs r2876
11
[[분류:냥]]
22
{{{#!style
3
table.classcolor > tbody > tr > td:first-of-type {font-weight: 100}
4
table.classcolor > tbody > tr:nth-of-type(2n) > td:first-of-type {background: #000; color: var(--article-background-color)}
5
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:first-of-type {background: #fff; color: var(--text-color)}
6
table.classcolor > tbody > tr > td:second-of-type {font-weight: bold}
7
table.classcolor > tbody > tr:nth-of-type(2n) > td:second-of-type {background: #fff}
8
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:second-of-type {background: #000; color: var(--article-background-color)}
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)}
99
@theseed-dark-mode {
10
table.classcolor > tbody > tr > td:first-of-type {font-weight: bold}
11
table.classcolor > tbody > tr:nth-of-type(2n) > td:first-of-type {background: #fff}
12
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:first-of-type {background: #000}
13
table.classcolor > tbody > tr > td:second-of-type {font-weight: 100}
14
table.classcolor > tbody > tr:nth-of-type(2n) > td:second-of-type {background: #000}
15
table.classcolor > tbody > tr:nth-of-type(2n + 1) > td:second-of-type {background: #fff}
16
}
17
}}}
18
||<tableclass=classcolor><tablebgcolor=transparent> asdf ||<colcolor=red> a ||<colcolor=red> a || a || a ||
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 ||
1919
|| asdf || a || a || a || a ||
2020
|| asdf || a || a || a || a ||
2121
|| asdf || a || a || a || a ||
......
2525
|| asdf || a || a || a || a ||
2626
|| asdf || a || a || a || a ||
2727
|| asdf || a || a || a || a ||
28
|| asdf || a || a || a || a ||
2928
3029
3130
{{{#!if x = true; y=false
......