r2910 vs r2911
......
6262
6363
6464
{{{#!style
65
\ .asdf > tbody > tr > td:table-of-type {border-width: 0; background: #ddd; height: 20px}
66
\ .asdf > tbody > tr > td:active {background: blue}
65
.asdf td:table-of-type {border-width: 0; background: #ddd; height: 20px}
66
.asdf td:active {background: transparent}
6767
@theseed-dark-mode {
68
\ .asdf > tbody > tr > td:table-of-type {border-width: 0; background: #ddd}
69
\ .asdf > tbody > tr > td:active {background: transparent} }
68
.asdf td:table-of-type {border-width: 0; background: #ddd}
69
.asdf td:active {background: transparent} }
7070
}}}
7171
| 아무 곳이나 클릭해 보세요. |<tableclass=asdf><tablebordercolor=transparent><tablebgcolor=transparent> || || || || || || || || || || || || || || || || || || || ||
7272
|| || || || || || || || || || || || || || || || || || || || ||
......