r14
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
r14
74table.stel-vtab-final {
r12
75 width: 420px; max-width: 100%; margin: 20px auto;
76 background: transparent; border: none; border-collapse: separate; border-spacing: 0;
r4
77}
r14
78
79/* 왼쪽 버튼 영역 고정 */
80table.stel-vtab-final > thead {
81 display: table-cell; width: 80px; vertical-align: top;
r4
82}
r14
83table.stel-vtab-final > thead > tr {
84 display: flex; flex-direction: column; width: 80px;
85}
86table.stel-vtab-final > thead > tr > th {
87 display: block; width: 80px; padding: 15px 0 !important; margin-bottom: 5px;
r12
88 border: 2px solid #9A95BA; border-right: none;
r13
89 border-radius: 15px 0 0 15px; background: #fff;
90 color: #9A95BA; font-size: 13px; cursor: pointer; text-align: center;
r14
91 box-sizing: border-box;
r12
92}
r14
93
94/* 활성화 버튼 */
95table.stel-vtab-final > thead > tr > th.header-sort-up,
96table.stel-vtab-final > thead > tr > th.header-sort-down,
97table.stel-vtab-final > thead > tr > th[aria-sort] {
r10
98 background: #9A95BA !important; color: #fff !important;
r4
99}
r14
100
101/* 오른쪽 본문 영역 고정 */
102table.stel-vtab-final > tbody {
103 display: table-cell; width: 340px; vertical-align: top;
r8
104}
r14
105table.stel-vtab-final > tbody > tr:nth-of-type(n+2) { display: none; }
106table.stel-vtab-final > tbody > tr > td { display: none; padding: 0; border: none !important; }
107
108table.stel-vtab-final > tbody > tr > td.content {
109 display: block !important; width: 340px; min-height: 400px;
r12
110 border: 2px solid #9A95BA !important; border-radius: 0 20px 20px 20px;
r14
111 overflow: hidden; box-sizing: border-box;
r12
112 background: linear-gradient(160deg in oklch, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%) !important;
r8
113}
r14
114
r13
115.inner-box { padding: 15px; text-align: center; }
r10
116.m-badge-slim {
r13
117 display: inline-block; padding: 2px 8px; margin: 3px 1.5px; border-radius: 3px;
r12
118 font-size: 11px; font-weight: 800; color: #5a4fcf !important; background: #fff;
r10
119 border: 1px solid #9A95BA;
120}
r4
121}}}
r14
122||<thead><sortable><tableclass=stel-vtab-final> 1기생 ||<sortable> 2기생 ||<sortable> 3기생 ||
r13
123||<class=content> 0{{{#!wiki class="inner-box"
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 ||
r13
132|| 1 ||<class=content> 0{{{#!wiki class="inner-box"
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 ||
r13
142|| 1 || 1 ||<class=content> 0{{{#!wiki class="inner-box"
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;"
r14
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
r6
154== 망작 2 gpt 작품 ==
155{{{#!style
r11
156.stel-wrap{
157 display:flex;
158 justify-content:center;
159 margin:10px auto;
160 max-width:420px;
r9
161}
r11
162
163table.stel-side-slim{
164 width:420px;
165 border:2px solid #9A95BA;
166 border-collapse:collapse;
167 table-layout:fixed;
168 background:#fff;
169}
170
171/* 버튼 세로 */
172table.stel-side-slim>thead{
173 float:left;
174 width:80px;
175}
176table.stel-side-slim>thead>tr{
177 display:flex;
178 flex-direction:column;
179}
180table.stel-side-slim>thead>tr>th{
181 padding:25px 0!important;
182 border:none;
183 border-bottom:1px solid #9A95BA;
184 background:#f0efff;
185 color:#9A95BA;
186 font-size:13px;
187 cursor:pointer;
188}
189
190/* 활성 버튼 */
191table.stel-side-slim>thead>tr>th[aria-sort]{
192 background:#9A95BA!important;
193 color:#fff!important;
194}
195
196/* 본문 오른쪽 */
197table.stel-side-slim>tbody{
198 display:block;
199 margin-left:80px;
200}
201table.stel-side-slim>tbody>tr:nth-of-type(n+2){display:none;}
202table.stel-side-slim>tbody>tr>td{display:none;padding:0;border:none;}
203table.stel-side-slim>tbody>tr>td.content{
204 display:block!important;
205 min-height:300px;
206 background:linear-gradient(160deg,#ffd3b6,#ffaaa5,#d4a5ff,#a29bfe);
207}
208
209/* 내부 */
210.inner-box{padding:15px;text-align:center;}
211.m-badge-slim{
212 display:inline-block;
213 padding:2px 8px;
214 margin:2px 1px;
215 border-radius:3px;
216 font-size:11px;
217 font-weight:800;
218 color:#5a4fcf!important;
219 background:#fff;
220 border:1px solid #9A95BA;
221}
r6
222}}}
223
r11
224{{{#!wiki class="stel-wrap"
225||<tableclass=stel-side-slim><thead><sortable> 1기생 || 2기생 || 3기생 ||
226||<class=content>
227{{{#!wiki class="inner-box"
r6
228[[파일:스텔 1기.png|width=100%]]
229
r9
230[[아이리 칸나|칸나]] · [[아야츠노 유니|유니]] · [[사키하네 후야|후야]]
r11
231}}}
r9
232||
r11
233||1||<class=content>
234{{{#!wiki class="inner-box"
r6
235[[파일:스텔 2기.png|width=100%]]
236
r9
237[[아라하시 타비|타비]] · [[아카네 리제|리제]] · [[시라유키 히나|히나]] · [[네네코 마시로|시로]]
r11
238}}}
r9
239||
r11
240||1||1||<class=content>
241{{{#!wiki class="inner-box"
r6
242[[파일:스텔 3기.png|width=100%]]
243
r9
244[[텐코 시부키|부키]] · [[아오쿠모 린|린]] · [[유즈하 리코|리코]] · [[하나코 나나|나나]]
r11
245}}}
246||
247}}}