틀:스텔레노스트레/styles.css: 두 판 사이의 차이

(새 문서: .toc ul { background-color:#151517!important; text-shadow:0px 0px 2px transparent; border: 2px solid #b5834d!important; border-bottom-right-radius: 0rem!important; border-bottom-left-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: #151517!important; border: 2px solid #b5834d!...)
 
편집 요약 없음
26번째 줄: 26번째 줄:


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

2024년 10월 27일 (일) 21:58 판

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

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

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