:리반문서틀/styles.css

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

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

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

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#050c16!important;
	border: 1px solid #e0e0e0!important;
	box-shadow:0px 0px 0px !important;
}
.toc li {
	background:#050c16!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

.toctitle {
	background:#050c16!important;
	border: 1px solid #e0e0e0!important;
	box-shadow:0px 0px 0px !important;
}

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