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
/* 噗調整 */

/*噗本體*/
.cboxAnchor:not(.response) .plurk_cnt {
border-radius: 8px;
}

/*噗文邊界*/
.cboxAnchor:not(.response) .tr_cnt {
display: block;
margin: 10px;
max-width: 430px;
}

/*噗文暱稱*/
.cboxAnchor:not(.response) .td_qual {
display: inline-block;
position: relative;
top: 2px;
left: 35px;
}
.name {
font-size: 1.1em;
font-weight: 800;

}
/*噗文大頭貼*/
.td_img {
position: absolute;
top: 10px;
left: 13px;
z-index: 100;
}
.p_img img {
border-radius: 50%;
width: 25px;
height: 25px;
}