본문으로 건너뛰기
더시드위키
최근 변경
최근 토론
도구 모음
사용자
o00o/연습장4
(r17판 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; gap: 5px; margin-bottom: 3px; } table.menu th { width: 60px; padding: 10px !important; border-color: #000; } table.menu td { border-color: #000; } @theseed-dark-mode { table.menu { background: transparent; } table.menu th { border-color: #777; } table.menu td { border-color: #777; } } /* 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: 100%; display: inline-block !important; } .content { font-size: initial; padding: 2px 4px; text-align: left; } }}} ||<thead><sortable><tableclass=menu> A ||<sortable> B || ||<class=content> 0{{{#!wiki class="content" Selected A}}} || 1 || || 1 ||<class=content> 0{{{#!wiki class="content" Selected B}}} ||