wsmud_flat_color

武神传说(wsmud)配色

当前为 2020-01-17 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

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

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

/* ==UserStyle==
@name        wsmud_flat_color
@homepage    https://greasyfork.org/zh-CN/scripts/394736-wsmud-flat-color
@description 武神传说(wsmud)配色
@author      mapleo
@namespace   https://raw.githubusercontent.com/mapleobserver/wsmud-script/master/%E6%8F%92%E4%BB%B6%E5%A4%87%E4%BB%BD/wsmud_flat_color_stylus.css
@version     1.0.1
==/UserStyle== */
@-moz-document domain("wsmud.com") {
html, body {
    font-family: "PingFang SC",'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif,"Microsoft YaHei",微软雅黑;
}
pre{
    font-size: 1.1em;
    font-family: "PingFang SC",'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif,"Microsoft YaHei",微软雅黑;
}
.tool-bar{
    font-family: "PingFang SC",'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif,"Microsoft YaHei",微软雅黑;
}
.dialog{
    font-family: "PingFang SC",'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif,"Microsoft YaHei",微软雅黑;
}
.container, .login-content, .left, .right{
    color: rgb(0,178,0);
    background-color: #212121;
}
.room-item > .item-name {
    margin-left: 1em;
}
.room_items {
    max-height: 120px;
}
.item-status-bar > .status-item {
    font-size: 0.8em;
    font-weight: lighter;
}
.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;
}

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