.mw-wiki-logo {
    background-size: 100%;
}

a {
    text-decoration: none;
}

body sup a.archive {
    color: #7ec8e3 !important;
}

.tabber-filter-item.selected {
    background: #2a4a6a;
    margin: 5px;
    color: #e0e0e0;
}

@keyframes progressBar {
    0% { background-position: 100px 0; }
    100% { background-position: 0 0; }
}

/* 代码编辑器 */
.ace_editor * {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono',
                 'Consolas', 'source-code-pro', monospace !important;
}

/* 特殊:查询 — SMW 模态弹窗 */
.smw-modal-body {
    color: #e0e0e0;
}
