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
/*新回應的底色*/
.plurk_box td .shade_6, td .shade_6, .plurk_box td .shade_5, td .shade_5,
.plurk_box td .shade_4, td .shade_4, .plurk_box td .shade_3, td .shade_3,
.plurk_box td .shade_2, td .shade_2, .plurk_box td .shade_1, td .shade_1
{
background: #fff !important;
}
.plurk.new .plurk_cnt
{
box-shadow: 0px 0px 4px rgba(8,8,8,0.3);
border-bottom: 1px solid rgba(4,5,6,0.3) !important;
border-right: 1px solid rgba(4,5,6,0.2) !important;
}

/*回應數*/
.dots .inner { display : none !important; }
.response_count { color: #444 !important; background: none !important; margin-left: 4px !important; filter: alpha(opacity=70); opacity: 0.7; zoom:1; }
.new .response_count
{
background: #cc0000 !important;
border: 1px solid #cc0000 !important;
color: #fff !important;
border-radius: 4px;
padding: 1px 2px 2px 3px !important;
box-shadow: 2px 1px 3px rgba(0,0,0,0.2);
text-shadow: 0px 0px 0px #ddd;
text-decoration: ; /*blink*/
}