1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
讓噗浪好讀

/* 讓訊息列表換行和加底色 */
.list .plurk_cnt .td_qual
{
position: absolute;
width: auto;
overflow: visible;
}
.list .plurk_cnt .td_cnt .text_holder
{
margin-top: 1.5em;
padding: 0.4em;
width: auto !important;
background: #; /*底色*/
margin-left: 1.0em;
}

/*原噗者的回應*/
.list .highlight_owner .td_cnt
{
background-color:#; /*回覆內容背景色*/
}