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

(새 문서: .toc ul { background-color: #EAEAEA!important; text-shadow: 0px 0px 2px transparent; border: 2px solid #242424!important; border-bottom-left-radius: 0rem!important; border-bottom...)
 
잔글편집 요약 없음
51번째 줄: 51번째 줄:
width: 100%;
width: 100%;
height: 100vh;
height: 100vh;
background: #242424;
background: #EAEAEA;
display: inherit;
display: inherit;
justify-content: center;
justify-content: center;

2023년 12월 20일 (수) 07:06 판

.toc ul {
	background-color: #EAEAEA!important;
	text-shadow: 0px 0px 2px transparent;
	border: 2px solid #242424!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: #EAEAEA!important;
	border: 2px solid #242424!important;
	box-shadow: 0px 0px 8px #D4AF37!important;
	border-top-left-radius: 0rem!important;
	border-top-right-radius: 0rem!important;
}

#mw-toc-heading{
	color: #D4AF37;
	text-shadow: 2px 2px 4px #D4AF37!important;
}
.toctogglelabel:after {
	color: #D4AF37!important;
	text-shadow: 2px 2px 4px #D4AF37!important;
}
.tocnumber {
	color: #D4AF37!important;
	text-shadow: 2px 2px 4px #D4AF37!important;
}
.toctogglespan {
	color: #D4AF37!important;
	text-shadow: 2px 2px 4px #D4AF37!important;
}
.toctext {
	color: #D4AF37!important;
	text-shadow: 0px 0px 25px #D4AF37!important;
}

.WW-bg {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #EAEAEA;
	display: inherit;
	justify-content: center;
	align-items: center;
	overflow: hidden;

	z-index: -3;
}