:리반문서틀/styles.css

리반 (토론 | 기여)님의 2024년 4월 17일 (수) 02:11 판
/*    배경    */
.Liban-Main  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #d3d0c7;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}

/* 글자 색 변경*/
.Liban-template a {
	color: #2c6bb2;
}
.Liban-template a:hover {
	color: #2c6bb2;
}
.Liban-template a:active {
	color: #2c6bb2;
}
.Liban-template a.new {
	color: #2c6bb2;
}
.Liban-template a.new:hover {
	color: #2c6bb2;
}
.Liban-template a.new:active {
	color: #2c6bb2;
}
.Liban-template a.external {
	color: #2c6bb2;
}
.Liban-template a.external:hover {
	color: #2c6bb2;
}
.Liban-template a.external:active {
	color: #2c6bb2;
}
.mw-headline-number {
    color: #2c6bb2!important;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#5b5955;
}
.toctogglelabel:after {
	color: #5b5955!important;
}
.tocnumber {
	color:#337ab7!important;
	font-size: 1rem;
}
.toctogglespan {
	color:#5b5955!important;
}
.toctext {
	color:#5b5955!important;
	font-size: 1rem;
}

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