본문으로 건너뛰기
더시드위키
최근 변경
최근 토론
도구 모음
사용자
o00o/연습장4
(r20판 RAW)
보기
RAW
역사
[목차] == tab2 == {{{#!style table.tab2 > tbody > tr:nth-child(2) { display: none; } }}} ||<thead><sortable><tableclass=tab2> 버튼1 ||<sortable> 버튼2 || ||<nopad> 0 ||<nopad> 1 || ㅎㅇ || ||<nopad> 1 ||<nopad> 0 || ㅂㅇ || == tab1 == {{{#!style table.tab1 > tbody > tr:nth-child(2) { display: none; } table.tab1 .hide { display: none; } }}} ||<thead><sortable><tableclass=tab1> 강화 여부 ||<class=hide> || ||<class=hide> 1 || 노강화 || ||<class=hide> 0 || 강화 || == menu == {{{#!style table.menu > thead > tr { display: flex; height: 50px; justify-content: space-between; margin-top:-50px; } table.menu th { width: 60px; padding: 10px !important; border-color: #000; } table.menu td { border-color: #000; } /* table.menu th::before { display: none !important; } */ /* table.menu th::after { display: none !important; } */ table.menu > tbody > tr:nth-of-type(n + 2) { display: none; } table.menu > tbody > tr > td { padding: 0; font-size: 0; display: none; } table.menu > tbody > tr > td.content { width: 300px; display: inline-block !important; height: 50px; } .content-a, .content-b { font-size: initial; padding: 2px 4px; text-align: center; } .content-a { margin-left: 60px; } }}} ||<thead><sortable><tableclass=menu> A ||<sortable> B || ||<class=content> 0{{{#!wiki class="content-a" Selected A}}} || 1 || || 1 ||<class=content> 0{{{#!wiki class="content-b" Selected B}}} ||