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
35
36
37
38
39
40
41
42
43
44
45
46
/*調整分類按扭*/
#filter_tab,
#filter_tab a,
#filter_tab a.off_tab,
#filter_tab a.off_tab:hover,
#filter_tab a.filter_selected,
#filter_tab a.filter_selected:hover{
height: 25px;
margin-top: 6px;
margin-left: 20px;
position: relative;
top:-142px;
left:-25px;
}
#filter_tab a {
background: #00000080;
color: #FFFFFF;
border:#ffffffb3 2px solid;
}
.unread #alert_beacon, .unread_generic {
background-color: #000000e6;
}
._lc_ #filter_tab {
filter: alpha(opacity=0) !important;
opacity: 1!important;
zoom: 1;
}
#updater .item a {
background: #00000080;
color: #FFFFFF;
border:#ffffffb3 2px solid;
}
#filter_tab a:hover {
background: #000;
color: #FFF;
border: #000 2px solid;
}
#updater {
white-space: nowrap;
left: -20px;
}
#updater .item a:hover {
background: #000;
color: #FFF;
border: #000 2px solid;
}