본문으로 건너뛰기
사용자

flyant(비교)

r1597 vs r1598
1
{{{#!if cell_size = '60px'
2
}}}{{{#!style
3
.ttt-cell {display:flex;width:@cell_size@;height:@cell_size@;border:1px solid gray}
4
.ttt-o {}
5
.ttt-x {}
16
7
8
9
.ttt-hide {display:none}
10
}}}
11
12
13
{{{#!wiki class="ttt-cell"
14
}}}
15
16
17
18
19
20
21
22
23
24
225
{{{#!if buttonbgcolor = 'black', hovercolor = '#222', activecolor = 'red', numcolor = '#fff'
326
}}}{{{#!style
427
.num-button {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer}
......