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
75
76
/*喜歡按鈕(未點選狀態)*/
._lc_ .manager .like-off{
content: url(https://images.plurk.com/7ApZQarACsCgXtI9CTIui.gif );
}
/*喜歡按鈕(滑鼠移至)*/
._lc_ .manager .like-off:hover{
content: url(https://images.plurk.com/6XsjhBXUAFoW2VbHSr1mOG.gif );
}
/*喜歡按鈕(已點選狀態)*/
._lc_ .manager .like-on{
content: url(https://images.plurk.com/6Wv9ltpae649eOhbQAR1W.gif );
}

/*轉噗按鈕(未點選狀態)*/
._lc_ .manager .replurk-off{
content: url(https://images.plurk.com/37bnxJfpS2MBbwAvPmXR7s.gif );
}
/*轉噗按鈕(滑鼠移至)*/
._lc_ .manager .replurk-off:hover{
content: url(https://images.plurk.com/6p8m7Jn4m2GUXHj80yXnZ2.gif );
}
/*轉噗按鈕(已點選狀態)*/
._lc_ .manager .replurk-on{
content: url(https://images.plurk.com/3m2g6woa1yQByxZupNXWrz.gif );
}

/*消音按鈕(未點選狀態)*/
._lc_ .manager .mute-off{
content: url(https://images.plurk.com/2jCqNldTJPiX4hijGHofFk.gif );
}
/*消音按鈕(滑鼠移至)*/
._lc_ .manager .mute-off:hover{
content: url(https://images.plurk.com/3zI7laEknWw6r0L1IPEw1b.gif );
}
/*消音按鈕(已點選狀態)*/
._lc_ .manager .mute-on{
content: url(https://images.plurk.com/47lkPXfsyud1t6AiiTZWg1.gif );
}

/*書籤按鈕(未點選狀態)*/
._lc_ .manager .mark-off{
content: url(https://images.plurk.com/28uoXEaOwQlOpDwoYdGtpm.gif );
}
/*書籤按鈕(滑鼠移至)*/
._lc_ .manager .mark-off:hover{
content: url(https://images.plurk.com/1EwpJ3CRikhWzJbAU4qLND.gif );
}
/*書籤按鈕(已點選狀態)*/
._lc_ .manager .mark-on{
content: url(https://images.plurk.com/d29FVZdIqpWkVnozxsHqx.gif );
}

/*噗幣按鈕*/
._lc_ .manager >a.gift{
content: url(https://images.plurk.com/2GlAqITwBPWbz7nmkEfK0c.gif );
}
/*噗幣按鈕(滑鼠移至)*/
._lc_ .manager >a.gift:hover{
content: url(https://images.plurk.com/7pfIXAT2UZd1GjrUOlRaip.gif );
}
/*icon滑鼠移至透明背景*/
.manager .mute-off:hover {
background-color: rgba(255, 255, 255, 0) !important;
}
.manager .replurk-off:hover{
background-color: rgba(255, 255, 255, 0) !important;
}
.manager .like-off:hover{
background-color: rgba(255, 255, 255, 0) !important;
}
.manager .mark-off:hover{
background-color: rgba(255, 255, 255, 0) !important;
}
.manager >a.gift:hover{
background-color: rgba(255, 255, 255, 0) !important;
}