zoukankan      html  css  js  c++  java
  • 自定义推荐央视

    /*文章内图片*/
     #cnblogs_post_body p img {
         margin:10px;
     }
     /*顶一下*/
     .diggnum {
         font-size:28px;
         color:#6DA47D;
         font-family:'Microsoft Yahei';
     }
     #div_digg{
          0;
         height: 0;
     }
     .diggit{
         position: fixed;
         border-radius: 5px;
         padding: 20px;
         right: 76px;
         bottom: 10px;
         border: solid 1px #ddd;
         z-index: 200;
         box-shadow: 0 0 16px 2px #ddd;
          140px;
         height: 230px;
         background: #fff url(https://images0.cnblogs.com/blog2015/708426/201508/172356420975864.gif) no-repeat 16px 0;
         background-size: 120px 120px;
     }
     .diggnum{
     display: inline-block;
     background: url(https://images0.cnblogs.com/blog2015/708426/201508/180024347697620.gif) no-repeat;
      100px;
     height: 100px;
     background-size: 200px 100px;
     margin-top: 100px;
     font-size: 50px;
     color: #6DA47D;
     font-family: 'Microsoft Yahei';
     }
     .diggnum:hover{
     background-position-x: -100px;
     }
     /*踩一下(园友反映,这个有点“邪恶”,呵呵,其实是我没来得及设计这个背景图片,就暂时把它隐藏了……可以去掉这句话)*/
     .buryit {
         display:none;
     }
     .diggword {
         display:none;
     }
     /*green_channel*/
     #green_channel {
         text-align:right;
         background: #2a2927; /*#6DA47D;*/
         padding-left:20px;
         font-weight:normal;
         font-size:15px;
         920px;
         border:none;
         color:#fff;
         padding:20px;
         border-radius:4px;
     }
     /*最新评论*/
     #myposts .PostList {
         font-size:14px;
         line-height:24px;
         margin:10px 0;
         padding:20px;
         background:#F2F2F2;
         box-shadow:0 0 5px #aaa;
     }
     #myposts .postTitl2 a {
         color:#6DA47D;
     }
     /*广告 不该这么做,我会努力点点其他页面看到的广告
        ad_t2  推荐新闻
        under_post_kb 最新知识库文章
        under_post_news 最新IT新闻
     */
     #ad_t2, #cnblogs_c1, #cnblogs_c2, #under_post_kb, #under_post_news{
       display:none;
     }
    

    原文

  • 相关阅读:
    团队项目—第二次冲刺计划
    第一阶段冲刺总结
    团队绩效评估
    回复其他小组对我们的评价
    软件项目评价
    maven 之分模块构建web项目 及 聚合与继承特性
    Log4j 使用总结
    freemarker 总结
    freemarker入门 之 脱离容器实现hello word
    读取txt文件 统计“java”出现的次数(大小写不敏感)
  • 原文地址:https://www.cnblogs.com/brady-wang/p/14283402.html
Copyright © 2011-2022 走看看