틀:변화의 시대/관련 기사/styles.css: 두 판 사이의 차이

편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
 
5번째 줄: 5번째 줄:
.mw-parser-output a.external.text {
.mw-parser-output a.external.text {
font-size: 12pt;
font-size: 12pt;
font-family: "ChosunGu";
}
}
.mw-parser-output a.external.text:hover {
.mw-parser-output a.external.text:hover {
17번째 줄: 18번째 줄:
   .mw-parser-output a.external.text {
   .mw-parser-output a.external.text {
font-size: 9.5pt;
font-size: 9.5pt;
font-family: "ChosunGu";
}
}
   .mw-parser-output a.external.text:hover {
   .mw-parser-output a.external.text:hover {

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;
}
}