:총력전/styles.css

현소 (토론 | 기여)님의 2025년 4월 11일 (금) 23:40 판
/*    배경    */
.Liban-Main  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #050c16;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}

/* 글자 색 변경*/
.Liban-template a {
	color: #4dd4c3;
}
.Liban-template a:hover {
	color: #4dd4c3;
}
.Liban-template a:active {
	color: #4dd4c3;
}
.Liban-template a.new {
	color: #4dd4c3;
}
.Liban-template a.new:hover {
	color: #4dd4c3;
}
.Liban-template a.new:active {
	color: #4dd4c3;
}
.Liban-template a.external {
	color: #4dd4c3;
}
.Liban-template a.external:hover {
	color: #4dd4c3;
}
.Liban-template a.external:active {
	color: #4dd4c3;
}

.mw-headline-number {
    color: #4dd4c3!important;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}

/* 목차를 나무위키처럼 */
.toc {
	border-radius: 0!important;
	border: 1px solid #b5bfc0!important;
	margin-left: 5px;
}
.toctitle {
	min-width: 0!important;
	border: none!important;
	background-color: #050c16!important;
}
#mw-toc-heading {
	border: none!important;
	font-size:1.3rem!important;
	font-weight: normal;
	user-select: none;
}
.tocnumber {
	color: #4dd4c3;
	font-size:1rem!important;
}
.tocnumber:after {
	content: '.';
}
.toctext {
	color:#b5bfc0!important;
	font-size:1rem!important;
}
.toctogglespan {
	display: none;
}
#toc ul {
	margin: 0!important;
	padding: 0.6rem 1.2rem!important;
	border: none;
	background: #050c16;
}
#toc ul ul {
	margin: 0 0 0 1rem!important;
	padding: 0!important;
}
#toc li {
	margin: 0!important;
	padding: 0!important;
	border: none;
	background: #050c16;
}

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

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