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
回應的顏色是以下函式內的background
.new .response_count {
background:#CF938E;
font-size:12px;
filter:alpha(opacity=90) ; -moz-opacity.9; opacity:.9;
padding:4px;
}

////本來完整的設定~ 其實還有一段整個修改紅背景的但好像沒作用
/*回應數*/
.response_count {
background:#85CFF4;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
filter:alpha(opacity=80) ; -moz-opacity.8; opacity:.8;
margin-left:6px;
padding:4px;
font-size:12px;
}
.new .response_count {
background:#CF938E;
font-size:12px;
filter:alpha(opacity=90) ; -moz-opacity.9; opacity:.9;
padding:4px;
}
.dots .inner {
background:#fff;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
filter:alpha(opacity=80) ; -moz-opacity.8; opacity:.8;
margin-left:5px;
}