사용자
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 {} | |
| 1 | 6 | |
| 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 | ||
| 2 | 25 | {{{#!if buttonbgcolor = 'black', hovercolor = '#222', activecolor = 'red', numcolor = '#fff' |
| 3 | 26 | }}}{{{#!style |
| 4 | 27 | .num-button {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} |
| ... | ... |