1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* 兔寶回應數 */

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

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

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