| r15 vs r16 | ||
|---|---|---|
| 1 | ||
| 2 | ||
| 3 | table | |
| 4 | ||
| 5 | margin: | |
| 6 | } | |
| 1 | ||<tablewidth=420px><tablealign=center><tablebgcolor=#fff,#2d2d2d><tablebordercolor=#9A95BA> {{{#!wiki style="margin: -5px -10px; padding: 10px; background: linear-gradient(160deg, #9A95BA 0%, #7987e0 100%); text-align: center;" | |
| 2 | [[스텔라이브|{{{#fff '''STELLIVE'''}}}]]}}} || | |
| 3 | ||<bgcolor=#fff,#2d2d2d> {{{#!wiki style="margin: 0 -10px -5px;" | |
| 4 | {{{#9A95BA {{{#!folding [ 펼치기ㆍ접기 ] | |
| 5 | {{{#!wiki style="margin: -6px 0 -11px; word-break: keep-all;" | |
| 6 | ||<tablewidth=100%><tablebgcolor=transparent><tablebordercolor=#9A95BA> || | |
| 7 | ||<width=75px><bgcolor=#f0f0ff,#353545> '''{{{#8182b8 1기생}}}''' ||<bgcolor=#fff,#2d2d2d> [[아이리 칸나|칸나]]{{{-4 (졸업)}}} · [[아야츠노 유니|유니]] · [[사키하네 후야|후야]]{{{-4 (편입)}}} || | |
| 8 | ||<bgcolor=#fff5f5,#403535> '''{{{#ff9680 2기생}}}''' ||<bgcolor=#fff,#2d2d2d> [[시라유키 히나|히나]] · [[네네코 마시로|시로]] · [[아라하시 타비|타비]] · [[아카네 리제|리제]] || | |
| 9 | ||<bgcolor=#f5fff5,#354035> '''{{{#8fe0b0 3기생}}}''' ||<bgcolor=#fff,#2d2d2d> [[텐코 시부키|부키]] · [[유즈하 리코|리코]] · [[아오쿠모 린|린]] · [[하나코 나나|나나]] || | |
| 10 | ||<bgcolor=#f9f8ff,#32323d> '''{{{#9A95BA 임직원}}}''' ||<bgcolor=#fff,#2d2d2d> [[강지]] · [[스텔라이브#REQ|REQ]] · [[스텔라이브#방준영|방준영]] · [[스텔라이브#TheCold|TheCold]] || | |
| 11 | ||<bgcolor=#f5f4ff,#3a3a45> '''{{{#7987e0 콘서트}}}''' ||<bgcolor=#fff,#2d2d2d> [[STAR TRAIL]] || | |
| 12 | }}}}}}}}}}}} || | |
| 13 | [[분류:둘러보기 틀]][[분류:스텔라이브]] | |
| 7 | 14 | |
| 8 | /* 2. 크롬 스타일 광폭 탭 바 */ | |
| 9 | table.chrome-wide-ui > thead > tr { | |
| 10 | display: flex; gap: 2px; padding: 5px 5px 0 5px; | |
| 11 | background: #dee1e6; /* 크롬 배경색 */ | |
| 12 | border-radius: 12px 12px 0 0; | |
| 13 | } | |
| 14 | table.chrome-wide-ui > thead > tr > th { | |
| 15 | /* 🔥 가로 길이를 늘리기 위해 flex 설정 변경 */ | |
| 16 | flex: 0 1 160px; /* 최대 160px까지 가로로 길어짐 */ | |
| 17 | height: 34px; padding: 0 15px !important; | |
| 18 | display: flex; align-items: center; justify-content: center; | |
| 19 | cursor: pointer; transition: 0.2s; | |
| 20 | font-size: 13px; color: #5f6368 !important; font-weight: 500; | |
| 21 | border: none !important; | |
| 22 | background: #bdc1c6; /* 비활성 탭은 조금 더 진한 색 */ | |
| 23 | border-radius: 8px 8px 0 0; | |
| 24 | margin-right: 1px; | |
| 25 | } | |
| 26 | ||
| 27 | /* 마우스 호버 및 활성 느낌 (흰색으로 강조) */ | |
| 28 | table.chrome-wide-ui > thead > tr > th:hover { | |
| 29 | background: #ffffff !important; | |
| 30 | color: #1a73e8 !important; /* 크롬 강조 파란색 느낌 */ | |
| 31 | font-weight: bold; | |
| 32 | } | |
| 33 | ||
| 34 | /* 정렬 화살표 제거 */ | |
| 35 | table.chrome-wide-ui > thead > tr > th::before, | |
| 36 | table.chrome-wide-ui > thead > tr > th::after { display: none !important; } | |
| 37 | ||
| 38 | /* 3. 본문 영역 - 빈 공간 완벽 차단 */ | |
| 39 | table.chrome-wide-ui > tbody > tr { display: none; } | |
| 40 | table.chrome-wide-ui > tbody > tr:first-child { display: table-row; } | |
| 41 | ||
| 42 | table.chrome-wide-ui > tbody > tr > td { | |
| 43 | border: none !important; | |
| 44 | background: #fff; padding: 0 !important; | |
| 45 | line-height: 0 !important; | |
| 46 | position: relative; | |
| 47 | } | |
| 48 | ||
| 49 | /* 정렬 숫자 완전 격리 */ | |
| 50 | .sort-key { | |
| 51 | position: absolute; font-size: 0; opacity: 0; pointer-events: none; | |
| 52 | } | |
| 53 | ||
| 54 | /* 4. 내부 컨텐츠 박스 */ | |
| 55 | .content-wrapper { | |
| 56 | display: block !important; | |
| 57 | font-size: 14px !important; line-height: 1.6 !important; | |
| 58 | color: #333 !important; padding: 30px 20px; text-align: center; | |
| 59 | background: #fff; | |
| 60 | border: 1px solid #dee1e6; border-top: none; | |
| 61 | border-radius: 0 0 15px 15px; | |
| 62 | box-shadow: 0 4px 15px rgba(0,0,0,0.05); | |
| 63 | } | |
| 64 | ||
| 65 | /* 뱃지 스타일 */ | |
| 66 | .m-badge { | |
| 67 | display: inline-block; padding: 3px 12px; margin: 4px 2px; border-radius: 20px; | |
| 68 | font-size: 12px; font-weight: bold; color: #fff !important; | |
| 69 | } | |
| 70 | }}} | |
| 71 | ||<thead><tableclass=chrome-wide-ui><sortable> 1기생 ||<sortable> 2기생 ||<sortable> 3기생 || | |
| 72 | ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 73 | 0}}} {{{#!wiki class="content-wrapper" | |
| 74 | [[파일:스텔 1기.png|width=100%]] | |
| 75 | {{{#!wiki style="margin-top: 15px;" | |
| 76 | {{{#!wiki class="m-badge" style="background: #8182b8;" | |
| 77 | [[아이리 칸나|{{{#fff 칸나 ^^졸업^^}}}]]}}} {{{#!wiki class="m-badge" style="background: #A2D0EF;" | |
| 78 | [[아야츠노 유니|{{{#fff 유니}}}]]}}} {{{#!wiki class="m-badge" style="background: #60497f;" | |
| 79 | [[사키하네 후야|{{{#fff 후야 ^^편입^^}}}]]}}} | |
| 80 | }}} | |
| 81 | }}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 82 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 83 | 1}}} || | |
| 84 | ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 85 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 86 | 0}}} {{{#!wiki class="content-wrapper" | |
| 87 | [[파일:스텔 2기.png|width=100%]] | |
| 88 | {{{#!wiki style="margin-top: 15px;" | |
| 89 | {{{#!wiki class="m-badge" style="background: #9EB5EE;" | |
| 90 | [[아라하시 타비|{{{#fff 타비}}}]]}}} {{{#!wiki class="m-badge" style="background: #610A09;" | |
| 91 | [[아카네 리제|{{{#fff 리제}}}]]}}} {{{#!wiki class="m-badge" style="background: #ff9680;" | |
| 92 | [[시라유키 히나|{{{#fff 히나}}}]]}}} {{{#!wiki class="m-badge" style="background: #65686a;" | |
| 93 | [[네네코 마시로|{{{#fff 시로}}}]]}}} | |
| 94 | }}} | |
| 95 | }}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 96 | 1}}} || | |
| 97 | ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 98 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 99 | 1}}} ||<class=content-wrapper> {{{#!wiki class="sort-key" | |
| 100 | 0}}} {{{#!wiki class="content-wrapper" | |
| 101 | [[파일:스텔 3기.png|width=100%]] | |
| 102 | {{{#!wiki style="margin-top: 15px;" | |
| 103 | {{{#!wiki class="m-badge" style="background: #B8A9CA;" | |
| 104 | [[텐코 시부키|{{{#fff 부키}}}]]}}} {{{#!wiki class="m-badge" style="background: #BAC0E6;" | |
| 105 | [[아오쿠모 린|{{{#fff 린}}}]]}}} {{{#!wiki class="m-badge" style="background: #8fe0b0;" | |
| 106 | [[유즈하 리코|{{{#fff 리코}}}]]}}} {{{#!wiki class="m-badge" style="background: #B8A9CA;" | |
| 107 | [[하나코 나나|{{{#fff 나나}}}]]}}} | |
| 108 | }}} | |
| 109 | }}} || | |
| 110 |