1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
✦置頂圖釘語法✦

/*置頂圖釘替換*/
.pinned_plurk_icon {
font-size: 0px;/*把「圖釘」圖樣大小設為0=不見*/
background:url(圖片網址) no-repeat ;
width: 50px; /*新圖片寬度*/
height: 74px; /*新圖片高度*/
position: absolute; /*絕對定位*/
top: 15px;
left: -15px;
}

✧單人版本尺寸請設定:width 50px/height 74px
✧三人版本尺寸請設定:width 50px/height 185px
✧四人版本尺寸請設定:width 50px/height 240px
✧五人版本尺寸請設定:width 50px/height 300px