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 | /*回應區表符鈕*/ .plurk_box .icons_holder .pif-emoticon { content: url(圖片網址); height: 48px; /*圖片高度*/ width: 48px; /*圖片寬度*/ } /*回應區表符鈕:滑鼠移至*/ .plurk_box .icons_holder .pif-emoticon:hover { content: url(圖片網址); height: 48px; /*圖片高度*/ width: 48px; /*圖片寬度*/ } /*回應區分享鈕*/ .plurk_box .icons_holder .pif-media { content: urll(圖片網址); height: 48px; /*圖片高度*/ width: 48px; /*圖片寬度*/ } /*回應區分享鈕:滑鼠移至*/ .plurk_box .icons_holder .pif-media:hover { content: urll(圖片網址); height: 48px; /*圖片高度*/ width: 48px; /*圖片寬度*/ } |
Direct link: https://paste.plurk.com/show/6OXrXnB2nn57IKlz1vhe