1
2
3
4
5
6
7
8
/*隱藏統計表格單一項目(只隱藏數字,自己看得到)*/
/*人氣指數最後面的width是調整無數字時的寬度用*/
/*人氣指數*/ #plurk-dashboard:not(.own) #profile_views { content:url(); width:100px; }
/*成功募集人數*/ #plurk-dashboard:not(.own) #profile_views ~ td { content:url(); }
/*Plurks*/ #plurk-dashboard:not(.own) #plurks_count { content:url(); }
/*回應數*/ #plurk-dashboard:not(.own) #response_count { content:url(); }
/*註冊日期*/ #plurk-dashboard:not(.own) #join_date { content:url(); }
/*上次登入*/ #plurk-dashboard:not(.own) #last_visit { content:url(); }