:웨이스트랜드 문서/styles.css

Choijy (토론 | 기여)님의 2023년 8월 7일 (월) 01:46 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/* 바깥 배경*/
.WASTE-template .wikitable {
	text-shadow:0px 0px 0px transparent;
}

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

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

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#050F1C!important;
	border: 1px solid #A7D1FF!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 #A7D1FF!important;
	box-shadow: none!important;
}