1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*置頂噗左側-五悠玫瑰花-中文版*/
.pinned_plurk_icon:after{
content:"";
color:red;
position: absolute;
width:67px; /*對應圖片尺寸 不要調整*/
height:58px; /*對應圖片尺寸 不要調整*/
left: -85px; /*負數越大越左邊*/
top:-7px; /*負數越大越高*/
background-image:url(https://images.plurk.com/1aTzr3Y0Jn5SzIcaabNMUV.gif); /*圖片網址*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}



/*置頂噗左側-五悠玫瑰花-英文版*/
.pinned_plurk_icon:after{
content:"";
color:red;
position: absolute;
width:58px; /*對應圖片尺寸 不要調整*/
height:50px; /*對應圖片尺寸 不要調整*/
left: -75px; /*負數越大越左邊*/
top:-7px; /*負數越大越高*/
background-image:url(https://images.plurk.com/3spotJT5iB6jv779xgTivU.gif); /*圖片網址*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}