틀:ZEROCELL문서틀/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
.Liberty .content-wrapper .liberty-content .liberty-content-main {
.Liberty .content-wrapper .liberty-content .liberty-content-main {
     border: none !important;
     border-left: none !important;
    border-right: none !important;
}
}


/* 바깥 배경*/
/* 바깥 배경*/

2024년 4월 16일 (화) 12:26 판

.Liberty .content-wrapper .liberty-content .liberty-content-main {
    border-left: none !important;
    border-right: none !important;
}


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

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

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

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#070707!important;
	border: 1px solid #2e2e2e!important;
	box-shadow:0px 0px 8px #DECC9C!important;
	font-family: 'Sans-serif';
}
.toc li {
	background:#070707!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

.toctitle {
	background:#070707!important;
	border: 1px solid #2e2e2e!important;
	box-shadow:0px 0px 8px #DECC9C!important;
}
/* 폰트 볼드 설정 */
b {
	font-family: 'Sans-serif';
}

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

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