:한자 서체/styles.css

< 틀:한자 서체
하늘 (토론 | 기여)님의 2022년 7월 31일 (일) 17:05 판
/*** 한자서체 ***/
.hanja-style > span {
}
.hanja-style a {
	color: inherit;
	display: inline-flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.hanja-style a.new {
	display: none;
}
.hanja-style a.image:after {
    content: attr(title);
    display: block;
}
.hanja-style img {
    filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%)blur(0.3px);
    height: auto;
    width: 5em;
}

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