1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*右上角像素:所有噗*/
.timeline-cnt .plurk_cnt:after {
position:absolute;
content:url(圖片網址);
top:0px; /*距離上方位置*/
right:0px; /*距離右側位置*/
}

/*右上角像素:河道主人的噗*/
.timeline-cnt .plurk[data-uid="你的UID"] .plurk_cnt:not(.pinned):after {
position:absolute;
content:url(圖片網址);
top:0px; /*距離上方位置*/
right:0px; /*距離右側位置*/
}

/*右上角像素:偷偷說*/
.timeline-cnt .plurk[data-uid="99999"] .plurk_cnt:not(.pinned):after {
position:absolute;
content:url(圖片網址);
top:0px; /*距離上方位置*/
right:0px; /*距離右側位置*/
}