1
2
3
4
5
6
7
8
9
10
11
/*置頂圖釘替換*/
.pinned_plurk_icon {
font-size: 10px;
width: 50px;
height: 96px;
top: 10px;/*位置自行調整*/
left: 0px;/*位置自行調整*/
-webkit-filter: drop-shadow(0px 0px 0px rgb(0, 0, 0, 0));/*增加陰影*/
background:url(網址.gif);
background-repeat: no-repeat;
}