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
/*隱藏推文連結*/
.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;
}


/*-----隱藏轉噗連結-----*/

.replurk
{
display : none;
height:0 !important;
width:0 !important;
overflow:hidden;_overflow:none;
position:fixed;
top:-9000px;
}