사용자
o00o/연습장4(r21판 Blame)
| r21 | ||
|---|---|---|
| r14 | 1 | [목차] |
| 2 | ||
| 3 | == tab2 == | |
| r9 | 4 | {{{#!style |
| r14 | 5 | table.tab2 > tbody > tr:nth-child(2) { display: none; } |
| 6 | }}} | |
| 7 | ||<thead><sortable><tableclass=tab2> 버튼1 ||<sortable> 버튼2 || | |
| 8 | ||<nopad> 0 ||<nopad> 1 || ㅎㅇ || | |
| 9 | ||<nopad> 1 ||<nopad> 0 || ㅂㅇ || | |
| 10 | ||
| 11 | == tab1 == | |
| 12 | {{{#!style | |
| r13 | 13 | table.tab1 > tbody > tr:nth-child(2) { display: none; } |
| 14 | table.tab1 .hide { display: none; } | |
| r9 | 15 | }}} |
| r13 | 16 | ||<thead><sortable><tableclass=tab1> 강화 여부 ||<class=hide> || |
| 17 | ||<class=hide> 1 || 노강화 || | |
| 18 | ||<class=hide> 0 || 강화 || | |
| r10 | 19 | |
| 20 | ||
| r14 | 21 | == menu == |
| r13 | 22 | {{{#!style |
| r21 | 23 | table.menu > thead > tr { display: flex; } |
| r13 | 24 | table.menu th { width: 60px; padding: 10px !important; border-color: #000; } |
| 25 | table.menu td { border-color: #000; } | |
| r16 | 26 | /* table.menu th::before { display: none !important; } */ |
| 27 | /* table.menu th::after { display: none !important; } */ | |
| r13 | 28 | table.menu > tbody > tr:nth-of-type(n + 2) { display: none; } |
| 29 | table.menu > tbody > tr > td { padding: 0; font-size: 0; display: none; } | |
| r21 | 30 | table.menu > tbody > tr > td.td-content { width: 100%; display: inline-block !important; } |
| 31 | .content { font-size: initial; padding: 2px 4px; text-align: left; } | |
| r13 | 32 | }}} |
| 33 | ||<thead><sortable><tableclass=menu> A ||<sortable> B ||<sortable> C ||<sortable> D || | |
| r21 | 34 | ||<class=td-content> 0{{{#!wiki class="content" |
| r13 | 35 | Selected A}}} || 1 || 1 || 1 || |
| r21 | 36 | || 1 ||<class=td-content> 0{{{#!wiki class="content" |
| r13 | 37 | Selected B}}} || 1 || 1 || |
| r21 | 38 | || 1 || 1 ||<class=td-content> 0{{{#!wiki class="content" |
| r13 | 39 | Selected C}}} || 1 || |
| r21 | 40 | || 1 || 1 || 1 ||<class=td-content> 0{{{#!wiki class="content" |
| r13 | 41 | Selected D}}} || |
| 42 | ||
| r10 | 43 |