1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | /* 噗文上的愛心圖案位置 */ .plurk_icon.favorite_icon { margin: 0px 0 0 0px; } .plurk_icon.favorite_icon { margin-left: 0px; } /* 隱藏原本的愛心圖案*/ .plurk_icon.favorite_icon > img { display: none !important; } /*替換*/ .plurk_icon.favorite_icon::before { content: url(圖片網址); } .pif-like-circle:after /*噗首喜歡訊息標示icon背景*/ { width: 0px; height: 0px; background: #000 !important; /*背景顏色*/ border-radius: 20px; /*圓角-左上 右上 右下 左下*/ margin: 0px 0px 0px 0px; /*外邊界-上 右 下 左*/ } |
Direct link: https://paste.plurk.com/show/t4fScn5VKEtgfUa7SAZr