사용자:하늘/timeless.css: 두 판 사이의 차이

잔글 (Chirho님이 사용자:Cerulean/timeless.css 문서를 넘겨주기를 만들지 않고 사용자:하늘/timeless.css 문서로 이동했습니다: "Cerulean" 사용자의 이름을 "하늘"(으)로 바꿀 때 문서를 자동으로 이동했습니다)
편집 요약 없음
1번째 줄: 1번째 줄:
img { /* 리버티 스킨의 css 가져옴, 리버티 제외한 다른 스킨에서의 그림 문제 해결 */
table a.image > img, table .floatnone > img {
     max-width: 100%;
     max-width: 100% !important;
    height: auto;
}
}
#searchInput {
#searchInput {
     padding: 0.4em 1em;
     padding: 0.4em 1em;

2024년 5월 2일 (목) 14:41 판

table a.image > img, table .floatnone > img {
    max-width: 100% !important;
}

#searchInput {
    padding: 0.4em 1em;
}
h2[style*='text-indent'] { /* 각주 틀 보정 */
	margin: 0 0 1.7em 0 !important;
	font-size: 1em;
}
h2[style*='text-indent']:after {
	border-bottom: solid 1px #c8ccd1 !important;
}

/*모바일에서 정보상자 폭 100% */
@media (max-width: 520px) {
	.infobox {
		width:100% !important;
	}
}