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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*表符鈕*/
.dash-segment-post .icons_holder .pif-emoticon {
font-size: 0px;
}

/*表符鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-emoticon:hover{
font-size: 0px;
}

/*分享鈕*/
.dash-segment-post .icons_holder .pif-media {
font-size: 0px;
}

/*分享鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-media:hover {
font-size: 0px;
}

/*同步鈕*/
.dash-segment-post .icons_holder .pif-sync {
font-size: 0px;
}

/*同步鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-sync:hover {
font-size: 0px;
}

/*偷偷說鈕*/
.dash-segment-post .icons_holder .pif-anynomous {
font-size: 0px;
}

/*偷偷說鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-anynomous:hover {
font-size: 0px;
}

/*私人鈕*/
.dash-segment-post .icons_holder .pif-privacy {
font-size: 0px;
}

/*私人鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-privacy:hover {
font-size: 0px;
}




/*按扭區圖片*/
.icons_holder{
background: url(圖片網址) no-repeat;
background-position: 0px 0px; /*位置調整*/
}