r7
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
r7
74.st-container {
75 margin: 20px auto; max-width: 500px; height: 430px;
r4
76 border-radius: 30px; overflow: hidden; position: relative;
r7
77 background-color: #ff9a8b !important;
78 background-image:
79 radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
80 linear-gradient(160deg, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%) !important;
81 background-size: 20px 20px, 100% 100%;
r4
82 border: 1px solid rgba(255,255,255,0.3);
83}
r7
84.st-tab-bar { display: flex; background: rgba(0,0,0,0.15); height: 50px; }
85.st-tab-item { flex: 1; line-height: 50px; text-align: center; color: #fff; font-weight: bold; cursor: pointer; z-index: 100; position: relative; }
86.st-view-overlay {
r4
87 display: none; position: absolute; top: 50px; left: 0;
r7
88 width: 100%; height: 380px; z-index: 50;
89 background: inherit; padding: 15px; box-sizing: border-box;
r4
90}
r7
91.btn-gen2:active ~ .view-gen2 { display: block !important; }
92.btn-gen3:active ~ .view-gen3 { display: block !important; }
93.m-label {
94 display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px;
95 font-size: 11.5px; font-weight: 800; color: #5a4fcf !important; background: #fff;
96 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
r4
97}
98}}}
99
r7
100{{{#!wiki class="st-container"
101{{{#!wiki class="st-tab-bar"
102{{{#!wiki class="st-tab-item" style="border-bottom: 3px solid #fff;"
r4
1031기생}}}
r7
104{{{#!wiki class="st-tab-item btn-gen2"
r4
1052기생}}}
r7
106{{{#!wiki class="st-tab-item btn-gen3"
r4
1073기생}}}
r7
108{{{#!wiki class="st-view-overlay view-gen2"
r4
109[[파일:스텔 2기.png|width=100%]]
r7
110{{{#!wiki style="margin-top: 15px; text-align: center;"
111{{{#!wiki class="m-label" style="border-left: 4px solid #9EB5EE;"
112[[아라하시 타비|타비]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #610A09;"
113[[아카네 리제|리제]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #ff9680;"
114[[시라유키 히나|히나]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #65686a;"
r4
115[[네네코 마시로|시로]]}}}
116}}}
117}}}
r7
118{{{#!wiki class="st-view-overlay view-gen3"
r4
119[[파일:스텔 3기.png|width=100%]]
r7
120{{{#!wiki style="margin-top: 15px; text-align: center;"
121{{{#!wiki class="m-label" style="border-left: 4px solid #B8A9CA;"
122[[텐코 시부키|부키]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #BAC0E6;"
123[[아오쿠모 린|린]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #8fe0b0;"
124[[유즈하 리코|리코]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #B8A9CA;"
r4
125[[하나코 나나|나나]]}}}
126}}}
127}}}
128}}}
r7
129{{{#!wiki style="padding: 15px; text-align: center; height: 380px;"
r4
130[[파일:스텔 1기.png|width=100%]]
r7
131{{{#!wiki style="margin-top: 15px;"
132{{{#!wiki class="m-label" style="border-left: 4px solid #8182b8;"
133[[아이리 칸나|칸나]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #A2D0EF;"
134[[아야츠노 유니|유니]]}}} {{{#!wiki class="m-label" style="border-left: 4px solid #60497f;"
r4
135[[사키하네 후야|후야]]}}}
136}}}
137}}}
138}}}
139
r7
140
141
r6
142== 망작 2 gpt 작품 ==
143{{{#!style
144.tabbox{max-width:520px;margin:20px auto;border-radius:18px;overflow:hidden;border:2px solid #a8aafc}
145.tabnav{background:#8f94fb;color:#fff;font-weight:bold;text-align:center}
146.tabbtn{padding:12px 0;cursor:pointer;border-top:1px solid rgba(255,255,255,0.2)}
147.tabcontent{display:none;padding:15px;text-align:center;background:#f6f7ff}
148.tabbtn:active + .tabcontent{display:block}
149.m{display:inline-block;background:#fff;padding:3px 10px;margin:3px;border-radius:6px;font-size:12px;font-weight:bold;color:#5a4fcf}
150}}}
151
152{{{#!wiki class="tabbox"
153
154{{{#!wiki class="tabnav"
155
156{{{#!wiki class="tabbtn"
1571기
158}}}
159{{{#!wiki class="tabcontent"
160[[파일:스텔 1기.png|width=100%]]
161{{{#!wiki style="margin-top:10px"
162{{{#!wiki class="m" [[아이리 칸나|칸나]]}}}
163{{{#!wiki class="m" [[아야츠노 유니|유니]]}}}
164{{{#!wiki class="m" [[사키하네 후야|후야]]}}}
165}}}
166}}}
167
168{{{#!wiki class="tabbtn"
1692기
170}}}
171{{{#!wiki class="tabcontent"
172[[파일:스텔 2기.png|width=100%]]
173{{{#!wiki style="margin-top:10px"
174{{{#!wiki class="m" [[아라하시 타비|타비]]}}}
175{{{#!wiki class="m" [[아카네 리제|리제]]}}}
176{{{#!wiki class="m" [[시라유키 히나|히나]]}}}
177{{{#!wiki class="m" [[네네코 마시로|시로]]}}}
178}}}
179}}}
180
181{{{#!wiki class="tabbtn"
1823기
183}}}
184{{{#!wiki class="tabcontent"
185[[파일:스텔 3기.png|width=100%]]
186{{{#!wiki style="margin-top:10px"
187{{{#!wiki class="m" [[텐코 시부키|부키]]}}}
188{{{#!wiki class="m" [[아오쿠모 린|린]]}}}
189{{{#!wiki class="m" [[유즈하 리코|리코]]}}}
190{{{#!wiki class="m" [[하나코 나나|나나]]}}}
191}}}
192}}}
193
194}}}
195}}}
r1
196