r1329 vs r1330
11
{{{#!style
2
.dup {background:red}
3
.dup:hover {padding:10px}
4
.dup:active {margin-top:5px}
5
.m {background:yellow}
2
.r {text-align:center;padding:2px 50px;border-radius:100px;background:red;color:#000;font-weight:bold;font-size:20px}
3
.y {text-align:center;padding:2px 50px;border-radius:100px;background:yellow;color:#000;font-weight:bold;font-size:20px}
4
.bbb:active {margin-top:5px}
5
.h {display:none}
66
}}}
7
{{{#!wiki style="border:1px solid gray;height:30px;overflow:hidden"
8
{{{#!wiki class="dup m" onclick="toggle-class,m"
9
ㅇㅇ
10
}}}}}}
7
{{{#!wiki style="height:50px;display:inline-block"
8
{{{#!wiki class="bbb"
9
{{{#!wiki class="r ttt" onclick="toggle-class,ttt,h"
10
ㅇㅇ}}}{{{#!wiki class="y ttt h" onclick="toggle-class,ttt,h"
11
ㅂㅂ}}}}}}}}}
1112
13
{{{#!wiki class="ttt"
14
응응}}}{{{#!wiki class="ttt h"
15
바보}}}
1216
1317
14
1518
{{{#!style
1619
.hide {display: none;}
1720
.new {background:red}
......