본문으로 건너뛰기
사용자

NodeulsumNaru(비교)

r15 vs r16
......
148148
}}}[각주]
149149
====== .. ======
150150
{{{#!style
151
/* 전체 컨테이너 */
151
/* 1. 전체 외곽 디자인 */
152152
.stel-tab-container {
153153
margin: 20px auto; max-width: 540px;
154154
border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 35px; overflow: hidden;
......
156156
box-shadow: 0 25px 50px rgba(255, 154, 139, 0.4);
157157
}
158158
159
/* 상단 탭 버튼 영역 */
159
/* 2. 상단 탭 네비게이션 */
160160
.stel-tab-nav {
161161
display: flex; justify-content: center; background: rgba(0,0,0,0.1); backdrop-filter: blur(5px);
162
position: sticky; top: 0; z-index: 10;
163162
}
164163
.stel-tab-btn {
165164
padding: 12px 20px; font-weight: bold; font-size: 14px; color: #fff !important; text-decoration: none;
166165
}
167166
168
/* 🔥 핵심: 내용이 들어갈 상자 (높이 고정하고 넘치는 부분을 숨김) */
169
.stel-scroll-box {
170
height: 450px; /* 높이 이미지/내용 크기에 맞춰 조절해주세요! */
171
overflow: hidden;
172
scroll-behavior: smooth; /* 부드럽게 넘어가게 */
167
/* 3. 🔥 핵심: 내용이 보이는 (높이 밖의 내용은 숨김) */
168
.stel-content-window {
169
height: 460px !important; /* 높이: 내용 크기에 맞춰 조절 */
170
overflow: hidden !important;
171
position: relative;
172
background: rgba(255, 255, 255, 0.05);
173173
}
174174
175
/* 각 기수별 컨텐츠 상자 (스크롤 상자 맞춰야 함) */
176
.tab-section {
177
height: 450px; /* 위 stel-scroll-box의 height 동일하게 설정 */
175
/* 4. 각 기수별 페이지 ( 높이똑같이 맞춰야 함) */
176
.tab-page {
177
height: 460px !important;
178178
padding: 15px 10px;
179
text-align: center;
180
background: rgba(255, 255, 255, 0.05);
181179
box-sizing: border-box;
180
text-align: center;
182181
}
183182
184
/* 뱃지 스타일 */
183
/* 뱃지 디자인 */
185184
.m-badge-slim {
186185
display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px;
187186
font-size: 12px; font-weight: 800; color: #5a4fcf !important;
......
191190
192191
{{{#!wiki class="stel-tab-container"
193192
{{{#!wiki class="stel-tab-nav"
194
[[#s-tab1|{{{#!wiki class="stel-tab-btn"
195
1기생}}}]] [[#s-tab2|{{{#!wiki class="stel-tab-btn"
196
2기생}}}]] [[#s-tab3|{{{#!wiki class="stel-tab-btn"
193
[[#s-gen1|{{{#!wiki class="stel-tab-btn"
194
1기생}}}]] [[#s-gen2|{{{#!wiki class="stel-tab-btn"
195
2기생}}}]] [[#s-gen3|{{{#!wiki class="stel-tab-btn"
197196
3기생}}}]]}}}
198197
199
{{{#!wiki class="stel-scroll-box"
200
201
{{{#!wiki id="s-tab1" class="tab-section"
198
{{{#!wiki class="stel-content-window"
199
[anchor(gen1)]
200
{{{#!wiki class="tab-page"
202201
[[파일:스텔 1기.png|width=100%]]
203202
{{{#!wiki style="margin-top: 15px;"
204203
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8182b8;"
......
208207
}}}
209208
}}}
210209
211
{{{#!wiki id="s-tab2" class="tab-section"
210
[anchor(gen2)]
211
{{{#!wiki class="tab-page"
212212
[[파일:스텔 2기.png|width=100%]]
213213
{{{#!wiki style="margin-top: 15px;"
214214
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #9EB5EE;"
......
219219
}}}
220220
}}}
221221
222
{{{#!wiki id="s-tab3" class="tab-section"
222
[anchor(gen3)]
223
{{{#!wiki class="tab-page"
223224
[[파일:스텔 3기.png|width=100%]]
224225
{{{#!wiki style="margin-top: 15px;"
225226
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
......
229230
[[하나코 나나|나나]]}}}
230231
}}}
231232
}}}
232
233233
}}}
234234
}}}