사용자
NodeulsumNaru(비교)
| r20 vs r21 | ||
|---|---|---|
| ... | ... | |
| 148 | 148 | }}}[각주] |
| 149 | 149 | ====== .. ====== |
| 150 | 150 | {{{#!style |
| 151 | /* 1. 전체 테이블 레이아웃 */ | |
| 152 | table. | |
| 153 | width: min(5 | |
| 151 | /* 1. 전체 배경 및 테이블 레이아웃 */ | |
| 152 | table.chrome-tab-ui { | |
| 153 | width: min(560px, 100%); background: transparent; | |
| 154 | 154 | margin: 20px auto; border-collapse: collapse; |
| 155 | table-layout: fixed; /* 가로 너비 고정 */ | |
| 155 | 156 | } |
| 156 | 157 | |
| 157 | /* 2. 탭 | |
| 158 | table. | |
| 159 | display: flex; | |
| 158 | /* 2. 크롬 스타일 탭 바 (헤더) */ | |
| 159 | table.chrome-tab-ui > thead > tr { | |
| 160 | display: flex; gap: 4px; padding: 0 10px; | |
| 161 | background: #dee1e6; /* 크롬 탭 바 특유의 연회색 */ | |
| 162 | border-radius: 12px 12px 0 0; | |
| 160 | 163 | } |
| 161 | table. | |
| 162 | flex: | |
| 163 | ||
| 164 | ||
| 165 | ||
| 164 | table.chrome-tab-ui > thead > tr > th { | |
| 165 | flex: 1; height: 36px; padding: 0 !important; | |
| 166 | display: flex; align-items: center; justify-content: center; | |
| 166 | 167 | cursor: pointer; transition: 0.2s; |
| 167 | ||
| 168 | ||
| 169 | border: | |
| 170 | b | |
| 171 | border-radius: | |
| 168 | font-size: 13px; color: #444 !important; font-weight: normal; | |
| 169 | border: none !important; | |
| 170 | background: transparent; | |
| 171 | border-radius: 10px 10px 0 0; | |
| 172 | position: relative; | |
| 172 | 173 | } |
| 173 | table.stel-tab-ui > thead > tr > th:hover { background: #ffaaa5 !important; color: #fff !important; } | |
| 174 | 174 | |
| 175 | /* 탭 호버 효과 (크롬 활성 탭 느낌) */ | |
| 176 | table.chrome-tab-ui > thead > tr > th:hover { | |
| 177 | background: #ffffff !important; | |
| 178 | color: #000 !important; | |
| 179 | font-weight: bold; | |
| 180 | } | |
| 181 | ||
| 175 | 182 | /* 정렬 화살표 제거 */ |
| 176 | table. | |
| 177 | table. | |
| 183 | table.chrome-tab-ui > thead > tr > th::before, | |
| 184 | table.chrome-tab-ui > thead > tr > th::after { display: none !important; } | |
| 178 | 185 | |
| 179 | /* 3. 본문 영역 - 빈 공간 제거 */ | |
| 180 | table. | |
| 181 | table. | |
| 186 | /* 3. 본문 영역 - 빈 공간 철저히 제거 */ | |
| 187 | table.chrome-tab-ui > tbody > tr { display: none; } | |
| 188 | table.chrome-tab-ui > tbody > tr:first-child { display: table-row; } | |
| 182 | 189 | |
| 183 | table. | |
| 184 | border: | |
| 190 | table.chrome-tab-ui > tbody > tr > td { | |
| 191 | border: none !important; | |
| 185 | 192 | background: #fff; padding: 0 !important; |
| 186 | ||
| 187 | ||
| 188 | ||
| 193 | vertical-align: top; | |
| 194 | line-height: 0 !important; /* 텍스트 노드로 인한 하단 공백 제거 */ | |
| 195 | position: relative; /* 정렬 숫자 격리용 */ | |
| 189 | 196 | } |
| 190 | 197 | |
| 191 | /* 4. 내부 실제 컨텐츠 | |
| 192 | . | |
| 198 | /* 정렬용 숫자(0, 1)를 레이아웃에서 완전히 제거 */ | |
| 199 | .sort-key { | |
| 200 | position: absolute; font-size: 0; opacity: 0; left: -9999px; | |
| 201 | } | |
| 202 | ||
| 203 | /* 4. 내부 실제 컨텐츠 상자 */ | |
| 204 | .content-box { | |
| 205 | display: block !important; | |
| 193 | 206 | font-size: 14px !important; line-height: 1.6 !important; |
| 194 | color: #333 !important; padding: 2 | |
| 195 | background: li | |
| 196 | border-radius: 0 | |
| 197 | ||
| 207 | color: #333 !important; padding: 25px 15px; text-align: center; | |
| 208 | background: #fff; | |
| 209 | border: 1px solid #dee1e6; border-top: none; | |
| 210 | border-radius: 0 0 15px 15px; | |
| 211 | box-shadow: 0 4px 12px rgba(0,0,0,0.08); | |
| 198 | 212 | } |
| 199 | 213 | |
| 200 | /* 뱃지 스타일 */ | |
| 201 | .m-badge | |
| 202 | display: inline-block; padding: | |
| 214 | /* 뱃지 스타일 (깔끔한 라운드) */ | |
| 215 | .m-badge { | |
| 216 | display: inline-block; padding: 3px 12px; margin: 4px 2px; border-radius: 20px; | |
| 203 | 217 | font-size: 12px; font-weight: bold; color: #fff !important; |
| 218 | border: 1px solid rgba(0,0,0,0.05); | |
| 204 | 219 | } |
| 205 | 220 | }}} |
| 206 | ||<thead><tableclass= | |
| 207 | || | |
| 221 | ||<thead><tableclass=chrome-tab-ui><sortable> 1기생 ||<sortable> 2기생 ||<sortable> 3기생 || | |
| 222 | ||<class=content-box> {{{#!wiki class="sort-key" | |
| 223 | 0}}} {{{#!wiki class="content-box" | |
| 208 | 224 | [[파일:스텔 1기.png|width=100%]] |
| 209 | 225 | {{{#!wiki style="margin-top: 15px;" |
| 210 | {{{#!wiki class="m-badge | |
| 211 | [[아이리 칸나|칸나]]}}} {{{#!wiki class="m-badge | |
| 212 | [[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge | |
| 226 | {{{#!wiki class="m-badge" style="background: #8182b8;" | |
| 227 | [[아이리 칸나|칸나]]}}} {{{#!wiki class="m-badge" style="background: #A2D0EF;" | |
| 228 | [[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge" style="background: #60497f;" | |
| 213 | 229 | [[사키하네 후야|후야]]}}} |
| 214 | 230 | }}} |
| 215 | }}} || | |
| 216 | ||
| 231 | }}} ||<class=content-box> {{{#!wiki class="sort-key" | |
| 232 | 1}}} ||<class=content-box> {{{#!wiki class="sort-key" | |
| 233 | 1}}} || | |
| 234 | ||<class=content-box> {{{#!wiki class="sort-key" | |
| 235 | 1}}} ||<class=content-box> {{{#!wiki class="sort-key" | |
| 236 | 0}}} {{{#!wiki class="content-box" | |
| 217 | 237 | [[파일:스텔 2기.png|width=100%]] |
| 218 | 238 | {{{#!wiki style="margin-top: 15px;" |
| 219 | {{{#!wiki class="m-badge | |
| 220 | [[아라하시 타비|타비]]}}} {{{#!wiki class="m-badge | |
| 221 | [[아카네 리제|리제]]}}} {{{#!wiki class="m-badge | |
| 222 | [[시라유키 히나|히나]]}}} {{{#!wiki class="m-badge | |
| 239 | {{{#!wiki class="m-badge" style="background: #9EB5EE;" | |
| 240 | [[아라하시 타비|타비]]}}} {{{#!wiki class="m-badge" style="background: #610A09;" | |
| 241 | [[아카네 리제|리제]]}}} {{{#!wiki class="m-badge" style="background: #ff9680;" | |
| 242 | [[시라유키 히나|히나]]}}} {{{#!wiki class="m-badge" style="background: #65686a;" | |
| 223 | 243 | [[네네코 마시로|시로]]}}} |
| 224 | 244 | }}} |
| 225 | }}} || | |
| 226 | ||
| 245 | }}} ||<class=content-box> {{{#!wiki class="sort-key" | |
| 246 | 1}}} || | |
| 247 | ||<class=content-box> {{{#!wiki class="sort-key" | |
| 248 | 1}}} ||<class=content-box> {{{#!wiki class="sort-key" | |
| 249 | 1}}} ||<class=content-box> {{{#!wiki class="sort-key" | |
| 250 | 0}}} {{{#!wiki class="content-box" | |
| 227 | 251 | [[파일:스텔 3기.png|width=100%]] |
| 228 | 252 | {{{#!wiki style="margin-top: 15px;" |
| 229 | {{{#!wiki class="m-badge | |
| 230 | [[텐코 시부키|부키]]}}} {{{#!wiki class="m-badge | |
| 231 | [[아오쿠모 린|린]]}}} {{{#!wiki class="m-badge | |
| 232 | [[유즈하 리코|리코]]}}} {{{#!wiki class="m-badge | |
| 253 | {{{#!wiki class="m-badge" style="background: #B8A9CA;" | |
| 254 | [[텐코 시부키|부키]]}}} {{{#!wiki class="m-badge" style="background: #BAC0E6;" | |
| 255 | [[아오쿠모 린|린]]}}} {{{#!wiki class="m-badge" style="background: #8fe0b0;" | |
| 256 | [[유즈하 리코|리코]]}}} {{{#!wiki class="m-badge" style="background: #B8A9CA;" | |
| 233 | 257 | [[하나코 나나|나나]]}}} |
| 234 | 258 | }}} |
| 235 | 259 | }}} || |