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
32
/* 趴趴回應數_只套用特定帳號 ver.3.0 */

.cboxAnchor[data-type="plurk"]>table{
position: relative;
}

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
position: absolute;
width:70px;
height:46px;
right: 24px;
top:-46px;
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

/* 特定帳號_改uid數字就好_有幾個就複製幾個_這裡以兩個帳號為例 */

.cboxAnchor[data-uid="特定帳號1"]>table::before{
background-image:url(https://images.plurk.com/4kLbreCQ0GTG2dAZpVUHGL.gif); /* 可替換圖片 */
}

.cboxAnchor[data-uid="特定帳號2"]>table::before{
background-image:url(圖片網址); /* 可替換圖片 */
}

.timeline-cnt{
position:relative;
margin-top: 20px; /* 增加數字避免讓最上面的趴趴撞到上面的bar */
}