美化cnblogs博客园通用设置

美化推荐及反对

设置推荐及反对按钮在页面右下角浮动显示,屏蔽反对按钮。

/* 推荐及反对 */
#div_digg {
    padding: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0;
    border: 0px solid #D9DBE1;
    background-color: #FFFFFF;
    opacity: 0.8;
    width: 46px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid red;
}
/* ignore反对 */
.buryit {
    display: none;
}

屏蔽广告

/* adblock */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}

增加打赏按钮

<script src="http://static.tctip.com/tctip-1.0.0.min.js"></script>
  <script>  
  new tctip({
    top: '20%',
    button: {
      id: 9,
      type: 'dashang',
    },
    list: [      {        type: 'alipay',        qrImg: 'https://files.cnblogs.com/files/liutongqing/zfb30.bmp'      }, {        type: 'wechat',        qrImg: 'https://files.cnblogs.com/files/liutongqing/wx30.bmp'      }    ]
  }).init()
  </script>

posted @ 2020-04-12 11:50  洪豆豆的记录  阅读(164)  评论(0编辑  收藏  举报