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
闇表太鼓佈景小物件語法
從下面開始複製 ↓

/** 右上角物件樣式 */
.cboxAnchor[data-type="plurk"]:before {
position: absolute;
content: '';
top: -95px;
right: -45px;
width: 200px;
height: 133px;
background-image: url(https://images.plurk.com/44Su2HRWunTcEWIWc1MJOP.png );
background-size: contain;
background-repeat: no-repeat;
z-index: 1;
}

/** 回應數文字樣式 */
.response_count {
color: #7b488c !important;
position: relative;
background-color: transparent !important;
padding: 0 !important;
margin: 0 !important;
right: -50%;
top: -2px;
z-index: 2;
}
.new .response_count {
color: #D9006C !important;
background-color: transparent !important;
}
.td_response_count>a {
position: absolute;
padding: 0 !important;
margin: 0 !important;
height: 13px;
text-align: center;
vertical-align: middle;
top: -30px;
right: 53px;
font-size: 12px;
}

/** 噗文樣式 */
.plurk_cnt {
}
.plurk.cboxAnchor {
}
.plurk_cnt {
width: 340px;
padding: 2px 12px;
}
.link_extend .plurk_cnt,
.response .plurk_cnt {
width: 100%;
}
.plurk_cnt .td_qual {
display: block;
width: 100%;
padding: 2px 5px;
}
.plurk_cnt .td_cnt {
display: block;
width: 100%;
padding: 2px 5px;
}

/** 河道樣式 */
.timeline-holder {
margin-top: 100px;
}