返回列表 发帖
这个很简单,找到 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;}

TOP

返回列表