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