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

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 31개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/*** 한자서체 ***/
/*** 한자서체 ***/
.hanja-style span > a:first-child img {
.hanja-forms-image {
    filter: opacity(50%)drop-shadow(0 0 0.01px currentcolor)brightness(250%);
height: 70px;
color: inherit;
}
.hanja-style a {
    color: inherit;
}
}


.hanja-toc #toc ul {
.hanja-forms-image a {
display: contents;
color: inherit;
border: none;
flex-wrap: wrap;
padding: 0;
margin-left: 0 !important;
margin-top: 0.1em;
}
 
.hanja-toc #toc li {
font-size: 0;
display: contents;
}
}


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


.hanja-toc #toc .tocnumber {
.hanja-forms-caption {
display: none;
line-height: 1.3em;
}
}


.hanja-toc #toc .toctext {
/*@media (prefers-color-scheme: dark) {*/
margin-right: 0.5em;
/* .hanja-style span > a:first-child img {*/
border-radius: 1em;
/* filter: invert(1) brightness(80%);*/
border: 1px solid #c8c8c8;
/* }*/
padding: 0 0.7em;
/*}*/
display: inline-block;
font-size: initial;
}

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%);*/
/*	}*/
/*}*/