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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
/*噗首功能列_DEADBEATS*/
._lc_ div.manager a{
font-size: 10px !important;
}
._lc_ div.manager a:hover{
background: none !important;
}
/*編輯按鈕*/
._lc_ .manager .edit{
content: url(https://images.plurk.com/72zLdpf4HbJ6faRLNKloD4.gif);
}
._lc_ .manager .edit{
color: #FFF !important;
}
._lc_ .manager .edit:hover{
color: #3667A5 !important;
}

/*喜歡按鈕(未點選狀態)*/
._lc_ .manager .like-off{
content: url(https://images.plurk.com/gA7zp9KgxbPJIWZpARLxQ.gif);
}
._lc_ .manager .like-off{
color: #FFF !important;
}
._lc_ .manager .like-off:hover{
color: #E8443D !important;
}

/*喜歡按鈕(滑鼠移至)*/
._lc_ .manager .like-off:hover{
content: url(https://images.plurk.com/6BAfa9gFahnF7gwNfBIbdZ.gif);
}
/*喜歡按鈕(已點選狀態)*/
._lc_ .manager .like-on{
content: url(https://images.plurk.com/6BAfa9gFahnF7gwNfBIbdZ.gif);
}
._lc_ .manager .like-on{
color: #E8443D !important;
}
._lc_ .manager .like-on:hover{
color: #444 !important;
}

/*轉噗按鈕(未點選狀態)*/
._lc_ .manager .replurk-off{
content: url(https://images.plurk.com/1A8LxoqJwouEelOZLneMyg.gif);
}
._lc_ .manager .replurk-off{
color: #FFF !important;
}
._lc_ .manager .replurk-off:hover{
color: #45B03F !important;
}
/*轉噗按鈕(滑鼠移至)*/
._lc_ .manager .replurk-off:hover{
content: url(https://images.plurk.com/5bIZpEdI4SioaljKDScRNC.gif);
}
/*轉噗按鈕(已點選狀態)*/
._lc_ .manager .replurk-on{
content: url(https://images.plurk.com/5bIZpEdI4SioaljKDScRNC.gif);
}
._lc_ .manager .replurk-on{
color: #45B03F !important;
}
._lc_ .manager .replurk-on:hover{
color: #444 !important;
}

/*消音按鈕(未點選狀態)*/
._lc_ .manager .mute-off{
content: url(https://images.plurk.com/5DPXWQ2FLOWIMpSRe734DW.gif);
}
._lc_ .manager .mute-off{
color: #FFF !important;
}
._lc_ .manager .mute-off:hover{
!important;
}
/*消音按鈕(滑鼠移至)*/
._lc_ .manager .mute-off:hover{
content: url(https://images.plurk.com/1tLaQBDyT1uFFjaxOXFVTJ.gif);
}
/*消音按鈕(已點選狀態)*/
._lc_ .manager .mute-on{
content: url(https://images.plurk.com/13BauqZIWM6MU0szU3rvzD.gif);
}
._lc_ .manager .mute-on{
color: #000 !important;
}
._lc_ .manager .mute-on:hover{
color: #3667A5 !important;
}


/*書籤按鈕(未點選狀態)*/
._lc_ .manager .mark-off{
content: url(https://images.plurk.com/1jBVoL9N56BXJDDbGIVIMv.gif);
}
._lc_ .manager .bookmark.mark-off{
color: #FFF !important;
}
._lc_ .manager .bookmark.mark-off:hover{
color: #5ABAC5 !important;
}
/*書籤按鈕(滑鼠移至)*/
._lc_ .manager .mark-off:hover{
content: url(https://images.plurk.com/65aMreu59woM0SQ7kxPcqv.gif);
}
/*書籤按鈕(已點選狀態)*/
._lc_ .manager .mark-on{
content: url(https://images.plurk.com/65aMreu59woM0SQ7kxPcqv.gif);
}
._lc_ .manager .bookmark.mark-on{
color: #5ABAC5 !important;
}
._lc_ .manager .bookmark.mark-on:hover{
color: #444 !important;
}

/*噗幣按鈕*/
._lc_ .manager >a.gift{
content: url(https://images.plurk.com/154CUfqsuPSToyi4jAhWvy.gif);
}
._lc_ .manager .gift{
color: #FFF !important;
}
._lc_ .manager .gift:hover{
color: #3667A5 !important;
}
/*噗幣按鈕(滑鼠移至)*/
._lc_ .manager >a.gift:hover{
content: url(https://images.plurk.com/12P74x3UtNTPKaAnqbmhlo.gif);
}

/*展開其餘功能按鈕*/
._lc_ .manager .option:hover,
._lc_ .manager .option.popview-targeting{
color: #FFF !important;
}