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
/** 右上角物件樣式 */
.cboxAnchor[data-type="plurk"]:before {
    position: absolute;
    content: '';
    top: -134px;
    right: -14px;
    width: 113px;
    height: 170px;
    background-image: url(https://i.imgur.com/ZJ8ytDJ.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

/** 回應數文字樣式 */
.response_count {
    position: relative;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    right: -50%;
    top: -2px;
    z-index: 2;
}
.new .response_count {
    color: #FB0047 !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: 300px;
    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;
}