首页 > 其他 > 详细

Chrome Firefox 自定义背景色

时间:2014-02-07 23:33:41      阅读:589      评论:0      收藏:0      [点我收藏+]

Chrome有个自定义背景色的文件  Custom.css

默认里面什么字都没写
html, body {background-color: #e0dcc0!important;}     
这个颜色是我最喜欢的豆沙色  也就是 224 220 192
 
文件位置在哪儿呢?
对于XP
C:\Documents and Settings\系统用户名\Local Settings\Application Data\Google\Chrome\User Data\Default\User StyleSheets
对于win7
C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets
对于MacOS
/Users/ririn/Library/Application Support/Google/Chrome/Default/User StyleSheets

对于Firefox  下载 User Styles插件可以实现相同功能
再附加更多样式  有CSDN bnblog ITEye的博文底色
bubuko.com,布布扣
html, body {background-color: #e0dcc0!important;} 
html, body {font-size:100%} 
div.post {background-color: #e0dcc0!important;} 
div.main {background-color: #e0dcc0!important;}
div#content  {background-color: #e0dcc0!important;}
div.showBox  {background-color: #e0dcc0!important;}
div.WB_feed {background-color: #e0dcc0}
div.blog_main{background-color: #e0dcc0!important;}
DIV.iteye-blog-content-contain{background-color: #e0dcc0!important;}
TEXTAREA#source.goog-textarea {background-color: #e0dcc0!important;}
div.p_content{background-color: #e0dcc0!important;}/*tieba*/
DIV.j_lzl_c_b_a.core_reply_content{background-color: #e0dcc0!important;}/*tieba*/
div.entry-content{background-color: #e0dcc0!important;}/*howtodoinJava*/
bubuko.com,布布扣

 后来发现User Styles不能用了  ...  改用user style manager 这个插件吧

http://grssam.com/2012/10/user-style-manager-v1-0/

Chrome Firefox 自定义背景色

原文:http://www.cnblogs.com/cart55free99/p/3539874.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!