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
/* 4人趴趴 無回應數 */

/* 對話框參考:https://www.plurk.com/p/ogg8nj */
/* 謝林趴趴回應數 ver.2.0 */

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

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
color:red;
position: absolute;
width:103px; /*調整大小 最大206*/
height:32px; /*調整大小 最大64*/
right:35px; /*調整位置左右*/
top:-30px; /*調整位置上下*/
background-image:url(圖片網址); /*在這替換圖片*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

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

#dynamic_logo{
top: 0;
}