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
/*表符鈕*/
.dash-segment-post .icons_holder .pif-emoticon {
font-size: 0px;
background: url(https://images.plurk.com/T0kFSO4MKbohQxw4VZWXR.png) no-repeat;
}

/*表符鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-emoticon:hover{
font-size: 0px;
background: url(https://images.plurk.com/7BAkIg9zE2sQG60DmZX4Mz.png) no-repeat;
}
/*分享鈕*/
.dash-segment-post .icons_holder .pif-media {
font-size: 0px;
background: url(https://images.plurk.com/6OMs067evGQwi3ZBeq2MW.png) no-repeat;
}

/*分享鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-media:hover {
font-size: 0px;
background: url(https://images.plurk.com/23IOUBuk3rIs0l2h1YEBCW.png) no-repeat;
}
/*同步鈕*/
.dash-segment-post .icons_holder .pif-sync {
font-size: 0px;
background: url(https://images.plurk.com/6qYMaN1aQJFAlvc8LYSPec.png) no-repeat;
}

/*同步鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-sync:hover{
font-size: 0px;
background: url(https://images.plurk.com/5O2zLqKSTKPNLsjowhNRK5.png) no-repeat;
}

/*偷偷說鈕*/
.dash-segment-post .icons_holder .pif-anynomous {
font-size: 0px;
background: url(https://images.plurk.com/2BiVIMnRxCSTseDLK1fDTK.png) no-repeat;
}

/*偷偷說鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-anynomous:hover {
font-size: 0px;
background: url(https://images.plurk.com/GAJ5VIankcjxT6AWHtK6N.png) no-repeat;
}

/*私人鈕*/
.dash-segment-post .icons_holder .pif-privacy{
font-size: 0px;
background: url(https://images.plurk.com/YlU07lzWjknFJjmvlnjW9.png) no-repeat;
}

/*私人鈕:滑鼠移至*/
.dash-segment-post .icons_holder .pif-privacy:hover {
font-size: 0px;
background: url(https://images.plurk.com/CE76kUbsgk2TWXpSCmlJo.png) no-repeat;
}