r15
r15
1{{{#!style
2/* 1. 전체 테이블 레이아웃 */
3table.chrome-wide-ui {
4 width: min(600px, 100%); background: transparent;
5 margin: 20px auto; border-collapse: collapse;
6}
7
8/* 2. 크롬 스타일 광폭 탭 바 */
9table.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}
14table.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/* 마우스 호버 및 활성 느낌 (흰색으로 강조) */
28table.chrome-wide-ui > thead > tr > th:hover {
29 background: #ffffff !important;
30 color: #1a73e8 !important; /* 크롬 강조 파란색 느낌 */
31 font-weight: bold;
32}
33
34/* 정렬 화살표 제거 */
35table.chrome-wide-ui > thead > tr > th::before,
36table.chrome-wide-ui > thead > tr > th::after { display: none !important; }
37
38/* 3. 본문 영역 - 빈 공간 완벽 차단 */
39table.chrome-wide-ui > tbody > tr { display: none; }
40table.chrome-wide-ui > tbody > tr:first-child { display: table-row; }
41
42table.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"
730}}} {{{#!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"
821}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
831}}} ||
84||<class=content-wrapper> {{{#!wiki class="sort-key"
851}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
860}}} {{{#!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"
961}}} ||
97||<class=content-wrapper> {{{#!wiki class="sort-key"
981}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
991}}} ||<class=content-wrapper> {{{#!wiki class="sort-key"
1000}}} {{{#!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}}} ||
r12
110