사용자
NodeulsumNaru(비교)
| r11 vs r12 | ||
|---|---|---|
| ... | ... | |
| 147 | 147 | }}}[각주] |
| 148 | 148 | ====== .. ====== |
| 149 | 149 | {{{#!style |
| 150 | /* 전체 컨테이너 및 배경 설정 */ | |
| 150 | 151 | .stel-tab-container { |
| 151 | 152 | margin: 20px auto; max-width: 540px; |
| 152 | 153 | border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 35px; overflow: hidden; |
| ... | ... | |
| 162 | 163 | display: flex; justify-content: center; background: rgba(0,0,0,0.1); backdrop-filter: blur(5px); |
| 163 | 164 | } |
| 164 | 165 | .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; | |
| 166 | 167 | } |
| 167 | 168 | .stel-content-box { |
| 168 | 169 | padding: 10px; text-align: center; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px); |
| 170 | position: relative; min-height: 250px; /* 높이 튀는 현상 방지 */ | |
| 169 | 171 | } |
| 170 | 172 | .m-badge-slim { |
| 171 | 173 | display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px; |
| ... | ... | |
| 175 | 177 | box-shadow: 0 3px 6px rgba(0,0,0,0.05); |
| 176 | 178 | } |
| 177 | 179 | |
| 178 | /* | |
| 179 | #tab1 { display: block; } | |
| 180 | #tab2, #tab3 { display: none; } | |
| 180 | /* 탭 전환 로직 ✨ */ | |
| 181 | #tab1 { display: block; } /* 기본으로 1기생 표시 */ | |
| 182 | #tab2, #tab3 { display: none; } /* 나머지는 기본으로 숨김 */ | |
| 181 | 183 | |
| 184 | /* 2기나 3기가 선택되면 1기생을 숨김 */ | |
| 182 | 185 | .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; } | |
| 184 | 187 | |
| 185 | #tab2:target, #tab3:target { display: block; } | |
| 188 | /* 선택된 탭만 보여줌 */ | |
| 189 | #tab2:target, #tab3:target { display: block !important; } | |
| 186 | 190 | }}} |
| 187 | 191 | |
| 188 | 192 | {{{#!wiki class="stel-tab-container" |
| ... | ... | |
| 191 | 195 | 1기생}}}]] [[#tab2|{{{#!wiki class="stel-tab-btn" |
| 192 | 196 | 2기생}}}]] [[#tab3|{{{#!wiki class="stel-tab-btn" |
| 193 | 197 | 3기생}}}]]}}} |
| 198 | ||
| 194 | 199 | {{{#!wiki class="stel-content-box" |
| 195 | 200 | {{{#!wiki id="tab1" |
| 196 | 201 | [[파일:스텔 1기.png|width=100%]] |
| 197 | {{{#!wiki style="margin-top: 15px; line-height: | |
| 202 | {{{#!wiki style="margin-top: 15px; line-height: 1.5;" | |
| 198 | 203 | {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8182b8;" |
| 199 | 204 | [[아이리 칸나|칸나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #A2D0EF;" |
| 200 | 205 | [[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #60497f;" |
| 201 | 206 | [[사키하네 후야|후야]]}}} |
| 202 | 207 | }}} |
| 203 | 208 | }}} |
| 209 | ||
| 204 | 210 | {{{#!wiki id="tab2" |
| 205 | 211 | [[파일:스텔 2기.png|width=100%]] |
| 206 | {{{#!wiki style="margin-top: 15px; line-height: | |
| 212 | {{{#!wiki style="margin-top: 15px; line-height: 1.5;" | |
| 207 | 213 | {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #9EB5EE;" |
| 208 | 214 | [[아라하시 타비|타비]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #610A09;" |
| 209 | 215 | [[아카네 리제|리제]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #ff9680;" |
| ... | ... | |
| 211 | 217 | [[네네코 마시로|시로]]}}} |
| 212 | 218 | }}} |
| 213 | 219 | }}} |
| 220 | ||
| 214 | 221 | {{{#!wiki id="tab3" |
| 215 | 222 | [[파일:스텔 3기.png|width=100%]] |
| 216 | {{{#!wiki style="margin-top: 15px; line-height: | |
| 223 | {{{#!wiki style="margin-top: 15px; line-height: 1.5;" | |
| 217 | 224 | {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;" |
| 218 | 225 | [[텐코 시부키|부키]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #BAC0E6;" |
| 219 | 226 | [[아오쿠모 린|린]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8fe0b0;" |
| ... | ... |