wsmud_accessibility_color

武神传说(wsmud)无障碍配色,适用于色弱色盲群体。正常视觉可使用 wsmud_flat_color

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name        wsmud_accessibility_color
@homepageURL    https://greasyfork.org/zh-CN/scripts/395561-wsmud-accessibility-color
@description 武神传说(wsmud)无障碍配色,适用于色弱色盲群体。正常视觉可使用 wsmud_flat_color
@author      mapleo
@namespace   https://greasyfork.org/zh-CN/scripts/395561-wsmud-accessibility-color
@version     1.0.2
==/UserStyle== */
@-moz-document domain("wsmud.com") {
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .item-status-bar > .status-item {
            zoom: 1
        }
    }
    pre{
        font-size: 1em;
    }
    .container, .login-content, .left, .right{
        color: rgb(0,178,0);
        background-color: #000000;
    }
    .tool-bar > .tool-item {
        color:#000000;
        background-color:#ADADAD;
    }
    .room-item > .item-name {
        margin-left: 1em;
    }
    .room-item > .item-name {
        margin-left: 1em;
    }
    .room_items {
        max-height: 120px;
    }
    .item-status-bar > .status-item {
        font-size: 0.8em;
        font-weight: lighter;
    }
    .state-bar {
        overflow-x: auto;
    }
    .hp > .progress-bar {
        background-color: #D55E00;
    }
    .mp > .progress-bar {
        background-color: #56B4DF;
    }
    HIG {
        color: #009E73;
    }
    HIC {
        color: #56B4DF;
    }
    HIY {
        color: #F0E442;
    }
    HIZ {
        color: #CC79A7;
    }
    HIO {
        color: #E69F00;
    }
    HIR {
        color: #D55E00;
    }
    HIM {
        color: #e84393;
    }

    /* left right */
    .left, .right {
        width: 350px;
    }
    .left-content {
        font-size: 13px;
    }
    .span-btn {
        font-size: 13px;
    }
    /* pluggis */
    .layui-layer-content {
        font-size: 13px;
    }
}