사용자
o00o/연습장4(비교)
| r14 vs r15 | ||
|---|---|---|
| 1 | 1 | [목차] |
| 2 | 2 | |
| 3 | 3 | == tab2 == |
| 4 | ||
| 5 | 4 | {{{#!style |
| 6 | 5 | table.tab2 > tbody > tr:nth-child(2) { display: none; } |
| 7 | 6 | }}} |
| 8 | ||
| 9 | 7 | ||<thead><sortable><tableclass=tab2> 버튼1 ||<sortable> 버튼2 || |
| 10 | 8 | ||<nopad> 0 ||<nopad> 1 || ㅎㅇ || |
| 11 | 9 | ||<nopad> 1 ||<nopad> 0 || ㅂㅇ || |
| ... | ... | |
| 15 | 13 | table.tab1 > tbody > tr:nth-child(2) { display: none; } |
| 16 | 14 | table.tab1 .hide { display: none; } |
| 17 | 15 | }}} |
| 18 | ||
| 19 | 16 | ||<thead><sortable><tableclass=tab1> 강화 여부 ||<class=hide> || |
| 20 | 17 | ||<class=hide> 1 || 노강화 || |
| 21 | 18 | ||<class=hide> 0 || 강화 || |
| 22 | 19 | |
| 23 | 20 | |
| 24 | 21 | == menu == |
| 25 | ||
| 26 | 22 | {{{#!style |
| 27 | 23 | table.menu > thead > tr { display: flex; gap: 5px; margin-bottom: 3px; } |
| 28 | 24 | table.menu th { width: 60px; padding: 10px !important; border-color: #000; } |
| ... | ... |