사용자
o00o/연습장4(r16판 Blame)
| r16 | ||
|---|---|---|
| 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 |
| 23 | table.menu > thead > tr { display: flex; gap: 5px; margin-bottom: 3px; } | |
| 24 | table.menu th { width: 60px; padding: 10px !important; border-color: #000; } | |
| 25 | table.menu td { border-color: #000; } | |
| 26 | ||
| 27 | @theseed-dark-mode { | |
| 28 | table.menu { background: transparent; } | |
| 29 | table.menu th { border-color: #777; } | |
| 30 | table.menu td { border-color: #777; } | |
| 31 | } | |
| 32 | ||
| r16 | 33 | /* table.menu th::before { display: none !important; } */ |
| 34 | /* table.menu th::after { display: none !important; } */ | |
| r13 | 35 | |
| 36 | table.menu > tbody > tr:nth-of-type(n + 2) { display: none; } | |
| 37 | ||
| 38 | table.menu > tbody > tr > td { padding: 0; font-size: 0; display: none; } | |
| 39 | ||
| 40 | table.menu > tbody > tr > td.content { | |
| 41 | width: 100%; display: inline-block !important; | |
| 42 | } | |
| 43 | .content { | |
| 44 | font-size: initial; | |
| 45 | padding: 2px 4px; text-align: left; | |
| 46 | } | |
| 47 | }}} | |
| 48 | ||<thead><sortable><tableclass=menu> A ||<sortable> B ||<sortable> C ||<sortable> D || | |
| 49 | ||<class=content> 0{{{#!wiki class="content" | |
| 50 | Selected A}}} || 1 || 1 || 1 || | |
| 51 | || 1 ||<class=content> 0{{{#!wiki class="content" | |
| 52 | Selected B}}} || 1 || 1 || | |
| 53 | || 1 || 1 ||<class=content> 0{{{#!wiki class="content" | |
| 54 | Selected C}}} || 1 || | |
| 55 | || 1 || 1 || 1 ||<class=content> 0{{{#!wiki class="content" | |
| 56 | Selected D}}} || | |
| 57 | ||
| r10 | 58 |