r12
r2
1{{{#!style
2.stel-tab-container {
3 margin: 20px auto; max-width: 540px;
4 border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 35px; overflow: hidden;
5 background-color: #ff9a8b !important;
6 background-image:
7 radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
r3
8 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)),
9 linear-gradient(160deg in oklch, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%) !important;
r2
10 background-size: 15px 15px, 30px 30px, 100% 100%;
11 box-shadow: 0 25px 50px rgba(255, 154, 139, 0.4);
12}
13.stel-tab-nav {
14 display: flex; justify-content: center; background: rgba(0,0,0,0.1); backdrop-filter: blur(5px);
15}
16.stel-tab-btn {
17 padding: 12px 20px; font-weight: bold; font-size: 14px; color: #fff !important;
18}
19.stel-content-box {
20 padding: 10px; text-align: center; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px);
21}
22.m-badge-slim {
23 display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px;
24 font-size: 12px; font-weight: 800; color: #5a4fcf !important;
r3
25 background: linear-gradient(to bottom in oklch, #fff, #f5f5ff);
r2
26 border: 1px solid rgba(255, 255, 255, 0.8);
27 box-shadow: 0 3px 6px rgba(0,0,0,0.05);
28}
29}}}
30
31{{{#!wiki class="stel-tab-container"
32{{{#!wiki class="stel-tab-nav"
33[[#tab1|{{{#!wiki class="stel-tab-btn" style="border-bottom: 3px solid #fff;"
341기생}}}]] [[#tab2|{{{#!wiki class="stel-tab-btn" style="opacity: 0.6;"
352기생}}}]] [[#tab3|{{{#!wiki class="stel-tab-btn" style="opacity: 0.6;"
363기생}}}]]}}}
37{{{#!wiki class="stel-content-box"
r1
38{{{#!wiki style="display: block;" id="tab1"
39[[파일:스텔 1기.png|width=100%]]
40{{{#!wiki style="margin-top: 15px; line-height: 0.1;"
r2
41{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8182b8;"
42[[아이리 칸나|칸나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #A2D0EF;"
43[[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #60497f;"
r1
44[[사키하네 후야|후야]]}}}
45}}}
46}}}
47{{{#!wiki style="display: none;" id="tab2"
48[[파일:스텔 2기.png|width=100%]]
49{{{#!wiki style="margin-top: 15px; line-height: 0.1;"
r2
50{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #9EB5EE;"
51[[아라하시 타비|타비]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #610A09;"
52[[아카네 리제|리제]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #ff9680;"
53[[시라유키 히나|히나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #65686a;"
r1
54[[네네코 마시로|시로]]}}}
55}}}
56}}}
57{{{#!wiki style="display: none;" id="tab3"
58[[파일:스텔 3기.png|width=100%]]
59{{{#!wiki style="margin-top: 15px; line-height: 0.1;"
r2
60{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
61[[텐코 시부키|부키]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #BAC0E6;"
62[[아오쿠모 린|린]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8fe0b0;"
63[[유즈하 리코|리코]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
r1
64[[하나코 나나|나나]]}}}
65}}}
66}}}
67}}}
r2
68}}}
r4
69
r5
70[목차]
71[clearfix]
r6
72== 망작1 gemini 작품 ==
r4
73{{{#!style
r12
74/* 전체 컨테이너: 너비 420px */
75table.stel-vtab {
76 width: 420px; max-width: 100%; margin: 20px auto;
77 background: transparent; border: none; border-collapse: separate; border-spacing: 0;
r4
78}
r12
79
80/* 왼쪽 세로 버튼 (Thead 영역) */
81table.stel-vtab > thead > tr {
82 display: flex; flex-direction: column; width: 100px; float: left;
83 margin-top: 10px; /* 본문보다 약간 아래에서 시작하게 조정 가능 */
r4
84}
r12
85
86table.stel-vtab > thead > tr > th {
87 padding: 15px 0 !important; margin-bottom: 5px;
88 border: 2px solid #9A95BA; border-right: none;
89 border-radius: 15px 0 0 15px; /* 왼쪽만 둥글게 해서 본문에 붙은 느낌 */
90 background: #fff; color: #9A95BA; font-weight: bold; cursor: pointer;
91}
92
93/* 활성화된 탭 디자인 (자시안 예시의 색상 강조) */
94table.stel-vtab > thead > tr > th.header-sort-up,
95table.stel-vtab > thead > tr > th.header-sort-down,
96table.stel-vtab > thead > tr > th[aria-sort] {
r10
97 background: #9A95BA !important; color: #fff !important;
r4
98}
r12
99
100/* 오른쪽 본문 내용 영역 */
101table.stel-vtab > tbody {
102 display: block; width: 320px; float: left;
r8
103}
r12
104table.stel-vtab > tbody > tr:nth-of-type(n+2) { display: none; }
105table.stel-vtab > tbody > tr > td { display: none; padding: 0; border: none !important; }
r10
106
r12
107table.stel-vtab > tbody > tr > td.content {
108 display: block !important; width: 100%; min-height: 400px;
109 border: 2px solid #9A95BA !important; border-radius: 0 20px 20px 20px;
110 overflow: hidden;
111 background: linear-gradient(160deg in oklch, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%) !important;
r8
112}
r12
113
114.inner-content { padding: 15px; text-align: center; }
r10
115.m-badge-slim {
116 display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px;
r12
117 font-size: 11px; font-weight: 800; color: #5a4fcf !important; background: #fff;
r10
118 border: 1px solid #9A95BA;
119}
r4
120}}}
121
r12
122||<thead><sortable><tableclass=stel-vtab> 1기생 ||<sortable> 2기생 ||<sortable> 3기생 ||
123||<class=content> 0{{{#!wiki class="inner-content"
r8
124[[파일:스텔 1기.png|width=100%]]
r12
125{{{#!wiki style="margin-top: 15px;"
r10
126{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8182b8;"
127[[아이리 칸나|칸나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #A2D0EF;"
128[[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #60497f;"
r8
129[[사키하네 후야|후야]]}}}
130}}}
131}}} || 1 || 1 ||
r12
132|| 1 ||<class=content> 0{{{#!wiki class="inner-content"
r4
133[[파일:스텔 2기.png|width=100%]]
r12
134{{{#!wiki style="margin-top: 15px;"
r10
135{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #9EB5EE;"
136[[아라하시 타비|타비]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #610A09;"
137[[아카네 리제|리제]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #ff9680;"
138[[시라유키 히나|히나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #65686a;"
r4
139[[네네코 마시로|시로]]}}}
140}}}
r8
141}}} || 1 ||
r12
142|| 1 || 1 ||<class=content> 0{{{#!wiki class="inner-content"
r4
143[[파일:스텔 3기.png|width=100%]]
r12
144{{{#!wiki style="margin-top: 15px;"
r10
145{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
146[[텐코 시부키|부키]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #BAC0E6;"
r12
147[[아오쿠모 린|린]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 4px solid #8fe0b0;"
148[[유즈하 리코|리코]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 4px solid #B8A9CA;"
r4
149[[하나코 나나|나나]]}}}
150}}}
r8
151}}} ||
r4
152
r10
153
154
r6
155== 망작 2 gpt 작품 ==
156{{{#!style
r11
157.stel-wrap{
158 display:flex;
159 justify-content:center;
160 margin:10px auto;
161 max-width:420px;
r9
162}
r11
163
164table.stel-side-slim{
165 width:420px;
166 border:2px solid #9A95BA;
167 border-collapse:collapse;
168 table-layout:fixed;
169 background:#fff;
170}
171
172/* 버튼 세로 */
173table.stel-side-slim>thead{
174 float:left;
175 width:80px;
176}
177table.stel-side-slim>thead>tr{
178 display:flex;
179 flex-direction:column;
180}
181table.stel-side-slim>thead>tr>th{
182 padding:25px 0!important;
183 border:none;
184 border-bottom:1px solid #9A95BA;
185 background:#f0efff;
186 color:#9A95BA;
187 font-size:13px;
188 cursor:pointer;
189}
190
191/* 활성 버튼 */
192table.stel-side-slim>thead>tr>th[aria-sort]{
193 background:#9A95BA!important;
194 color:#fff!important;
195}
196
197/* 본문 오른쪽 */
198table.stel-side-slim>tbody{
199 display:block;
200 margin-left:80px;
201}
202table.stel-side-slim>tbody>tr:nth-of-type(n+2){display:none;}
203table.stel-side-slim>tbody>tr>td{display:none;padding:0;border:none;}
204table.stel-side-slim>tbody>tr>td.content{
205 display:block!important;
206 min-height:300px;
207 background:linear-gradient(160deg,#ffd3b6,#ffaaa5,#d4a5ff,#a29bfe);
208}
209
210/* 내부 */
211.inner-box{padding:15px;text-align:center;}
212.m-badge-slim{
213 display:inline-block;
214 padding:2px 8px;
215 margin:2px 1px;
216 border-radius:3px;
217 font-size:11px;
218 font-weight:800;
219 color:#5a4fcf!important;
220 background:#fff;
221 border:1px solid #9A95BA;
222}
r6
223}}}
224
r11
225{{{#!wiki class="stel-wrap"
226||<tableclass=stel-side-slim><thead><sortable> 1기생 || 2기생 || 3기생 ||
227||<class=content>
228{{{#!wiki class="inner-box"
r6
229[[파일:스텔 1기.png|width=100%]]
230
r9
231[[아이리 칸나|칸나]] · [[아야츠노 유니|유니]] · [[사키하네 후야|후야]]
r11
232}}}
r9
233||
r11
234||1||<class=content>
235{{{#!wiki class="inner-box"
r6
236[[파일:스텔 2기.png|width=100%]]
237
r9
238[[아라하시 타비|타비]] · [[아카네 리제|리제]] · [[시라유키 히나|히나]] · [[네네코 마시로|시로]]
r11
239}}}
r9
240||
r11
241||1||1||<class=content>
242{{{#!wiki class="inner-box"
r6
243[[파일:스텔 3기.png|width=100%]]
244
r9
245[[텐코 시부키|부키]] · [[아오쿠모 린|린]] · [[유즈하 리코|리코]] · [[하나코 나나|나나]]
r11
246}}}
247||
248}}}