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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*表符鈕*/
.dash-segment-post .icons_holder .pif-emoticon {
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*表符鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-emoticon:hover{
font-size: 0px;
background: url(圖片網址) no-repeat;
}


/*分享鈕*/
.dash-segment-post .icons_holder .pif-media {
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*分享鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-media:hover {
font-size: 0px;
background: url(圖片網址) no-repeat;
}


/*同步鈕*/
.dash-segment-post .icons_holder .pif-sync {
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*同步鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-sync:hover{
font-size: 0px;
background: url(圖片網址) no-repeat;
}


/*偷偷說鈕*/
.dash-segment-post .icons_holder .pif-anynomous {
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*偷偷說鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-anynomous:hover {
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*投票鈕*/
.dash-segment-post .icons_holder .pif-poll {
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*投票鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-poll:hover {
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*私人鈕*/
.dash-segment-post .icons_holder .pif-privacy{
font-size: 0px;
background: url(圖片網址) no-repeat;
}

/*私人鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-privacy:hover {
font-size: 0px;
background: url(圖片網址) no-repeat;
}