1
2
3
4
5
6
7
8
9
10
11
/*置頂圖釘*/
.pinned_plurk_icon {
font-size: 0px;
width: 31px;
height: 48px;
top: 13px;/*位置自行調整*/
left: 13px;/*位置自行調整*/
-webkit-filter: drop-shadow(0px 1px 1px rgb(0, 0, 0, 0.3));/*增加陰影*/
background:url(https://emos.plurk.com/d7c92058c1f7ef5691f438b64dc56af6_w31_h48.gif);
background-repeat: no-repeat;
}