r1327 vs r1328
1
{{{#!style
2
.dup {background:red}
3
.dup:hover {padding:10px}
4
.dup:active {margin-top:5px}
5
.m {background:yellow}
6
}}}
7
{{{#!wiki class="dup m" onclick="toggle-class,m"
8
ㅇㅇ
9
}}}
110
11
12
13
214
{{{#!style
315
.hide {display: none;}
416
.new {background:red}
......