Greasy Fork 还支持 简体中文。

wsmud_accessibility_color

武神传说(wsmud)无障碍配色,适用于色弱色盲群体。

2020-01-23 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

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_accessibility_color
@homepage    https://greasyfork.org/zh-CN/scripts/395561-wsmud-accessibility-color
@description 武神传说(wsmud)无障碍配色,适用于色弱色盲群体。
@author      mapleo
@namespace   https://greasyfork.org/zh-CN/scripts/395561-wsmud-accessibility-color
@version     1.0.0
==/UserStyle== */
@-moz-document domain("wsmud.com") {
html, body {
    font-family: "PingFang SC","FZPingXianYaSong-R-GBK","Source Han Sans SC","Microsoft YaHei",微软雅黑;
}
pre{
    font-size: 1.1em;
    font-family: "PingFang SC","FZPingXianYaSong-R-GBK","Source Han Sans SC","Microsoft YaHei",微软雅黑;
}
.tool-bar{
    font-family: "PingFang SC","Source Han Sans SC","Microsoft YaHei",微软雅黑;
}
.dialog{
    font-family: "PingFang SC","FZPingXianYaSong-R-GBK","Source Han Sans SC","Microsoft YaHei",微软雅黑;
}
.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_items {
	max-height: 120px;
}
.item-status-bar > .status-item {
	font-size: 0.6rem;
    transform: scale(0.833333);
    font-weight: lighter;
}
.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;
}
}