본문으로 건너뛰기
사용자

o00o/연습장4(비교)

r14 vs r15
11
[목차]
22
33
== tab2 ==
4
54
{{{#!style
65
table.tab2 > tbody > tr:nth-child(2) { display: none; }
76
}}}
8
97
||<thead><sortable><tableclass=tab2> 버튼1 ||<sortable> 버튼2 ||
108
||<nopad> 0 ||<nopad> 1 || ㅎㅇ ||
119
||<nopad> 1 ||<nopad> 0 || ㅂㅇ ||
......
1513
table.tab1 > tbody > tr:nth-child(2) { display: none; }
1614
table.tab1 .hide { display: none; }
1715
}}}
18
1916
||<thead><sortable><tableclass=tab1> 강화 여부 ||<class=hide> ||
2017
||<class=hide> 1 || 노강화 ||
2118
||<class=hide> 0 || 강화 ||
2219
2320
2421
== menu ==
25
2622
{{{#!style
2723
table.menu > thead > tr { display: flex; gap: 5px; margin-bottom: 3px; }
2824
table.menu th { width: 60px; padding: 10px !important; border-color: #000; }
......