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
/*噗浪小icon更換-puddingway */

/*喜歡按鈕(未點選狀態)*/
._lc_ .manager .like-off{
content: url(https://images.plurk.com/5DJxogWnxCKZLVsj2Mckb3.gif);
}
/*喜歡按鈕(滑鼠移至)*/
._lc_ .manager .like-off:hover{
content: url(https://images.plurk.com/6Hs0IyijoG801M12X82dnU.gif);
}
/*喜歡按鈕(已點選狀態)*/
._lc_ .manager .like-on{
content: url(https://images.plurk.com/NMWN4RU0fXcRmOzHcJoEl.gif);
}
/*消音按鈕(未點選狀態)*/
._lc_ .manager .mute-off{
content: url(https://images.plurk.com/iFOPMbwiZuppO9eTI4AK3.gif);
}
/*消音按鈕(滑鼠移至)*/
._lc_ .manager .mute-off:hover{
content: url(https://images.plurk.com/1tkou5NOTuPMCfPgyu0S8B.gif);
}
/*消音按鈕(已點選狀態)*/
._lc_ .manager .mute-on{
content: url(https://images.plurk.com/F8PenruhDuqtSHe907SJy.gif);
}
/*書籤按鈕(未點選狀態)*/
._lc_ .manager .mark-off{
content: url(https://images.plurk.com/6i0upbllU2lU4Dn4i946o4.gif);
}
/*書籤按鈕(滑鼠移至)*/
._lc_ .manager .mark-off:hover{
content: url(https://images.plurk.com/29qAc6t788xGqkfMg27FvQ.gif);
}
/*書籤按鈕(已點選狀態)*/
._lc_ .manager .mark-on{
content: url(https://images.plurk.com/4XhAe8junxnzlww6Qzb7c3.gif);
}
/*轉噗按鈕(未點選狀態)*/
._lc_ .manager .replurk-off{
content: url(https://images.plurk.com/zWfZhLPpAIS915426JPOS.gif);
}
/*轉噗按鈕(滑鼠移至)*/
._lc_ .manager .replurk-off:hover{
content: url(https://images.plurk.com/25joMXXxk9sBfivkqPSQGi.gif);
}
/*轉噗按鈕(已點選狀態)*/
._lc_ .manager .replurk-on{
content: url(https://images.plurk.com/7mx6z3ZRH9WLAH4jfHTaqW.gif);
}
/*噗幣按鈕*/
._lc_ .manager >a.gift{
content: url(https://images.plurk.com/2VMdKtnTlg9zyKdmV38J0Q.gif);
}
/*噗幣按鈕(滑鼠移至)*/
._lc_ .manager >a.gift:hover{
content: url(https://images.plurk.com/6yfvjeo6LDQJrfY9dL9yth.gif);
}