틀:Namutoc-liban/styles.css: 두 판 사이의 차이

(새 문서: .toc { border-radius: 0!important; border: 1px solid #ccc!important; margin-left: 5px; } .toctitle { min-width: 0!important; border: none!important; background-color: #fff!important; } #mw-toc-heading { border: none!important; font-weight: normal; font-size: 11px; user-select: none; } .tocnumber { color: #337ab7; padding-right: .3em!important; } .tocnumber:after { content: '.'; } .toctext { cursor: default; } .toctogglespan { display: none; } #toc ul { margin: 0!...)
 
편집 요약 없음
12번째 줄: 12번째 줄:
border: none!important;
border: none!important;
font-weight: normal;
font-weight: normal;
font-size: 11px;
font-size: 1.2rem;
user-select: none;
user-select: none;
}
}

2024년 3월 27일 (수) 21:55 판

.toc {
	border-radius: 0!important;
	border: 1px solid #ccc!important;
	margin-left: 5px;
}
.toctitle {
	min-width: 0!important;
	border: none!important;
	background-color: #fff!important;
}
#mw-toc-heading {
	border: none!important;
	font-weight: normal;
	font-size: 1.2rem;
	user-select: none;
}
.tocnumber {
	color: #337ab7;
	padding-right: .3em!important;
}
.tocnumber:after {
	content: '.';
}
.toctext {
	cursor: default;
}
.toctogglespan {
	display: none;
}
#toc ul {
	margin: 0!important;
	padding: 0.6rem 1.2rem!important;
	border: none;
	background: #fff;
}
#toc ul ul {
	margin: 0 0 0 1rem!important;
	padding: 0!important;
}
#toc li {
	margin: 0!important;
	padding: 0!important;
	border: none;
	background: #fff;
}