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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/* 趴趴回應數_已讀顯示 */
.cboxAnchor[data-type="plurk"] >table{
position: relative;
}

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

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

/* 已讀氣泡框 */

.response_count{
position: relative;
top:-30px;
left:-11px;
border:5px solid transparent;
border-radius:30px;
background-color:#F9F9F9;
font-size: 10px;
text-align:center;
z-index:100;
width:100%;
height:100%;
min-width:25px;
max-height:20px;
color:#878787;
line-height:8px;
font-family:微軟正黑體 !important;
}
/* 已讀尾巴 */

.response_count::after {
content:"";
position:absolute;
left:4px;
top:10px;
border-color: #F9F9F9 transparent transparent #F9F9F9;
border-style: solid solid solid solid;
border-width: 5px 5px;
height: 0px;
width: 0px;
}
------------------------------------------------------------
/* 趴趴回應數_只有未讀顯示 */
#timeline_cnt,
.block_cnt {
overflow-y: visible !important;
}
.div_inner {
height: auto !important;
position: absolute;
top: 0;
bottom: 0;
}

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

.cboxAnchor.new[data-type="plurk"] >table::before{
content:"";
color:red;
position: absolute;
width:120px;
height:200px;
right: 36px;
top:-68px;
background-image:url(https://images.plurk.com/7m50tqbSYz3B0t6Fw1MKKe.gif); /* 可替換圖片 */
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

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

/* 新回應氣泡框 */

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

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

.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: #fb0047 transparent transparent #fb0047;
}

#dynamic_logo{
top: 0;
}