:중천 문서/styles.css

/* 바깥 배경*/
.CHUTENG-template .wikitable {
	text-shadow:0px 0px 0px transparent;
}

/* 글자 색 변경*/
.CHUTENG-template a {
	color: #f2b700!important;
}
.CHUTENG-template a:hover {
	color: #f2b700!important;
}
.CHUTENG-template a:active {
	color: #f2b700!important;
}
.CHUTENG-template a.new {
	color: #f2b700!important;
}
.CHUTENG-template a.new:hover {
	color: #f2b700!important;
}
.CHUTENG-template a.new:active {
	color: #f2b700!important;
}
.CHUTENG-template a.external {
	color: #f2b700!important;
}
.CHUTENG-template a.external:hover {
	color: #f2b700!important;
}
.CHUTENG-template a.external:active {
	color: #f2b700!important;
}
.mw-headline-number {
    color: #f2b700!important;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#f2b700;
}
.toctogglelabel:after {
	color: #f2b700!important;
}
.tocnumber {
	color:#f2b700!important;
}
.toctogglespan {
	color:#f2b700!important;
}
.toctext {
	color:#f2b700!important;
}

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#050F1C!important;
	border: 1px solid #f2b700!important;
	box-shadow: none!important;
}
.toc li {
	background:#050F1C!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

.toctitle {
	background:#050F1C!important;
	border: 1px solid #f2b700!important;
	box-shadow: none!important;
}