/* 바깥 배경*/
.OEU-template .wikitable {
text-shadow:0px 0px 0px transparent;
}
/* 글자 색 변경*/
.OEU-template a {
color: #da8080!important;
}
.OEU-template a:hover {
color: #fdecec!important;
text-shadow:0px 0px 25px #fd8080!important;
}
.OEU-template a:active {
color: #da8080!important;
}
.OEU-template a.new {
color: #ba0000!important;
}
.OEU-template a.new:hover {
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
}
.OEU-template a.new:active {
color: #ba0000!important;
}
.OEU-template a.external {
color: #33b733!important;
}
.OEU-template a.external:hover {
color: #95ed95!important;
text-shadow:0px 0px 25px #17ec17!important;
}
.OEU-template a.external:active {
color: #33b733!important;
}
.OEU-template .plainlinks a.external {
color: #da8080!important;
}
.OEU-template .plainlinks:hover a.external {
color: #fdecec!important;
text-shadow:0px 0px 25px #fd8080!important;
}
.OEU-template .plainlinks:active a.external {
color: #da8080!important;
}
.number-link {
color: #da8080!important;
}
/* 편집 버튼 */
.mw-editsection {
color: #da8080!important;
float: right;
font-weight: bold;
}
.mw-editsection-bracket {
color: #eed7d7!important;
font-weight: bold;
}
.mw-editsection-divider {
color: #eed7d7!important;
font-weight: bold;
}
/* 각주 선 제거 */
.mw-references-wrap {
border-top: none;
padding-top: 0em;
}
/* 리스트를 나무위키처럼 */
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;
}
/* 그 외 */
.OEU-template .h2 {
border-bottom: 1px solid #000000;
}