편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
. | |||
/* 배경 */ | |||
.Liban-Main { | |||
position: relative; | |||
width: 100%; | |||
height: 100vh; | |||
background: #050c16; | |||
display: inherit; | |||
justify-content: center; | |||
align-items: center; | |||
overflow: hidden; | |||
z-index:-3; | |||
} | } | ||
/* 글자 색 변경*/ | /* 글자 색 변경*/ | ||
a | .Liban-template a { | ||
color: # | color: #4dd4c3; | ||
} | } | ||
a { | .Liban-template a:hover { | ||
color: # | color: #4dd4c3; | ||
} | } | ||
.Liban-template a:active { | |||
color: #4dd4c3; | |||
. | |||
color: | |||
} | } | ||
. | .Liban-template a.new { | ||
color: | color: #4dd4c3; | ||
} | } | ||
. | .Liban-template a.new:hover { | ||
color: | color: #4dd4c3; | ||
} | } | ||
. | .Liban-template a.new:active { | ||
color: | color: #4dd4c3; | ||
} | } | ||
. | .Liban-template a.external { | ||
color: | color: #4dd4c3; | ||
} | } | ||
. | .Liban-template a.external:hover { | ||
color: | color: #4dd4c3; | ||
} | } | ||
. | .Liban-template a.external:active { | ||
color: | color: #4dd4c3; | ||
} | } | ||
.mw-headline-number { | .mw-headline-number { | ||
color: | color: #4dd4c3!important; | ||
} | } | ||
.mw-editsection { | .mw-editsection { | ||
62번째 줄: | 52번째 줄: | ||
} | } | ||
/* 목차를 나무위키처럼 */ | |||
.toc { | |||
border-radius: 0!important; | |||
border: 1px solid #b5bfc0!important; | |||
margin-left: 5px; | |||
} | |||
.toctitle { | .toctitle { | ||
min-width: 0!important; | |||
border: | 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; | |||
color: # | font-size:1rem!important; | ||
} | } | ||
. | .tocnumber:after { | ||
content: '.'; | |||
} | } | ||
. | .toctext { | ||
color: # | color:#b5bfc0!important; | ||
font-size:1rem!important; | |||
} | } | ||
.toctogglespan { | .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; | |||
} | } | ||
98번째 줄: | 104번째 줄: | ||
width: 100%; | width: 100%; | ||
height: 100vh; | height: 100vh; | ||
background: # | background: #050c16; | ||
display: inherit; | display: inherit; | ||
justify-content: center; | justify-content: center; | ||
107번째 줄: | 113번째 줄: | ||
} | } | ||
/* 분류 칸 제거 */ | |||
.catlinks { | |||
display:none; | |||
. | |||
} | } |
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;
}