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;
     }
    

    原文

  • 相关阅读:
    Leetcode Unique Binary Search Trees
    Leetcode Decode Ways
    Leetcode Range Sum Query 2D
    Leetcode Range Sum Query
    Leetcode Swap Nodes in Pairs
    Leetcode Rotate Image
    Leetcode Game of Life
    Leetcode Set Matrix Zeroes
    Leetcode Linked List Cycle II
    CF1321A
  • 原文地址:https://www.cnblogs.com/brady-wang/p/14283402.html
Copyright © 2011-2022 走看看