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
/**======== Create by Plurk CSS Generator ========**/
/**== https://hoshikata.github.io/PlurkCSSGenerator ==**/
/*發噗區偷偷說鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-anynomous:hover {
opacity: 0;
}
/*卡碼資訊區整體*/
.dash-segment-stats .segment-content {
opacity: 0;
}
/*卡碼資訊區整體:滑鼠移至*/
.dash-segment-stats .segment-content:hover {
opacity: 0;
}
/*卡碼區*/
.dash-stats-karma {
display: none;
}
/*卡碼*/
#karma {
opacity: 0;
}
/*好友區整體*/
.dash-segment-friends .segment-content {
display: none;
}
/*紛絲區整體*/
.dash-segment-fans .segment-content {
display: none;
}