zoukankan      html  css  js  c++  java
  • Chrome Firefox 自定义背景色

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

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

    对于Firefox  下载 User Styles插件可以实现相同功能
    再附加更多样式  有CSDN bnblog ITEye的博文底色
    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*/

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

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

  • 相关阅读:
    pytorch的常用接口、操作、注意事项
    pytorch 中conv1d操作
    NLP基本知识点和模型
    深度学习基础理论知识
    对交叉验证的理解
    阅读深度学习论文的一些技巧
    机器学习和深度学习入门总结
    架构思考-业务快速增长时的容量问题
    系统梳理一下锁
    稳定性五件套-限流的原理和实现
  • 原文地址:https://www.cnblogs.com/cart55free99/p/3539874.html
Copyright © 2011-2022 走看看