틀:EVERLD/styles.css: 두 판 사이의 차이

잔글편집 요약 없음
잔글편집 요약 없음
1번째 줄: 1번째 줄:
.toc ul {
.toc ul {
background-color: #EAEAEA!important;
background-color: #000!important;
text-shadow: 0px 0px 0px transparent;
text-shadow: 0px 0px 0px transparent;
border: 2px solid #000!important;
border: 2px solid #FFF!important;
border-bottom-left-radius: 0rem!important;
border-bottom-left-radius: 0rem!important;
border-bottom-right-radius: 0rem!important;
border-bottom-right-radius: 0rem!important;
17번째 줄: 17번째 줄:
}
}
.toctitle {
.toctitle {
background-color: #EAEAEA!important;
background-color: #000!important;
border: 2px solid #000!important;
border: 2px solid #FFF!important;
box-shadow: 0px 0px 0px #FFF!important;
box-shadow: 0px 0px 0px #FFF!important;
border-top-left-radius: 0rem!important;
border-top-left-radius: 0rem!important;

2024년 1월 10일 (수) 19:51 판

.toc ul {
	background-color: #000!important;
	text-shadow: 0px 0px 0px transparent;
	border: 2px solid #FFF!important;
	border-bottom-left-radius: 0rem!important;
	border-bottom-right-radius: 0rem!important;
}
.toc li {
	background-color: transparent!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}
.toctitle Liberty {
	background-color: transparent!important;
}
.toctitle {
	background-color: #000!important;
	border: 2px solid #FFF!important;
	box-shadow: 0px 0px 0px #FFF!important;
	border-top-left-radius: 0rem!important;
	border-top-right-radius: 0rem!important;
}
#mw-toc-heading{
	color: #D4AF37;
	text-shadow: 0px 0px 0px #D4AF37!important;
}
.toctogglelabel:after {
	color: #D4AF37!important;
	text-shadow: 0px 0px 0px #D4AF37!important;
}
.tocnumber {
	color: #D4AF37!important;
	text-shadow: 0px 0px 0px #000!important;
}
.toctogglespan {
	color: #D4AF37!important;
	text-shadow: 0px 0px 0px #000!important;
}
.toctext {
	color: #D4AF37!important;
	text-shadow: 0px 0px 0px #000!important;
}
.WW-bg {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #EAEAEA;
	display: inherit;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: -3;
}