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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
漫才達康

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

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
color:red;
position: absolute;
width:57px;
height:38px;
right: 30px;
top:-36px;
background-image:url(https://images.plurk.com/6KwOlNnizpTYGtbFpDZRUa.png
); /*可替換圖片*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

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

.response_count{
position: relative;
top:-45px;
left:-10px;
border:5px solid transparent;
border-radius:30px;
background-color:#B8FEFF;
font-size: 10px;
text-align:center;
z-index:100;
width:100%;
height:100%;
min-width:25px;
max-height:20px;
color:#8f8f8f;
line-height:8px;
font-family:微軟正黑體 !important;
}

/* 未讀氣泡框 */

.new .response_count{
border:5px solid transparent;
background-color:#FFB8B8;
}