본문으로 건너뛰기
사용자

NodeulsumNaru(비교)

r11 vs r12
......
147147
}}}[각주]
148148
====== .. ======
149149
{{{#!style
150
/* 전체 컨테이너 및 배경 설정 */
150151
.stel-tab-container {
151152
margin: 20px auto; max-width: 540px;
152153
border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 35px; overflow: hidden;
......
162163
display: flex; justify-content: center; background: rgba(0,0,0,0.1); backdrop-filter: blur(5px);
163164
}
164165
.stel-tab-btn {
165
padding: 12px 20px; font-weight: bold; font-size: 14px; color: #fff !important;
166
padding: 12px 20px; font-weight: bold; font-size: 14px; color: #fff !important; text-decoration: none;
166167
}
167168
.stel-content-box {
168169
padding: 10px; text-align: center; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px);
170
position: relative; min-height: 250px; /* 높이 튀는 현상 방지 */
169171
}
170172
.m-badge-slim {
171173
display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px;
......
175177
box-shadow: 0 3px 6px rgba(0,0,0,0.05);
176178
}
177179
178
/* 🔥 새롭게 추가된 탭 전환 로직 (클릭 시 화면 변경) */
179
#tab1 { display: block; }
180
#tab2, #tab3 { display: none; }
180
/* 탭 전환 로직 */
181
#tab1 { display: block; } /* 기본으로 1기생 표시 */
182
#tab2, #tab3 { display: none; } /* 나머지는 기본으로 숨김 */
181183
184
/* 2기나 3기가 선택되면 1기생을 숨김 */
182185
.stel-content-box:has(#tab2:target) #tab1,
183
.stel-content-box:has(#tab3:target) #tab1 { display: none; }
186
.stel-content-box:has(#tab3:target) #tab1 { display: none !important; }
184187
185
#tab2:target, #tab3:target { display: block; }
188
/* 선택된 탭만 보여줌 */
189
#tab2:target, #tab3:target { display: block !important; }
186190
}}}
187191
188192
{{{#!wiki class="stel-tab-container"
......
191195
1기생}}}]] [[#tab2|{{{#!wiki class="stel-tab-btn"
192196
2기생}}}]] [[#tab3|{{{#!wiki class="stel-tab-btn"
193197
3기생}}}]]}}}
198
194199
{{{#!wiki class="stel-content-box"
195200
{{{#!wiki id="tab1"
196201
[[파일:스텔 1기.png|width=100%]]
197
{{{#!wiki style="margin-top: 15px; line-height: 0.1;"
202
{{{#!wiki style="margin-top: 15px; line-height: 1.5;"
198203
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8182b8;"
199204
[[아이리 칸나|칸나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #A2D0EF;"
200205
[[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #60497f;"
201206
[[사키하네 후야|후야]]}}}
202207
}}}
203208
}}}
209
204210
{{{#!wiki id="tab2"
205211
[[파일:스텔 2기.png|width=100%]]
206
{{{#!wiki style="margin-top: 15px; line-height: 0.1;"
212
{{{#!wiki style="margin-top: 15px; line-height: 1.5;"
207213
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #9EB5EE;"
208214
[[아라하시 타비|타비]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #610A09;"
209215
[[아카네 리제|리제]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #ff9680;"
......
211217
[[네네코 마시로|시로]]}}}
212218
}}}
213219
}}}
220
214221
{{{#!wiki id="tab3"
215222
[[파일:스텔 3기.png|width=100%]]
216
{{{#!wiki style="margin-top: 15px; line-height: 0.1;"
223
{{{#!wiki style="margin-top: 15px; line-height: 1.5;"
217224
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
218225
[[텐코 시부키|부키]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #BAC0E6;"
219226
[[아오쿠모 린|린]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8fe0b0;"
......