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

편집 요약 없음
(하늘 (토론)의 1610888판 편집을 되돌림)
태그: 편집 취소
3번째 줄: 3번째 줄:
     filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%)blur(0.3px);
     filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%)blur(0.3px);
}
}
.hanja-style a.image {
.hanja-style a {
color: inherit;
color: inherit;
position: relative;
    height: 6.5em;
    display: inline-block;
}
}
.hanja-style a.new {
.hanja-style a.new {
15번째 줄: 12번째 줄:
     content: attr(title);
     content: attr(title);
     display: block;
     display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
}
.hanja-style img {
.hanja-style img {

2022년 7월 31일 (일) 16:53 판

/*** 한자서체 ***/
.hanja-style span > a:first-child img {
    filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%)blur(0.3px);
}
.hanja-style a {
	color: inherit;
}
.hanja-style a.new {
	display: none;
}
.hanja-style a.image:after {
    content: attr(title);
    display: block;
}
.hanja-style img {
    height: auto;
    width: 5em;
}

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