본문으로 건너뛰기
사용자

NodeulsumNaru(비교)

r21 vs r22
......
148148
}}}[각주]
149149
====== .. ======
150150
{{{#!style
151
/* 1. 전체 배경 및 테이블 레이아웃 */
152
table.chrome-tab-ui {
153
width: min(560px, 100%); background: transparent;
151
/* 1. 전체 테이블 레이아웃 */
152
table.chrome-wide-ui {
153
width: min(600px, 100%); background: transparent;
154154
margin: 20px auto; border-collapse: collapse;
155
table-layout: fixed; /* 가로 너비 고정 */
156155
}
157156
158
/* 2. 크롬 스타일 탭 바 (헤더) */
159
table.chrome-tab-ui > thead > tr {
160
display: flex; gap: 4px; padding: 0 10px;
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; /* 크롬 배경색 */
162161
border-radius: 12px 12px 0 0;
163162
}
164
table.chrome-tab-ui > thead > tr > th {
165
flex: 1; height: 36px; padding: 0 !important;
163
table.chrome-wide-ui > thead > tr > th {
164
/* 🔥 가로 길이를 늘리기 위해 flex 설정 변경 */
165
flex: 0 1 160px; /* 최대 160px까지 가로로 길어짐 */
166
height: 34px; padding: 0 15px !important;
166167
display: flex; align-items: center; justify-content: center;
167168
cursor: pointer; transition: 0.2s;
168
font-size: 13px; color: #444 !important; font-weight: normal;
169
font-size: 13px; color: #5f6368 !important; font-weight: 500;
169170
border: none !important;
170
background: transparent;
171
border-radius: 10px 10px 0 0;
172
position: relative;
171
background: #bdc1c6; /* 비활성 탭은 조금 더 진한 색 */
172
border-radius: 8px 8px 0 0;
173
margin-right: 1px;
173174
}
174175
175
/* 호버 효과 (크롬 활성 느낌) */
176
table.chrome-tab-ui > thead > tr > th:hover {
176
/* 마우스 호버 활성 느낌 (흰색으로 강조) */
177
table.chrome-wide-ui > thead > tr > th:hover {
177178
background: #ffffff !important;
178
color: #000 !important;
179
color: #1a73e8 !important; /* 크롬 강조 파란색 느낌 */
179180
font-weight: bold;
180181
}
181182
182183
/* 정렬 화살표 제거 */
183
table.chrome-tab-ui > thead > tr > th::before,
184
table.chrome-tab-ui > thead > tr > th::after { display: none !important; }
184
table.chrome-wide-ui > thead > tr > th::before,
185
table.chrome-wide-ui > thead > tr > th::after { display: none !important; }
185186
186
/* 3. 본문 영역 - 빈 공간 철저히 제거 */
187
table.chrome-tab-ui > tbody > tr { display: none; }
188
table.chrome-tab-ui > tbody > tr:first-child { display: table-row; }
187
/* 3. 본문 영역 - 빈 공간 완벽 차단 */
188
table.chrome-wide-ui > tbody > tr { display: none; }
189
table.chrome-wide-ui > tbody > tr:first-child { display: table-row; }
189190
190
table.chrome-tab-ui > tbody > tr > td {
191
table.chrome-wide-ui > tbody > tr > td {
191192
border: none !important;
192193
background: #fff; padding: 0 !important;
193
vertical-align: top;
194
line-height: 0 !important; /* 텍스트 노드로 인한 하단 공백 제거 */
195
position: relative; /* 정렬 숫자 격리용 */
194
line-height: 0 !important;
195
position: relative;
196196
}
197197
198
/* 정렬 숫자(0, 1)를 레이아웃에서 완전 제거 */
198
/* 정렬 숫자 완전 격리 */
199199
.sort-key {
200
position: absolute; font-size: 0; opacity: 0; left: -9999px;
200
position: absolute; font-size: 0; opacity: 0; pointer-events: none;
201201
}
202202
203
/* 4. 내부 실제 컨텐츠 상자 */
204
.content-box {
203
/* 4. 내부 컨텐츠 박스 */
204
.content-wrapper {
205205
display: block !important;
206206
font-size: 14px !important; line-height: 1.6 !important;
207
color: #333 !important; padding: 25px 15px; text-align: center;
207
color: #333 !important; padding: 30px 20px; text-align: center;
208208
background: #fff;
209209
border: 1px solid #dee1e6; border-top: none;
210210
border-radius: 0 0 15px 15px;
211
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
211
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
212212
}
213213
214
/* 뱃지 스타일 (깔끔한 라운드) */
214
/* 뱃지 스타일 */
215215
.m-badge {
216216
display: inline-block; padding: 3px 12px; margin: 4px 2px; border-radius: 20px;
217217
font-size: 12px; font-weight: bold; color: #fff !important;
218
border: 1px solid rgba(0,0,0,0.05);
219218
}
220219
}}}
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"
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"
224223
[[파일:스텔 1기.png|width=100%]]
225224
{{{#!wiki style="margin-top: 15px;"
226225
{{{#!wiki class="m-badge" style="background: #8182b8;"
......
228227
[[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge" style="background: #60497f;"
229228
[[사키하네 후야|후야]]}}}
230229
}}}
231
}}} ||<class=content-box> {{{#!wiki class="sort-key"
232
1}}} ||<class=content-box> {{{#!wiki class="sort-key"
230
}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
231
1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
233232
1}}} ||
234
||<class=content-box> {{{#!wiki class="sort-key"
235
1}}} ||<class=content-box> {{{#!wiki class="sort-key"
236
0}}} {{{#!wiki class="content-box"
233
||<class=content-wrapper> {{{#!wiki class="sort-key"
234
1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
235
0}}} {{{#!wiki class="content-wrapper"
237236
[[파일:스텔 2기.png|width=100%]]
238237
{{{#!wiki style="margin-top: 15px;"
239238
{{{#!wiki class="m-badge" style="background: #9EB5EE;"
......
242241
[[시라유키 히나|히나]]}}} {{{#!wiki class="m-badge" style="background: #65686a;"
243242
[[네네코 마시로|시로]]}}}
244243
}}}
245
}}} ||<class=content-box> {{{#!wiki class="sort-key"
244
}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
246245
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"
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"
251250
[[파일:스텔 3기.png|width=100%]]
252251
{{{#!wiki style="margin-top: 15px;"
253252
{{{#!wiki class="m-badge" style="background: #B8A9CA;"
......