사용자
NodeulsumNaru(비교)
| r21 vs r22 | ||
|---|---|---|
| ... | ... | |
| 148 | 148 | }}}[각주] |
| 149 | 149 | ====== .. ====== |
| 150 | 150 | {{{#!style |
| 151 | /* 1. 전체 | |
| 152 | table.chrome- | |
| 153 | width: min( | |
| 151 | /* 1. 전체 테이블 레이아웃 */ | |
| 152 | table.chrome-wide-ui { | |
| 153 | width: min(600px, 100%); background: transparent; | |
| 154 | 154 | margin: 20px auto; border-collapse: collapse; |
| 155 | table-layout: fixed; /* 가로 너비 고정 */ | |
| 156 | 155 | } |
| 157 | 156 | |
| 158 | /* 2. 크롬 스타일 탭 바 | |
| 159 | table.chrome- | |
| 160 | display: flex; gap: | |
| 161 | background: #dee1e6; /* 크롬 | |
| 157 | /* 2. 크롬 스타일 광폭 탭 바 */ | |
| 158 | table.chrome-wide-ui > thead > tr { | |
| 159 | display: flex; gap: 2px; padding: 5px 5px 0 5px; | |
| 160 | background: #dee1e6; /* 크롬 배경색 */ | |
| 162 | 161 | border-radius: 12px 12px 0 0; |
| 163 | 162 | } |
| 164 | table.chrome- | |
| 165 | flex: 1; height: 3 | |
| 163 | table.chrome-wide-ui > thead > tr > th { | |
| 164 | /* 🔥 가로 길이를 늘리기 위해 flex 설정 변경 */ | |
| 165 | flex: 0 1 160px; /* 최대 160px까지 가로로 길어짐 */ | |
| 166 | height: 34px; padding: 0 15px !important; | |
| 166 | 167 | display: flex; align-items: center; justify-content: center; |
| 167 | 168 | cursor: pointer; transition: 0.2s; |
| 168 | font-size: 13px; color: # | |
| 169 | font-size: 13px; color: #5f6368 !important; font-weight: 500; | |
| 169 | 170 | border: none !important; |
| 170 | background: | |
| 171 | border-radius: | |
| 172 | ||
| 171 | background: #bdc1c6; /* 비활성 탭은 조금 더 진한 색 */ | |
| 172 | border-radius: 8px 8px 0 0; | |
| 173 | margin-right: 1px; | |
| 173 | 174 | } |
| 174 | 175 | |
| 175 | /* | |
| 176 | table.chrome- | |
| 176 | /* 마우스 호버 및 활성 느낌 (흰색으로 강조) */ | |
| 177 | table.chrome-wide-ui > thead > tr > th:hover { | |
| 177 | 178 | background: #ffffff !important; |
| 178 | color: # | |
| 179 | color: #1a73e8 !important; /* 크롬 강조 파란색 느낌 */ | |
| 179 | 180 | font-weight: bold; |
| 180 | 181 | } |
| 181 | 182 | |
| 182 | 183 | /* 정렬 화살표 제거 */ |
| 183 | table.chrome- | |
| 184 | table.chrome- | |
| 184 | table.chrome-wide-ui > thead > tr > th::before, | |
| 185 | table.chrome-wide-ui > thead > tr > th::after { display: none !important; } | |
| 185 | 186 | |
| 186 | /* 3. 본문 영역 - 빈 공간 | |
| 187 | table.chrome- | |
| 188 | table.chrome- | |
| 187 | /* 3. 본문 영역 - 빈 공간 완벽 차단 */ | |
| 188 | table.chrome-wide-ui > tbody > tr { display: none; } | |
| 189 | table.chrome-wide-ui > tbody > tr:first-child { display: table-row; } | |
| 189 | 190 | |
| 190 | table.chrome- | |
| 191 | table.chrome-wide-ui > tbody > tr > td { | |
| 191 | 192 | border: none !important; |
| 192 | 193 | background: #fff; padding: 0 !important; |
| 193 | ||
| 194 | ||
| 195 | position: relative; | |
| 194 | line-height: 0 !important; | |
| 195 | position: relative; | |
| 196 | 196 | } |
| 197 | 197 | |
| 198 | /* 정렬 | |
| 198 | /* 정렬 숫자 완전 격리 */ | |
| 199 | 199 | .sort-key { |
| 200 | position: absolute; font-size: 0; opacity: 0; | |
| 200 | position: absolute; font-size: 0; opacity: 0; pointer-events: none; | |
| 201 | 201 | } |
| 202 | 202 | |
| 203 | /* 4. 내부 | |
| 204 | .content- | |
| 203 | /* 4. 내부 컨텐츠 박스 */ | |
| 204 | .content-wrapper { | |
| 205 | 205 | display: block !important; |
| 206 | 206 | font-size: 14px !important; line-height: 1.6 !important; |
| 207 | color: #333 !important; padding: | |
| 207 | color: #333 !important; padding: 30px 20px; text-align: center; | |
| 208 | 208 | background: #fff; |
| 209 | 209 | border: 1px solid #dee1e6; border-top: none; |
| 210 | 210 | border-radius: 0 0 15px 15px; |
| 211 | box-shadow: 0 4px 1 | |
| 211 | box-shadow: 0 4px 15px rgba(0,0,0,0.05); | |
| 212 | 212 | } |
| 213 | 213 | |
| 214 | /* 뱃지 스타일 | |
| 214 | /* 뱃지 스타일 */ | |
| 215 | 215 | .m-badge { |
| 216 | 216 | display: inline-block; padding: 3px 12px; margin: 4px 2px; border-radius: 20px; |
| 217 | 217 | font-size: 12px; font-weight: bold; color: #fff !important; |
| 218 | border: 1px solid rgba(0,0,0,0.05); | |
| 219 | 218 | } |
| 220 | 219 | }}} |
| 221 | ||<thead><tableclass=chrome- | |
| 222 | ||<class=content- | |
| 223 | 0}}} {{{#!wiki class="content- | |
| 220 | ||<thead><tableclass=chrome-wide-ui><sortable> 1기생 멤버 ||<sortable> 2기생 멤버 ||<sortable> 3기생 멤버 || | |
| 221 | ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 222 | 0}}} {{{#!wiki class="content-wrapper" | |
| 224 | 223 | [[파일:스텔 1기.png|width=100%]] |
| 225 | 224 | {{{#!wiki style="margin-top: 15px;" |
| 226 | 225 | {{{#!wiki class="m-badge" style="background: #8182b8;" |
| ... | ... | |
| 228 | 227 | [[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge" style="background: #60497f;" |
| 229 | 228 | [[사키하네 후야|후야]]}}} |
| 230 | 229 | }}} |
| 231 | }}} ||<class=content- | |
| 232 | 1}}} ||<class=content- | |
| 230 | }}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 231 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 233 | 232 | 1}}} || |
| 234 | ||<class=content- | |
| 235 | 1}}} ||<class=content- | |
| 236 | 0}}} {{{#!wiki class="content- | |
| 233 | ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 234 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 235 | 0}}} {{{#!wiki class="content-wrapper" | |
| 237 | 236 | [[파일:스텔 2기.png|width=100%]] |
| 238 | 237 | {{{#!wiki style="margin-top: 15px;" |
| 239 | 238 | {{{#!wiki class="m-badge" style="background: #9EB5EE;" |
| ... | ... | |
| 242 | 241 | [[시라유키 히나|히나]]}}} {{{#!wiki class="m-badge" style="background: #65686a;" |
| 243 | 242 | [[네네코 마시로|시로]]}}} |
| 244 | 243 | }}} |
| 245 | }}} ||<class=content- | |
| 244 | }}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 246 | 245 | 1}}} || |
| 247 | ||<class=content- | |
| 248 | 1}}} ||<class=content- | |
| 249 | 1}}} ||<class=content- | |
| 250 | 0}}} {{{#!wiki class="content- | |
| 246 | ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 247 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 248 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 249 | 0}}} {{{#!wiki class="content-wrapper" | |
| 251 | 250 | [[파일:스텔 3기.png|width=100%]] |
| 252 | 251 | {{{#!wiki style="margin-top: 15px;" |
| 253 | 252 | {{{#!wiki class="m-badge" style="background: #B8A9CA;" |
| ... | ... |