1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*置頂圖釘替換*/
.pinned_plurk_icon {
font-size: 0px;/*把「圖釘」圖樣大小設為0=不見*/
/*width、height依據要放上的新圖片大小設定*/
width: 49px;
height: 195px;
/*調整位置(還有right、bottom等等可用)*/
position: absolute; /*絕對定位*/
top: 5px;
left: -15px;
/* https://images.plurk.com/5OQauCVaOL4CfJJXAm6nuK.gif */
background:url( https://images.plurk.com/5OQauCVaOL4CfJJXAm6nuK.gif );
background-repeat: no-repeat;
}