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
/*隱藏分享連結*/
.manager .replurk
{
font-size:0px !important;
filter:alpha(opacity=0) !important;
-moz-opacity:0 !important;
opacity:0 !important;
height:0 !important;
width:0 !important;
overflow:hidden;
zoom:1;
}


/*隱藏推文連結*/
.manager .promote
{
font-size:0px !important;
filter:alpha(opacity=0) !important;
-moz-opacity:0 !important;
opacity:0 !important;
height:0 !important;
width:0 !important;
overflow:hidden;
zoom:1;
}
/*將首頁連結隱藏起來*/
#top_bar
{
margin-left:-55px;
}

/*隱藏選舉肥皂箱*/
ul#toggle_tab {
width: 200px !important;
overflow: hidden !important;
height: 29px !important;
}