틀:한자 서체/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/*** 한자서체 ***/
/*** 한자서체 ***/
.hanja-style span > a:first-child img {
.hanja-forms-image {
    filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%)blur(0.3px);
height: 70px;
}
}
.hanja-style a {
 
.hanja-forms-image a {
color: inherit;
color: inherit;
}
}
.hanja-style img {
 
     height: auto;
.hanja-forms-image a img {
     width: 5em;
     filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%);
    width: auto;
     height: 5em;
}
 
.hanja-forms-caption {
line-height: 1.3em;
}
}



2023년 11월 11일 (토) 13:51 기준 최신판

/*** 한자서체 ***/
.hanja-forms-image {
	height: 70px;
}

.hanja-forms-image a {
	color: inherit;
}

.hanja-forms-image a img {
    filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%);
    width: auto;
    height: 5em;
}

.hanja-forms-caption {
	line-height: 1.3em;
}

/*@media (prefers-color-scheme: dark) {*/
/*	.hanja-style span > a:first-child img {*/
/*		filter: invert(1) brightness(80%);*/
/*	}*/
/*}*/