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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/*** 한자서체 ***/
/*** 한자서체 ***/
.hanja-style span > a:first-child img {
    filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%)blur(0.3px);
}
.hanja-style a.image {
.hanja-style a.image {
color: inherit;
color: inherit;
10번째 줄: 7번째 줄:
     display: block;
     display: block;
}
}
.hanja-style img {
.hanja-style a img {
    filter: opacity(65%)drop-shadow(0px 0.1px 0px)brightness(350%);
     height: auto;
     height: auto;
     width: 5em;
     width: 5em;

2022년 8월 1일 (월) 11:30 판

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

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