/* 바깥 배경*/
.DL-template .wikitable {
text-shadow:0px 0px 0px transparent;
}
/* 글자 색 변경*/
.DL-template a {
color: #80ccda!important;
}
.DL-template a:hover {
color: #cbe8f0!important;
text-shadow:0px 0px 25px #6cc9f8!important;
}
.DL-template a:active {
color: #80ccda!important;
}
.DL-template a.new {
color: #ba0000!important;
}
.DL-template a.new:hover {
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
}
.DL-template a.new:active {
color: #ba0000!important;
}
.DL-template a.external {
color: #33b733!important;
}
.DL-template a.external:hover {
color: #95ed95!important;
text-shadow:0px 0px 25px #17ec17!important;
}
.DL-template a.external:active {
color: #33b733!important;
}
.DL-template .plainlinks a.external {
color: #80ccda!important;
}
.DL-template .plainlinks:hover a.external {
color: #cbe8f0!important;
text-shadow:0px 0px 25px #6cc9f8!important;
}
.DL-template .plainlinks:active a.external {
color: #80ccda!important;
}
.mw-headline-number {
color: #80ccda!important;
}
.mw-editsection {
float: right;
font-weight: bold;
}
.number-link {
color: #80ccda!important;
}
/* 리스트를 나무위키처럼 */
ul:not(#toc) {
list-style-type: disc;
list-style-image: none;
}
ul ul:not(#toc) {
list-style-type: circle;
list-style-image: none;
}
ul ul ul:not(#toc) {
list-style-type: square;
list-style-image: none;
}
/* 분류 칸 제거 */
.catlinks {
display:none;
}
/* 배경 */
.DL-bgMain {
position: relative;
width: 100% !important;
height: 100vh !important;
background: #000000;
display: inherit;
justify-content: center;
align-items: center;
overflow: hidden;
z-index:-3;
}
.DL-bg {
position: relative;
width: 100%;
height: 100vh;
background: #000000;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
overflow: hidden;
}