:리반문서틀2/styles.css

리반 (토론 | 기여)님의 2024년 4월 7일 (일) 21:42 판 (새 문서: →‎배경: .Liban-Main { position: relative; width: 100%; height: 100vh; background: #0e163d; display: inherit; justify-content: center; align-items: center; overflow: hidden; z-index:-3; } →‎글자 색 변경: .Liban-template a { color: #bf678d; } .Liban-template a:hover { color: #bf678d; } .Liban-template a:active { color: #bf678d; } .Liban-template a.new { color: #bf678d; } .Liban-template a.new:hover { color: #bf678d; } .Liban-template a.ne...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/*    배경    */
.Liban-Main  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #0e163d;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}

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

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

/* 목차 순번 칸*/

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

/* 목차 머리 칸*/

.toctitle {
	background:#0e163d!important;
	border: 1px solid #a7a9a9!important;
	box-shadow:0px 0px 0px !important;
}

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