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

청소년정책위키
편집 요약 없음
편집 요약 없음
3번째 줄: 3번째 줄:
/* 폰트 설정 */
/* 폰트 설정 */
html, body, button {
html, body, button {
font-family: Pretendard, sans-serif;
}
.pre-content h1, .content h1, .content h2 {
font-family: Pretendard, sans-serif;
font-family: Pretendard, sans-serif;
}
}

2023년 10월 7일 (토) 16:53 판

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* 폰트 설정 */
html, body, button {
	font-family: Pretendard, sans-serif;
}
.pre-content h1, .content h1, .content h2 {
	font-family: Pretendard, sans-serif;
}

/* 대문 분류 제거 */
.page-청소년정책위키_대문 .catlinks {
	display: none;
}

/* 대문 토론 버튼 제거 */
.page-청소년정책위키_대문 .talk {
	display: none;
}

/* [[위키 인터페이스 문서] */