본문으로 건너뛰기
사용자

NodeulsumNaru(비교)

r14 vs r15
......
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;
155
background-color: #ff9a8b !important;
156
background-image:
157
radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
158
linear-gradient(45deg in oklch, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.03) 75%, rgba(255,255,255,0.03)),
159
linear-gradient(160deg in oklch, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%) !important;
160
background-size: 15px 15px, 30px 30px, 100% 100%;
155
background: linear-gradient(160deg in oklch, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%) !important;
161156
box-shadow: 0 25px 50px rgba(255, 154, 139, 0.4);
162157
}
163158
164
/* 탭 네비게이션 */
159
/* 상단 버튼 영역 */
165160
.stel-tab-nav {
166161
display: flex; justify-content: center; background: rgba(0,0,0,0.1); backdrop-filter: blur(5px);
167
position: relative; z-index: 10;
162
position: sticky; top: 0; z-index: 10;
168163
}
169164
.stel-tab-btn {
170165
padding: 12px 20px; font-weight: bold; font-size: 14px; color: #fff !important; text-decoration: none;
171166
}
172167
173
/* 컨텐츠 박스: 그리드사용 모든 자리에 겹침 */
174
.stel-content-box {
175
display: grid;
176
padding: 10px; text-align: center; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px);
168
/* 🔥 핵심: 내용이 들어갈 상자 (높이고정 넘치는 부분숨김) */
169
.stel-scroll-box {
170
height: 450px; /* 높이를 이미지/내용 크기에 맞춰 꼭 조절해주세요! */
171
overflow: hidden;
172
scroll-behavior: smooth; /* 부드럽게 넘어가게 함 */
177173
}
178174
179
.tab-item {
180
grid-area: 1 / 1 / 1 / 1; /* 모든 탭이 같은 칸에 위치함 */
181
visibility: hidden; /* 기본적으로 숨김 */
182
opacity: 0;
183
transition: opacity 0.3s;
175
/* 각 기수별 컨텐츠 상자 (스크롤 상자와 높이를 맞춰야 함) */
176
.tab-section {
177
height: 450px; /* stel-scroll-box의 height와 동일하게 설정 */
178
padding: 15px 10px;
179
text-align: center;
180
background: rgba(255, 255, 255, 0.05);
181
box-sizing: border-box;
184182
}
185183
186
/* 기본 상태: 1기생 노출 */
187
#tab1 {
188
visibility: visible;
189
opacity: 1;
190
z-index: 1;
191
}
192
193
/* 클릭된 탭 노출 (2기, 3기 클릭 시) */
194
#tab2:target, #tab3:target, #tab1:target {
195
visibility: visible !important;
196
opacity: 1 !important;
197
z-index: 5 !important;
198
}
199
200184
/* 뱃지 스타일 */
201185
.m-badge-slim {
202186
display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px;
203187
font-size: 12px; font-weight: 800; color: #5a4fcf !important;
204
background: linear-gradient(to bottom in oklch, #fff, #f5f5ff);
205
border: 1px solid rgba(255, 255, 255, 0.8);
206
box-shadow: 0 3px 6px rgba(0,0,0,0.05);
188
background: #fff; border: 1px solid rgba(255, 255, 255, 0.8);
207189
}
208190
}}}
209191
210192
{{{#!wiki class="stel-tab-container"
211193
{{{#!wiki class="stel-tab-nav"
212
[[#tab1|{{{#!wiki class="stel-tab-btn"
213
1기생}}}]] [[#tab2|{{{#!wiki class="stel-tab-btn"
214
2기생}}}]] [[#tab3|{{{#!wiki class="stel-tab-btn"
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"
215197
3기생}}}]]}}}
216198
217
{{{#!wiki class="stel-content-box"
218
{{{#!wiki class="tab-item" id="tab1"
199
{{{#!wiki class="stel-scroll-box"
200
201
{{{#!wiki id="s-tab1" class="tab-section"
219202
[[파일:스텔 1기.png|width=100%]]
220203
{{{#!wiki style="margin-top: 15px;"
221204
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8182b8;"
......
225208
}}}
226209
}}}
227210
228
{{{#!wiki class="tab-item" id="tab2"
211
{{{#!wiki id="s-tab2" class="tab-section"
229212
[[파일:스텔 2기.png|width=100%]]
230213
{{{#!wiki style="margin-top: 15px;"
231214
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #9EB5EE;"
......
236219
}}}
237220
}}}
238221
239
{{{#!wiki class="tab-item" id="tab3"
222
{{{#!wiki id="s-tab3" class="tab-section"
240223
[[파일:스텔 3기.png|width=100%]]
241224
{{{#!wiki style="margin-top: 15px;"
242225
{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
......
246229
[[하나코 나나|나나]]}}}
247230
}}}
248231
}}}
232
249233
}}}
250234
}}}