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
/*名字換行*/
.list .plurk_cnt .td_qual {
position:absolute;
width:auto;
overflow:visible;
margin: 0 0.7em;
}
.list .plurk_cnt .text_holder {
display: inline-block;
padding:0.5em 1em;
margin: 1.5em 1em 0;
width:auto !important;
border-radius:16px;
}

/*回應邊距調整*/
.response .td_cnt {
padding: 2px 3px 5px 0;
}

.response .plurk_cnt {background-color: transparent;}

/*對話框尾巴樣式和位置*/
.list .plurk_cnt .text_holder::after {
content:"";
position:absolute;
border-style: solid;
border-width: 7px 5px;
height: 0px;
width: 0px;
left:3px;
top:-2px;
border-color: transparent;
}

/*噗主對話框尾巴位置*/
.list .highlight_owner .plurk_cnt .text_holder::after {
left: auto;
right:3px;
}

/*噗主留言靠右*/
.plurk.response.highlight_owner {
text-align: right;
}

/*噗主暱稱靠右*/
.list .highlight_owner .td_qual {
right: 3px;
}