사용자
o00o/연습장4(r23판 Blame)
| r23 | ||
|---|---|---|
| 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; } | |
| r23 | 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; } | |
| r23 | 32 | .selected-container { display: flex; height: 5px; } |
| 33 | .selected-container > * { width: 50%; height: 5px; } | |
| 34 | .selected-container > .selected { background: red; } | |
| r13 | 35 | }}} |
| r22 | 36 | ||<thead><sortable><tableclass=menu> A ||<sortable> B || |
| r23 | 37 | ||<class=td-content> 0{{{#!wiki class="selected-container" |
| 38 | {{{#!wiki class="selected" | |
| 39 | }}}{{{#!wiki class="unselected" | |
| 40 | }}} | |
| 41 | }}}{{{#!wiki class="content" | |
| r22 | 42 | Selected A}}} || 1 || |
| r21 | 43 | || 1 ||<class=td-content> 0{{{#!wiki class="content" |
| r22 | 44 | Selected B}}} || |
| r13 | 45 | |
| r10 | 46 |