/* 바깥 배경*/
.CLBI-template .wikitable {
text-shadow:0px 0px 0px transparent;
}
/* 글자 색 변경*/
.CLBI-template a {
color: #C60000!important;
}
.CLBI-template a:hover {
color: #fdecec!important;
text-shadow:0px 0px 25px #A90000!important;
}
.CLBI-template a:active {
color: #5289cc!important;
}
.CLBI-template a.new {
color: #ba0000!important;
}
.CLBI-template a.new:hover {
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
}
.CLBI-template a.new:active {
color: #ba0000!important;
}
.CLBI-template a.external {
color: #33b733!important;
}
.CLBI-template a.external:hover {
color: #95ed95!important;
text-shadow:0px 0px 25px #17ec17!important;
}
.CLBI-template a.external:active {
color: #33b733!important;
}
.CLBI-template .plainlinks a.external {
color: #da8080!important;
}
.CLBI-template .plainlinks:hover a.external {
color: #fdecec!important;
text-shadow:0px 0px 25px #A90000!important;
}
.CLBI-template .plainlinks:active a.external {
color: #C60000!important;
}
.number-link {
color: #C60000!important;
}
.mw-editsection {
color: #C60000!important;
float: right;
font-weight: bold;
}
/*목차 글자 색 변경*/
#mw-toc-heading{
color:#ffffff;
}
.toctogglelabel:after {
color: #C60000!important;
}
.tocnumber {
color:#C60000!important;
}
.toctogglespan {
color:#C60000!important;
}
.toctext {
color:#e4e4e4!important;
}
/* 목차 머리 칸*/
.toctitle Liberty {
background-color: transparent!important;
}
.toctitle {
background-color: #0a0909!important;
border: 2px solid #a90000!important;
box-shadow:0px 0px 8px #3f0000!important;
border-top-right-radius: 0rem!important;
border-top-left-radius: 0rem!important;
}
/* 목차 순번 칸*/
.toc ul {
background-color: #0a0909!important;
text-shadow:0px 0px 0px transparent;
border: 2px solid #a90000!important;
box-shadow:0px 0px 8px #3f0000!important;
border-bottom-right-radius: 0rem!important;
border-bottom-left-radius: 0rem!important;
}
.toc li {
background-color: transparent!important;
}
.toc ul ul {
border: none!important;
box-shadow: none!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;
}