r138 vs r139
......
123123
table.stel-tab-slim > thead {
124124
display: table; width: 100%;
125125
}
126
table.stel-tab-slim > thead > tr {
127
display: table-row;
128
}
129126
table.stel-tab-slim > thead > tr > th {
130127
display: table-cell; width: 33.33%;
131128
padding: 10px 0 !important;
132
border: 2px solid #9A95BA; border-bottom: none;
133
background: #fff; color: #9A95BA; font-size: 13px;
134
font-weight: bold; cursor: pointer; text-align: center;
135
box-sizing: border-box;
129
border: 1px solid #9A95BA !important;
130
background-color: #fdfcff !important;
131
color: #9A95BA !important;
132
font-size: 13px; font-weight: bold; cursor: pointer; text-align: center;
136133
}
134
table.stel-tab-slim > thead > tr > th[aria-sort],
135
table.stel-tab-slim > thead > tr > th[aria-sort="ascending"],
136
table.stel-tab-slim > thead > tr > th[aria-sort="descending"],
137
table.stel-tab-slim > thead > tr > th.header-sort-up,
138
table.stel-tab-slim > thead > tr > th.header-sort-down {
139
background-color: #9A95BA !important;
140
color: #ffffff !important;
141
}
137142
table.stel-tab-slim > thead > tr > th:first-child { border-radius: 6px 0 0 0; }
138143
table.stel-tab-slim > thead > tr > th:last-child { border-radius: 0 6px 0 0; }
139
table.stel-tab-slim > thead > tr > th.header-sort-up,
140
table.stel-tab-slim > thead > tr > th.header-sort-down,
141
table.stel-tab-slim > thead > tr > th[aria-sort] {
142
background: #9A95BA !important; color: #fff !important;
143
}
144144
table.stel-tab-slim > tbody {
145145
display: block; width: 320px; margin: 0; padding: 0;
146146
}
......
148148
table.stel-tab-slim > tbody > tr > td { display: none; padding: 0; border: none !important; }
149149
table.stel-tab-slim > tbody > tr > td.content {
150150
display: block !important; width: 320px; min-height: 200px;
151
border: 2px solid #9A95BA !important; border-radius: 0 0 6px 6px;
151
border: 2px solid #9A95BA !important; border-top: none !important;
152
border-radius: 0 0 6px 6px;
152153
background: linear-gradient(160deg in oklch, #ffd3b6 0%, #ffaaa5 40%, #d4a5ff 80%, #a29bfe 100%) !important;
153154
box-sizing: border-box; margin: 0;
155
font-size: 0;
154156
}
155
.inner-box { padding: 10px 5px; text-align: center; }
157
.inner-box { padding: 10px 5px; text-align: center; font-size: 13px; }
156158
.m-badge-slim {
157159
display: inline-block; padding: 1px 6px; margin: 2px 1px; border-radius: 3px;
158160
font-size: 10px; font-weight: 800; color: #5a4fcf !important; background: #fff;
......
190192
}}}
191193
}}} ||
192194
195
193196
=== 4기생 ===
194197
||<tablealign=center><tablewidth=520><tablebgcolor=#fff,#1f2023><tablebordercolor=#A9F5F2><nopad>
195198
{{{#!folding 4기생 사진 보기
......