:Namutoc-liban/styles.css

리반 (토론 | 기여)님의 2024년 3월 27일 (수) 22:08 판
/* 리스트를 나무위키처럼 */
ul:not(#toc) {
	margin: .2em 0 .2em 1.5em!important;
	padding-left: .5rem!important;
	list-style-type: disc;
	list-style-image: none;
}
ol:not(#toc) {
	margin: .2em 0 .2em 1.5em!important;
	padding-left: .5rem!important;
}
dl {
	margin: .2em 0 .2em 1.5em!important;
	padding-left: .5rem!important;
}
li:not(#toc) {
	margin: .2em 0!important;
}
dt {
	margin: .2em 0!important;
}
dd {
	margin: .2em 0!important;
}
ul ul:not(#toc) {
	list-style-type: circle;
	list-style-image: none;
}
ul ul ul:not(#toc) {
	list-style-type: square;
	list-style-image: none;
}
#toc ul {
	margin: 0!important;
	padding: 0.6rem 1.2rem!important;
	border: none;
	border-radius: 0;
	background: #fff;
}
#toc ul ul {
	margin: 0 0 0 1rem!important;
	padding: 0!important;
}
#toc li {
	margin: 0!important;
	padding: 0!important;
	border: none;
	border-radius: 0;
	background: #fff;
}

/* 목차를 나무위키처럼 */
.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;
	user-select: none;
}
.tocnumber {
	color: #337ab7;
	padding-right: .3em!important;
	font-size: 14.8px;
}
.tocnumber:after {
	content: '.';
}
.toctext {
	cursor: default;
	font-size: 14.8px;
}
.toctogglespan {
	display: none;
}

/* 링크 색 변화 없애기 */
a:hover {
	color: #feddbd!important;
	text-shadow:0px 0px 15px #fdd18b!important;
}
a:active {
	color: #ec9f19!important;
}
a.new:hover {
	color: #fe5757!important;
	text-shadow:0px 0px 15px #fc2020!important;
}
a.new:active {
	color: #dc4343!important;
}
a.external:hover {
	color: #95ed95!important;
	text-shadow:0px 0px 15px #17ec17!important;
}
a.external:active {
	color: #33b733!important;
}
.plainlinks:hover a.external {
	color: #feddbd!important;
	text-shadow:0px 0px 15px #fdd18b!important;
}
.plainlinks:active a.external {
	color: #ec9f19!important;
}
a.selflink {
	color: inherit!important;
}
a.selflink:hover {
	color: inherit!important;
}
a.selflink:active {
	color: inherit!important;
}