/* 바깥 배경*/
.AMGD-template .wikitable {
text-shadow:0px 0px 0px transparent;
}
/* 글자 색 변경*/
.AMGD-template a {
color: #d08491!important;
}
.AMGD-template a:hover {
color: #fdecec!important;
text-shadow:0px 0px 25px #e6b6fb!important;
}
.AMGD-template a:active {
color: #d08491!important;
}
.AMGD-template a.new {
color: #ba0000!important;
}
.AMGD-template a.new:hover {
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
}
.AMGD-template a.new:active {
color: #ba0000!important;
}
.AMGD-template a.external {
color: #33b733!important;
}
.AMGD-template a.external:hover {
color: #95ed95!important;
text-shadow:0px 0px 25px #17ec17!important;
}
.AMGD-template a.external:active {
color: #33b733!important;
}
.AMGD-template .plainlinks a.external {
color: #d08491!important;
}
.AMGD-template .plainlinks:hover a.external {
color: #fdecec!important;
text-shadow:0px 0px 25px #e6b6fb!important;
}
.AMGD-template .plainlinks:active a.external {
color: #af3146!important;
}
.number-link {
color: #af3146!important;
}
/* 편집 버튼 */
.mw-editsection {
color: #dbd5d5!important;
float: right;
font-weight: bold;
}
.mw-editsection-bracket {
color: #dbd5d5!important;
font-weight: bold;
}
.mw-editsection-divider {
color: #dbd5d5!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;
}
/* 그 외 */
.AMGD-template .h2 {
border-bottom: 1px solid #000000;
}