:변화의 시대/관련 기사/styles.css

WARSAW (토론 | 기여)님의 2024년 3월 29일 (금) 20:39 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/* 흰색 배경 방지 */
.mw-parser-output .text {
	background: none;
}
.mw-parser-output a.external.text {
	font-size: 12pt;
	font-family: "ChosunGu";
}
.mw-parser-output a.external.text:hover {
	font-size: 12pt;
}
.mw-parser-output a.external.text:active {
	font-size: 12pt;
}

/* 768px 이하일 때 */
@media screen and (max-width: 768px) {
   .mw-parser-output a.external.text {
	font-size: 9.5pt;
	font-family: "ChosunGu";
}
   .mw-parser-output a.external.text:hover {
	font-size: 9.5pt;
}
   .mw-parser-output a.external.text:active {
	font-size: 9.5pt;
}
}