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