사용자
NodeulsumNaru(비교)
| r19 vs r20 | ||
|---|---|---|
| ... | ... | |
| 148 | 148 | }}}[각주] |
| 149 | 149 | ====== .. ====== |
| 150 | 150 | {{{#!style |
| 151 | /* 1. 전체 | |
| 151 | /* 1. 전체 테이블 레이아웃 */ | |
| 152 | 152 | table.stel-tab-ui { |
| 153 | 153 | width: min(540px, 100%); background: transparent; |
| 154 | margin: 20px auto; border-collapse: collapse; | |
| 154 | margin: 20px auto; border-collapse: collapse; | |
| 155 | 155 | } |
| 156 | 156 | |
| 157 | /* 2. 탭 버튼 (헤더) | |
| 157 | /* 2. 탭 버튼 (헤더) - 높이를 줄이고 날렵하게 */ | |
| 158 | 158 | table.stel-tab-ui > thead > tr { |
| 159 | display: flex; justify-content: flex-start; margin-left: | |
| 159 | display: flex; justify-content: flex-start; margin-left: 5px; gap: 2px; | |
| 160 | 160 | } |
| 161 | 161 | table.stel-tab-ui > thead > tr > th { |
| 162 | flex: 0 1 | |
| 163 | cursor: pointer; transition: | |
| 164 | background: #f1f2f6 !important; | |
| 165 | color: # | |
| 166 | border: 1px solid # | |
| 167 | border-bottom: none !important; | |
| 168 | border-radius: | |
| 169 | ||
| 162 | flex: 0 1 80px; | |
| 163 | padding: 6px 0 !important; /* 위아래 패딩을 줄여서 길쭉함 해결 */ | |
| 164 | height: 30px !important; /* 높이 강제 고정 */ | |
| 165 | line-height: 1.5 !important; | |
| 166 | cursor: pointer; transition: 0.2s; | |
| 167 | background: #f1f2f6 !important; | |
| 168 | color: #666 !important; font-size: 12px; | |
| 169 | border: 1px solid #ddd !important; | |
| 170 | border-bottom: none !important; | |
| 171 | border-radius: 8px 8px 0 0; | |
| 170 | 172 | } |
| 173 | table.stel-tab-ui > thead > tr > th:hover { background: #ffaaa5 !important; color: #fff !important; } | |
| 171 | 174 | |
| 172 | /* | |
| 173 | ||
| 174 | ||
| 175 | ||
| 176 | ||
| 177 | ||
| 178 | ||
| 175 | /* 정렬 화살표 제거 */ | |
| 179 | 176 | table.stel-tab-ui > thead > tr > th::before, |
| 180 | 177 | table.stel-tab-ui > thead > tr > th::after { display: none !important; } |
| 181 | 178 | |
| 182 | /* 3. 본문 영역 - | |
| 179 | /* 3. 본문 영역 - 빈 공간 제거 */ | |
| 183 | 180 | table.stel-tab-ui > tbody > tr { display: none; } |
| 184 | 181 | table.stel-tab-ui > tbody > tr:first-child { display: table-row; } |
| 185 | 182 | |
| 186 | 183 | table.stel-tab-ui > tbody > tr > td { |
| 187 | border: 1px solid # | |
| 184 | border: 1px solid #ddd !important; | |
| 188 | 185 | background: #fff; padding: 0 !important; |
| 189 | font-size: 0 !important; | |
| 190 | border-radius: 0 15px 15px 15px; | |
| 191 | ||
| 186 | /* 숨겨진 숫자가 자리를 차지하지 못하게 함 */ | |
| 187 | font-size: 0 !important; line-height: 0 !important; | |
| 188 | border-radius: 0 15px 15px 15px; | |
| 192 | 189 | } |
| 193 | 190 | |
| 194 | /* 4. 내부 컨텐츠 | |
| 191 | /* 4. 내부 실제 컨텐츠 (페이지 늘리기 효과) */ | |
| 195 | 192 | .stel-body-container { |
| 196 | font-size: 14px !important; color: #333 !important; | |
| 197 | ||
| 198 | ||
| 199 | ||
| 193 | font-size: 14px !important; line-height: 1.6 !important; | |
| 194 | color: #333 !important; padding: 20px 10px; text-align: center; | |
| 195 | background: linear-gradient(to bottom, #ffffff, #fffdfd); | |
| 200 | 196 | border-radius: 0 15px 15px 15px; |
| 197 | width: 100%; box-sizing: border-box; | |
| 201 | 198 | } |
| 202 | 199 | |
| 203 | 200 | /* 뱃지 스타일 */ |
| 204 | 201 | .m-badge-slim { |
| 205 | display: inline-block; padding: | |
| 202 | display: inline-block; padding: 2px 10px; margin: 3px 1.5px; border-radius: 4px; | |
| 206 | 203 | font-size: 12px; font-weight: bold; color: #fff !important; |
| 207 | box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |
| 208 | 204 | } |
| 209 | 205 | }}} |
| 210 | ||<thead><tableclass=stel-tab-ui><sortable> 1기 | |
| 206 | ||<thead><tableclass=stel-tab-ui><sortable> 1기 ||<sortable> 2기 ||<sortable> 3기 || | |
| 211 | 207 | || 0 || 1 || 1 ||<class=stel-body-container> {{{#!wiki class="stel-body-container" |
| 212 | 208 | [[파일:스텔 1기.png|width=100%]] |
| 213 | 209 | {{{#!wiki style="margin-top: 15px;" |
| ... | ... |