1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/*置頂圖釘替換*/
.pinned_plurk_icon {
font-size: 0px;/*把「圖釘」圖樣大小設為0=不見*/
/*width、height依據要放上的新圖片大小設定*/
width: 48px;
height: 48px;
/*調整位置(還有right、bottom等等可用)*/
top: 30%;
left: 5%;
/*圖片網址、圖片在背景中的位置*/
background:
url(https://emos.plurk.com/7d42715d8f2a94d6d5e5e6d357819d79_w17_h25.gif),
url(https://emos.plurk.com/294912011b3929410d146a130cd50f5b_w17_h25.gif),
url(https://emos.plurk.com/b8f638f2753618f63c6672824e788540_w48_h48.gif);
background-position:0% 0% , 65% 0%, 0% 0%;
background-repeat: no-repeat,no-repeat,no-repeat; }