/*
Stylesheet customized for NyaaWiki
made by tcdw

Styles below are NOT affiliated to Docsify itself.
For details & discussion, visit https://web.archive.org/web/20200729155257/https://bbs.nyaa.cat/d/1724-nyaawiki-common-css
*/

.nw-spoiler {
    background-color: #111;
    color: #111;
    transition: color 0.25s;
}

.nw-spoiler:hover {
    color: #eee;
}

.nw-spoiler a, .nw-spoiler a.hover {
    color: #111;
    transition: color 0.25s;
}

.nw-spoiler:hover a, .nw-spoiler:hover a:hover {
    color: #eee;
}

.nw-explain {
    cursor: help; 
    border-bottom: 1px rgba(0, 0, 0, 0.4) dashed;
}

@media screen and (prefers-color-scheme: dark) {
    .nw-explain {
        border-bottom: 1px rgba(255, 255, 255, 0.3) dashed;
    }
}

.nw-important {
    color: red;
    font-weight: bold;
}

.nw-inf-t2, .nw-inf-blue, .nw-mark-blue {
    color: #2196f3;
}

.nw-inf-t3, .nw-inf-green, .nw-mark-green {
    color: #43a047;
}

.nw-inf-t4, .nw-mark-purple {
    color: #9c27b0;
}

.nw-inf-t5, .nw-inf-gold, .nw-mark-yellow {
    color: #f9a825;
}

.nw-inf-t5p, .nw-inf-red, .nw-mark-red {
    color: #f44336;
}

/*
and these will be some styles override the docsify default
by langua
*/

.markdown-section code,
.markdown-section pre {
    border-radius: 2px;
}

.markdown-section p.warn {
    background: rgba(51, 153, 0, 0.1);
}

.markdown-section p.tip {
    background-color: rgba(255, 102, 102,0.1);
}