r10
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
r10
74/* 전체 테이블: 주신 예시처럼 테두리가 딱딱 끊어지는 네모 형태 */
75table.stel-table {
r8
76 width: 500px; max-width: 100%; table-layout: fixed;
r10
77 margin: 20px auto; border: 2px solid #9A95BA;
78 border-collapse: collapse; background: #fff;
r4
79}
r10
80/* 탭 버튼 영역 */
81table.stel-table > thead > tr > th {
82 padding: 10px !important; border: 1px solid #9A95BA;
83 background: #f8f8ff; color: #9A95BA; font-weight: bold; cursor: pointer;
r4
84}
r10
85/* 클릭해서 활성화된 탭 */
86table.stel-table > thead > tr > th.header-sort-up,
87table.stel-table > thead > tr > th.header-sort-down,
88table.stel-table > thead > tr > th[aria-sort] {
89 background: #9A95BA !important; color: #fff !important;
r4
90}
r10
91/* 내용 영역 */
92table.stel-table > tbody > tr:nth-of-type(n+2) { display: none; }
93table.stel-table > tbody > tr > td { display: none; padding: 0; border: none !important; }
94table.stel-table > tbody > tr > td.content {
95 display: block !important; width: 100%; border: 1px solid #9A95BA !important;
r8
96}
r10
97
98/* 내부 디자인: 노을 그라데이션만 살짝 적용 */
99.stel-inner {
100 padding: 15px; text-align: center;
101 background: linear-gradient(160deg in oklch, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%);
r8
102}
r10
103.m-badge-slim {
104 display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 3px;
105 font-size: 12px; font-weight: 800; color: #5a4fcf !important; background: #fff;
106 border: 1px solid #9A95BA;
107}
r4
108}}}
109
r10
110||<thead><sortable><tableclass=stel-table> 1기생 ||<sortable> 2기생 ||<sortable> 3기생 ||
111||<class=content> 0{{{#!wiki class="stel-inner"
r8
112[[파일:스텔 1기.png|width=100%]]
r10
113[br]{{{#!wiki style="margin-top: 10px;"
114{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8182b8;"
115[[아이리 칸나|칸나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #A2D0EF;"
116[[아야츠노 유니|유니]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #60497f;"
r8
117[[사키하네 후야|후야]]}}}
118}}}
119}}} || 1 || 1 ||
r10
120|| 1 ||<class=content> 0{{{#!wiki class="stel-inner"
r4
121[[파일:스텔 2기.png|width=100%]]
r10
122[br]{{{#!wiki style="margin-top: 10px;"
123{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #9EB5EE;"
124[[아라하시 타비|타비]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #610A09;"
125[[아카네 리제|리제]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #ff9680;"
126[[시라유키 히나|히나]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #65686a;"
r4
127[[네네코 마시로|시로]]}}}
128}}}
r8
129}}} || 1 ||
r10
130|| 1 || 1 ||<class=content> 0{{{#!wiki class="stel-inner"
r4
131[[파일:스텔 3기.png|width=100%]]
r10
132[br]{{{#!wiki style="margin-top: 10px;"
133{{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
134[[텐코 시부키|부키]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #BAC0E6;"
135[[아오쿠모 린|린]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #8fe0b0;"
136[[유즈하 리코|리코]]}}} {{{#!wiki class="m-badge-slim" style="border-left: 5px solid #B8A9CA;"
r4
137[[하나코 나나|나나]]}}}
138}}}
r8
139}}} ||
r4
140
r10
141
142
r6
143== 망작 2 gpt 작품 ==
144{{{#!style
r9
145table.steltab{width:100%;max-width:540px;margin:auto;border:none;background:transparent}
146table.steltab>thead>tr{display:flex}
147table.steltab>thead>tr>th{
148flex:1;padding:12px 0;
149border-bottom:3px solid transparent;
150color:#fff;background:rgba(0,0,0,0.15);
151cursor:pointer;font-weight:bold
152}
153table.steltab>thead>tr>th[aria-sort]{border-bottom:3px solid #fff;background:rgba(0,0,0,0.3)}
154table.steltab>tbody>tr:nth-of-type(n+2){display:none}
155table.steltab>tbody>tr>td{display:none;padding:0;border:none}
156table.steltab>tbody>tr>td.content{display:block!important}
r6
157}}}
158
r9
159||<tableclass=steltab><sortable> 1기생 || 2기생 || 3기생 ||
160||<class=content>
r6
161[[파일:스텔 1기.png|width=100%]]
162
r9
163[[아이리 칸나|칸나]] · [[아야츠노 유니|유니]] · [[사키하네 후야|후야]]
164||
165||<class=content>
r6
166[[파일:스텔 2기.png|width=100%]]
167
r9
168[[아라하시 타비|타비]] · [[아카네 리제|리제]] · [[시라유키 히나|히나]] · [[네네코 마시로|시로]]
169||
170||<class=content>
r6
171[[파일:스텔 3기.png|width=100%]]
172
r9
173[[텐코 시부키|부키]] · [[아오쿠모 린|린]] · [[유즈하 리코|리코]] · [[하나코 나나|나나]]
174||