1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/*隱藏往前往後圖示*/
.cmp_arrow_right, .cmp_back_to_today {filter: alpha(opacity=0); opacity: 0; zoom:1;}

/*隱藏已消音的噗*/
.muted{filter:alpha(opacity=0);opacity:0;height:0 !important;width:0 !important;overflow:hidden;zoom:1;} 

/*隱藏下雪*/
.snowflake{display:none;}

/* 隱藏轉噗按鈕 */
#plurk_cnt.pif-replurk {display: none !important;}

/* 隱藏給噗幣按鈕 */
.pif-bone.gift {display: none !important;}

/* 隱藏朋友與粉絲區 -- */
 #dash-friends-pics,   #dash-fans-pics {
min-height: 0px; height: 0px; overflow: hidden;}