wsmud_flat_color

武神传说(wsmud)配色

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name        wsmud_flat_color
@homepageURL    https://greasyfork.org/zh-CN/scripts/394736-wsmud-flat-color
@description 武神传说(wsmud)配色
@author      mapleo
@namespace   mos
@version     1.0.6
==/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: #121212;
    }
    .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: #c0392b;
    }
    .mp > .progress-bar {
        background-color: #2980b9;
    }
    HIG {
        color: #2ecc71;
    }
    HIC {
        color: #2980b9;
    }
    HIY {
        color: #f1c40f;
    }
    HIZ {
        color: #8e44ad;
    }
    HIO {
        color: #e67e22;
    }
    HIR {
        color: #c0392b;
    }
    HIM {
        color: #e84393;
    }

    /* funny */
    .left,
    .right {
        width: 350px;
    }
    .left,
    .left-content,
    .right > .msg {
        font-size: 12px;
    }
    .span-btn {
        font-size: 12px;
    }
    /* raid */
    .layui-layer-page > .layui-layer-content {
        font-size: 12px;
        color: rgb(0, 128, 0);
    }
}