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

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
6번째 줄: 6번째 줄:
     padding: 0.4em 1em;
     padding: 0.4em 1em;
}
}
h2[style*='text-indent'] { /* 각주 틀 보정 */
h2[style*='text-indent'] { /* 각주 틀 보정 */
margin: 0 0 1.7em 0 !important;
margin: 0 0 1.7em 0 !important;
font-size: 1em;
font-size: 1em;
}
}
h2[style*='text-indent']:after {
h2[style*='text-indent']:after {
border-bottom: solid 1px #c8ccd1 !important;
border-bottom: solid 1px #c8ccd1 !important;
}
}
#catlinks-sidebar { display: none; }
#catlinks { display: inherit !important; }


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

2024년 5월 3일 (금) 23:25 기준 최신판

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

#catlinks-sidebar { display: none; }
#catlinks { display: inherit !important; }

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