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
/*頭貼內收*/
.td_img {
position: absolute;
top: 8px;
left: 8px;
z-index: 100;
}

/*暱稱內收*/
.timeline-cnt .plurk_cnt .td_qual {
display: inline-block;
position: relative;
top:6px; left: 30px;
}

/*噗首內收(配合暱稱內收)*/
.block_cnt .cboxAnchor:not(.response) .td_cnt {
display: block;
margin-top: 10px;
margin-left: 35px;
padding-right: 55px;
}

/*噗首icon*/
.pinned_plurk_icon { left: 0px; top: -20px;}/*置頂icon*/
.plurk_icon { top: -16px; transform: translateX(-15px);}/*其他icon*/
.plurk_icon.coin { top: 20px; transform: translateX(20px);}/*噗幣icon*/

/*更改行距*/
.plurk_cnt { line-height:150%;}

/*噗首寬度固定&對應調整*/
.block_cnt .plurk table { min-width: 345px !important; }
.text_holder { min-width: 100% !important; }
.plurk .tr_cnt { min-width: 400px !important; min-height: 35px; }