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

편집 요약 없음
편집 요약 없음
31번째 줄: 31번째 줄:
margin-right: 0.5em;
margin-right: 0.5em;
border-radius: 1em;
border-radius: 1em;
border: 1px solid #c8c8c8;
background: #c8c8c8;
padding: 0 0.7em;
padding: 0 0.7em;
display: inline;
display: inline;
font-size-adjust: initial;
font-size-adjust: initial;
}
}

2022년 2월 10일 (목) 13:44 판

/*** 한자서체 ***/
.hanja-style span > a:first-child img {
    filter: opacity(50%)drop-shadow(0 0 0.01px currentcolor)brightness(250%);
	color: inherit;
}
.hanja-style a {
    color: inherit;
}

.hanja-toc #toc ul {
	display: inline-flex;
	border: none;
	flex-wrap: wrap;
	padding: 0;
	margin-left: 0 !important;
}

.hanja-toc #toc li {
	font-size-adjust: 0;
}

.hanja-toc #toc .toctitle {
	display: none;
}

.hanja-toc #toc .tocnumber {
	display: none;
}

.hanja-toc #toc .toctext {
	margin-right: 0.5em;
	border-radius: 1em;
	background: #c8c8c8;
	padding: 0 0.7em;
	display: inline;
	font-size-adjust: initial;
}