사용자
o00o/연습장4(r20판 Blame)
| r20 | ||
|---|---|---|
| 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 |
| r20 | 23 | table.menu > thead > tr { display: flex; height: 50px; justify-content: space-between; |
| 24 | margin-top:-50px; | |
| 25 | } | |
| r13 | 26 | table.menu th { width: 60px; padding: 10px !important; border-color: #000; } |
| 27 | table.menu td { border-color: #000; } | |
| 28 | ||
| r16 | 29 | /* table.menu th::before { display: none !important; } */ |
| 30 | /* table.menu th::after { display: none !important; } */ | |
| r13 | 31 | |
| 32 | table.menu > tbody > tr:nth-of-type(n + 2) { display: none; } | |
| 33 | table.menu > tbody > tr > td { padding: 0; font-size: 0; display: none; } | |
| 34 | ||
| 35 | table.menu > tbody > tr > td.content { | |
| r20 | 36 | width: 300px; display: inline-block !important; height: 50px; |
| r13 | 37 | } |
| r20 | 38 | .content-a, .content-b { |
| 39 | font-size: initial; padding: 2px 4px; text-align: center; | |
| r13 | 40 | } |
| 41 | ||
| r20 | 42 | .content-a { |
| 43 | margin-left: 60px; | |
| 44 | } | |
| 45 | ||
| 46 | }}} | |
| 47 | ||<thead><sortable><tableclass=menu> A ||<sortable> B || | |
| 48 | ||<class=content> 0{{{#!wiki class="content-a" | |
| 49 | Selected A}}} || 1 || | |
| 50 | || 1 ||<class=content> 0{{{#!wiki class="content-b" | |
| 51 | Selected B}}} || | |
| r10 | 52 |