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
33
34
35
36
37
38
/* 謝林趴趴回應數 ver.2.0 */

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

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
color:red;
position: absolute;
width:70px;
height:46px;
right: 50px;
top:-33px;
background-image:url(https://images.plurk.com/298lWRmjNzCOMrs5RtOx54.gif); /*可替換圖片*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

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

/* 新回應氣泡框尾巴 */

.new .response_count::after {
content:"";
position:absolute;
left:4px;
top:10px;
border-style: solid solid solid solid;
border-width: 5px 5px;
height: 0px;
width: 0px;
border-color: #F5AF00 transparent transparent #F5AF00;
}