1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*隱藏已經消音的噗*/
.muted {filter:alpha(opacity=10); opacity:0.1; zoom:1;}
.muted:hover {filter:alpha(opacity=100); opacity:1; zoom:1;}


/*原噗者的回應*/
.list .highlight_owner .td_qual a
{
color:#111 !important;
text-decoration:none;
}
.list .highlight_owner .plurk_cnt tr {}
.list .highlight_owner .plurk_cnt,
.list .highlight_owner .plurk_cnt:hover
{
background:#ec8 !important;
border-radius:0px;
border-bottom:1px solid #ba6 !important;
}
.list .highlight_owner .plurk_cnt .text_holder
{
color:#111 !important;
}
.list .highlight_owner .plurk_cnt a:hover {}