틀:리반문서틀2/styles.css: 두 판 사이의 차이

(새 문서: →‎배경: .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...)
 
편집 요약 없음
4번째 줄: 4번째 줄:
   width: 100%;
   width: 100%;
   height: 100vh;
   height: 100vh;
   background: #0e163d;
   background: #02050a;
   display: inherit;
   display: inherit;
   justify-content: center;
   justify-content: center;
14번째 줄: 14번째 줄:
/* 글자 색 변경*/
/* 글자 색 변경*/
.Liban-template a {
.Liban-template a {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a:hover {
.Liban-template a:hover {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a:active {
.Liban-template a:active {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a.new {
.Liban-template a.new {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a.new:hover {
.Liban-template a.new:hover {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a.new:active {
.Liban-template a.new:active {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a.external {
.Liban-template a.external {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a.external:hover {
.Liban-template a.external:hover {
color: #bf678d;
color: #c06287;
}
}
.Liban-template a.external:active {
.Liban-template a.external:active {
color: #bf678d;
color: #c06287;
}
}
.mw-headline-number {
.mw-headline-number {
     color: #bf678d!important;
     color: #c06287!important;
}
}
.mw-editsection {
.mw-editsection {
50번째 줄: 50번째 줄:
/*목차 글자 색 변경*/
/*목차 글자 색 변경*/
#mw-toc-heading{
#mw-toc-heading{
color:#a7a9a9;
color:#e0e0e0;
}
}
.toctogglelabel:after {
.toctogglelabel:after {
color: #a7a9a9!important;
color: #e0e0e0!important;
}
}
.tocnumber {
.tocnumber {
60번째 줄: 60번째 줄:
}
}
.toctogglespan {
.toctogglespan {
color:#a7a9a9!important;
color:#e0e0e0!important;
}
}
.toctext {
.toctext {
color:#a7a9a9!important;
color:#e0e0e0!important;
font-size: 1rem;
font-size: 1rem;
}
}
71번째 줄: 71번째 줄:
.toc ul {
.toc ul {
text-shadow:0px 0px 0px transparent;
text-shadow:0px 0px 0px transparent;
background:#0e163d!important;
background:#050c16!important;
border: 1px solid #a7a9a9!important;
border: 1px solid #e0e0e0!important;
box-shadow:0px 0px 0px !important;
box-shadow:0px 0px 0px !important;
}
}
.toc li {
.toc li {
background:#0e163d!important;
background:#050c16!important;
}
}
.toc ul ul {
.toc ul ul {
86번째 줄: 86번째 줄:


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

2024년 4월 7일 (일) 21:43 판

/*    배경    */
.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: #c06287;
}
.Liban-template a:hover {
	color: #c06287;
}
.Liban-template a:active {
	color: #c06287;
}
.Liban-template a.new {
	color: #c06287;
}
.Liban-template a.new:hover {
	color: #c06287;
}
.Liban-template a.new:active {
	color: #c06287;
}
.Liban-template a.external {
	color: #c06287;
}
.Liban-template a.external:hover {
	color: #c06287;
}
.Liban-template a.external:active {
	color: #c06287;
}
.mw-headline-number {
    color: #c06287!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;
}