본문으로 건너뛰기
사용자

flyant(비교)

r1598 vs r1599
1
{{{#!style
2
.EU-star {}
3
.EU-bg {width:300px;height:200px;background:gray}
4
}}}
5
6
{{{#!wiki class="EU-bg"
7
}}}
8
9
10
11
112
{{{#!if cell_size = '60px'
213
}}}{{{#!style
314
.ttt-cell {display:flex;width:@cell_size@;height:@cell_size@;border:1px solid gray}
......