"미디어위키:Common.css"의 두 판 사이의 차이

디지털 트윈국토 표준 활용 가이드
3번째 줄: 3번째 줄:
.mw-headline-number::after { content: "."; }
.mw-headline-number::after { content: "."; }


/*#firstHeading{*/
#firstHeading h1{
/*    font-family: NanumGothicExtraBold;*/
    font-family: NanumGothicExtraBold;
/*}*/
    font-weight: bold;
}


.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
     font-family: NanumGothicExtraBold;
     font-family: NanumGothicExtraBold;
     font-weight: bold;
     font-weight: bold;
}
}

2021년 10월 26일 (화) 19:03 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }

#firstHeading h1{
    font-family: NanumGothicExtraBold;
    font-weight: bold;
}

.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
    font-family: NanumGothicExtraBold;
    font-weight: bold;
}