1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*噗內暱稱和回應分行*/
.list .plurk_cnt .td_qual /*暱稱區*/
{
overflow:visible;
position:absolute;
width:auto;
}
.list .plurk_cnt .td_cnt .text_holder /*內容區*/
{
margin-left:1em;
margin-top:2em;
margin-bottom:1em;
padding:0.5em;
width:auto !important;
}

/*噗主回應*/
.list .highlight_owner .td_qual a {color:#FF6FB6 !important; } /*噗主暱稱*/
.list .highlight_owner .td_cnt {background-color:#FFF0F5; } /*噗主回應的背景顏色*/