편집 요약 없음 태그: 되돌려진 기여 |
편집 요약 없음 태그: 되돌려진 기여 |
||
| 1번째 줄: | 1번째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main:not(.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle) { | .Liberty .content-wrapper .liberty-content .liberty-content-main:not(.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle h2) { | ||
counter-reset: h2counter; | counter-reset: h2counter; | ||
} | } | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main h2::before:not(.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle) { | .Liberty .content-wrapper .liberty-content .liberty-content-main h2::before:not(.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle h2) { | ||
counter-increment: h2counter; | counter-increment: h2counter; | ||
content: counter(h2counter) ". "; | content: counter(h2counter) ". "; | ||
2025년 1월 16일 (목) 12:59 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.Liberty .content-wrapper .liberty-content .liberty-content-main:not(.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle h2) {
counter-reset: h2counter;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main h2::before:not(.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle h2) {
counter-increment: h2counter;
content: counter(h2counter) ". ";
color:#ec9f19;
font-weight:bold;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main h2 {
counter-reset: h3counter;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main h3::before {
counter-increment: h3counter;
content: counter(h2counter) "." counter(h3counter) ". ";
color:#ec9f19;
font-weight:bold;
}