본문으로 건너뛰기
사용자

o00o/연습장4(r22판 Blame)

r22
r14
1[목차]
2
3== tab2 ==
r9
4{{{#!style
r14
5table.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
13table.tab1 > tbody > tr:nth-child(2) { display: none; }
14table.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
23table.menu > thead > tr { display: flex; }
r13
24table.menu th { width: 60px; padding: 10px !important; border-color: #000; }
25table.menu td { border-color: #000; }
r16
26/* table.menu th::before { display: none !important; } */
27/* table.menu th::after { display: none !important; } */
r13
28table.menu > tbody > tr:nth-of-type(n + 2) { display: none; }
29table.menu > tbody > tr > td { padding: 0; font-size: 0; display: none; }
r21
30table.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}}}
r22
33||<thead><sortable><tableclass=menu> A ||<sortable> B ||
r21
34||<class=td-content> 0{{{#!wiki class="content"
r22
35Selected A}}} || 1 ||
r21
36|| 1 ||<class=td-content> 0{{{#!wiki class="content"
r22
37Selected B}}} ||
r13
38
r10
39