以BlueSky為模板
TOC
目錄
頁面定制 CSS 代碼
.forFlow p {
margin-bottom:0px;
}
.esa-post-signature {
padding: 12px 24px 12px 30px;
margin-top: 15px;
margin-left: 5px;
border-left-width: 4px;
font-size: 15px;
line-height: 2;
border-left-style: solid;
background-color: #f8f8f8;
position: relative;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
border-left-color: #2D8CF0;
z-index: 1;
}
.esa-post-signature:before {
content: "!";
background-color: #2D8CF0;
position: absolute;
top: 25px;
left: -12px;
color: #fff;
width: 20px;
height: 20px;
border-radius: 100%;
text-align: center;
line-height: 20px;
font-weight: 700;
font-size: 14px;
}
/*隱藏廣告*/
#site_nav_under {
display:none;
}
.c_ad_block,.ad_text_commentbox {
display:none;
margin:0;
padding:0;
}
#ad_under_google {
height:0;
overflow:hidden;
}
#ad_under_google a {
display:none;
}
#ad_t2 {
display:none;
}
#under_post_news {
display:none;
}
頁腳 HTML 代碼
<script type="text/javascript">
var url = window.location.href;
$(function(){
//設置簽名
$('#MySignature .chuchu >a').attr("href", url);
$('#MySignature .chuchu >a').html(url);
});
</script>
簽名
簽名設置方式參考基礎篇
總結
- 添加了去廣告
- 添加簽名