- UID
- 178613
- 帖子
- 521
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2009-2-8
|
14#
发表于 2009-7-11 07:09
| 只看该作者
html, body {
background-color: #555555 !important;
}
body > div[class^="doc"], body > div[class^="page"], body > div[id^="doc"], body > div[id^="page"] {
background-color: #555555 !important;
} |
|