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
/*訊息標籤設定*/

#filter_tab a.off_tab {
color: #FFFFFF;/*字色.白*/
border:0 !important;/*寬度0*/
!background-color:#ffffff;/*背景顏色,取消*/
text-decoration: none;/*文字底線,取消*/
background: transparent /*背景透明*/
}/*所有連結標籤外觀 */

#filter_tab a.off_tab:hover {
color: #000000;/*字色.黑*/
border:0 !important;/*寬度0*/
!background-color:#ffffff;/*背景顏色,取消*/
background: transparent;
text-decoration: none;/*文字底線,取消*/
}/*滑鼠移過標籤*/

#filter_tab a.filter_selected {
border:0 !important;/*寬度0*/
color:#000000;/*字體顏色.黑*/
letter-spacing: 0px;/*文字間隔*/
background: transparent;
text-decoration: none;/*文字底線,取消*/
}/*選中的按鈕標籤*/
#filter_tab a.filter_selected:hover {}/*已經選中的標籤按鈕標籤,滑鼠劃過*/