博客园界面css优化(待续)

 
博客已经迁移至  萌萌的IT人 ,谢谢支持

--------------------------------------------------

ps:不知道会不会遭到博客园的封杀

第一步:去广告

第二步:回到顶部

第一步:去广告

因为文章最下方的广告的div的id为ad_under_post_holder下的 google_ad_c1google_ad_c2

所以 在自定义CSS代码定制代码页面风格里面添加

#ad_under_post_holder #google_ad_c1,#google_ad_c2{  display: none !important;}

第二步:回到顶部

详细信息参照https://github.com/markgoodyear/scrollup

本人例子在 css代码定制加上

#scrollUp {
 bottom
:  20px;
 right
:  20px;  
 width
:  38px;
 height
:  38px;
 background
:  url(https://raw.github.com/markgoodyear/scrollup/master/img/top.png) no-repeat;
}

 在页脚Html代码(因为jq自带,所用用jq异步记载js)

<script type="text/javascript">

$.getScript("https://raw.github.com/markgoodyear/scrollup/master/js/jquery.scrollUp.min.js",function(){$(function(){
  $.scrollUp({
    scrollText: ''
  });
});})
</script>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值