:ZC/문서틀/styles.css

/* 바깥 배경*/
.ZEROCELL-template .wikitable {
	text-shadow:none;
	font-family: 'Sans-serif';
}

/* 글자 색 변경*/
.ZEROCELL-template a {
	color: #DECC9C;
}
.ZEROCELL-template a:hover {
	color: #fff;
	text-shadow: #DECC9C 1px 0 10px;
}
.ZEROCELL-template a:active {
	color: #fff;
	text-shadow: #DECC9C 1px 0 10px;
}
.ZEROCELL-template a.new {
	color: #ba0000;
}
.ZEROCELL-template a.new:hover {
	color: #fff;
	text-shadow: #DECC9C 1px 0 10px;
}
.ZEROCELL-template a.new:active {
	color: #ba0000;
}
.ZEROCELL-template a.external {
	color: #33b733;
}
.ZEROCELL-template a.external:hover {
	color: #fff;
	text-shadow: #DECC9C 1px 0 10px;
}
.ZEROCELL-template a.external:active {
	color: #fff;
	text-shadow: #DECC9C 1px 0 10px;
}
.mw-headline-number {
    color: #DECC9C!important;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#DECC9C;
	display:none;
}
.toctogglelabel:after {
	color: #DECC9C!important;
}
.tocnumber {
	color:#DECC9C!important;
}
.toctogglespan {
	color:#DECC9C!important;
}
.toctext {
	color:#ffffff!important;
}
.number-link {
	color: #DECC9C;
}

/* 목차 순번 칸*/

.toc ul {
	background:transparent!important;
	border: none!important;
	box-shadow: none!important;
	font-family: 'Sans-serif';
}
.toc li {
	background:transparent!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

.toctitle {
	background:transparent!important;
	border: none!important;
	box-shadow: none!important;
}

/* 목차 설정 */
.toc {
    background: transparent !important;
    border: none !important;
    width:100%;
}

/* 폰트 볼드 설정 */
b {
	font-family: 'Sans-serif';
}

/* 분류 칸 제거 */
.catlinks {
	display:none;
}

/* 각주 선 제거 */
.mw-references-wrap {
	border-top: none;
	padding-top: 0em;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle { 
	background-color: #222; 
}
::selection{
	color : #DECC9C;
    background-color : #722F37;
}

.liberty-content-main .ve-init-mw-desktopArticleTarget-targetContainer {
	background-color:transparent!important;
}