PIXNET CSS3.png

PIXNET的廣告欄位,影響整體版面。使頁面繁雜,觀感不佳。這裡提供的CSS Code可以讓你的部落格更簡潔美觀

 

使用方法: 進入 "我的部落格後台" >> "樣式管理" >> "部落格CSS原始碼" >> 將下列代碼複製進最後一行即可

 

/*-----------------------------------------------阻擋廣告(推薦)-----------------------------------------------*/


/*-------------------刪除閒置三分鐘的廣告----------------*/
.modal-footer{display: none;}
.idle-adsense{display: none;}
.idle-related-posts{display: none;}
.modal-dialog{top: 50% !important; margin-top: -100px !important;}

/*-------------------隱藏側欄1-1(把廣告放進去就能隱藏廣告)----------------*/
#links-row-1 .box:nth-child(1){display: none !important;}

//第一個數為row1為側欄一,child(1)為第ㄧ格

/*-------------------刪除廣告----------------*/
#pixad3681d_iframe{display:none;}


/*-------------------刪除文章留言處廣告(第四則留言後方)----------------*/
#comment-text>div{display:none;}
#article-main .page {display:block!important}

 

 

/*-----------------------------------------刪除其他 使頁面更乾淨(選用)-----------------------------------------*/

 

/*-------------------刪除上方登入(舊版)----------------*/
.topbar-placeholder{display: none;}


/*-------------------刪除上方登入BAR新的2018----------------*/
.pixnavbar__top-bar {display:none !important}
.main-container {padding-top: 0px !important;}


/*-------------------刪除下方BAR----------------*/
.pixnet-happix-pilot__launcher-bar{display: none;}


/*-------------------訂閱特輯----------------*/
#web_push{display:none !important;}


/*-------------------刪除單篇人氣----------------*/
.author span{display: none}


/*-------------------刪除痞客邦登入集點----------------*/
.pixgame{display:none !important;}
.pixnet-happix-pilot__launcher-bubble__btn_happix_ufo {display:none !important;}
.pixnet-happix-pilot__launcher-bubble__noti_msg{display:none !important;}
.pixnet-happix-pilot__launcher-bubble__noti_msg-text{display:none !important;}
.pixnet-happix-pilot__launcher-bubble__noti_msg{display:none !important;}
.pixnet-happix-pilot__launcher-bubble__noti_container{display:none !important;}
.pixnet-happix-pilot__launcher-bubble__btn_close_alpha{display:none !important;}
.pixnet-happix-pilot__launcher-bar-desktop__wrapper action{display:none !important;}
.pixnet-happix-pilot__launcher-bar-desktop__function{display:none !important;}
.pixnet-happix-pilot__launcher-bar-desktop__collapse{display:none !important;}
.decoration{display:none !important;}


/*-------------------刪除全站熱搜----------------*/
.tag__main{display:none !important;}
.tag__header-title{display:none !important;}


/*-------------------刪除你可能有興趣的文章----------------*/
.pix-related-post{display:none;}

 

arrow
arrow
    文章標籤
    CSS
    全站熱搜
    創作者介紹
    創作者 Thragna 的頭像
    Thragna

    KKKKK

    Thragna 發表在 痞客邦 留言(0) 人氣()