- UID
- 375096
- 帖子
- 2
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2013-10-10
|
6#
发表于 2013-11-18 21:14
| 只看该作者
这个很简单,找到 TW 下的 Custom.css(我的是win7, 在 D:\Program Files (x86)\TheWorld6\TheWorld6\User Data\Default\User StyleSheets 下)
这个文件是空的,把下面的代码放进去就OK了(可能需要重启浏览器)
其中的 #后面的字是16进制RGB值,可以改。
body {background-color:#C7EDCC !important;}
div {background-color:#C7EDCC !important;}
table {background-color:#C7EDCC !important;}
td {background-color:#C7EDCC !important;}
a:link {color:#000000!important;}
a:visited {color:#00FF00!important;}
a:hover {color:#0000FF!important;background:#00EE00!important;}
a:active {color:#FF0000!important;background:#00EE00!important;} |
|