- UID
- 186358
- 帖子
- 1160
- 精华
- 0
- 贡献
- 0
- 推广
- 5
- 有效BUG
- 0
- 注册时间
- 2009-3-12
|
3#
发表于 2014-4-19 14:53
| 只看该作者
自行编辑custom.css文件即可,我用的“夜间模式”:(可能会造成某些页面显示不正常)- * {
- background-color: #333 !important;
- color: #ddd !important;
- box-shadow:none !important;
- border-color:#555 !important;
- text-shadow:none !important;
- }
- input{
- border: 1px solid #999 !important;
- }
- a{
- color:#0c0 !important;
- }
- text-decoration:none !important;
- }
- a:visited{color:#888 !important;}
- a:hover{
- color:#00FF03 !important;
复制代码 |
|