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
/*噗首功能列_Kiara*/
._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/2fv0RvH4tzb62aPEFvsahw.gif);
}
._lc_ .manager .edit{
color: #FFF !important;
}
._lc_ .manager .edit:hover{
color: #3667A5 !important;
}

/*喜歡按鈕(未點選狀態)*/
._lc_ .manager .like-off{
content: url(https://images.plurk.com/3xxKqhqenR4aKn6b0B4ESa.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/6xGVHex7oG0OSzKhhbaXUK.gif);
}
/*喜歡按鈕(已點選狀態)*/
._lc_ .manager .like-on{
content: url(https://images.plurk.com/6xGVHex7oG0OSzKhhbaXUK.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/DSj8h50RLzo54QSBxtkec.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/6xBtNbfTqB3youu4PcQdld.gif);
}
/*轉噗按鈕(已點選狀態)*/
._lc_ .manager .replurk-on{
content: url(https://images.plurk.com/6xBtNbfTqB3youu4PcQdld.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/6InuYgt8s9huINfG9uHkYe.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/4XYTvPae6DC4gJYIGYSBzB.gif);
}
/*消音按鈕(已點選狀態)*/
._lc_ .manager .mute-on{
content: url(https://images.plurk.com/4XYTvPae6DC4gJYIGYSBzB.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/15gkur0VxnjPqndoIJIcZq.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/2QvfzEF3uO1gNKyQWfBrIu.gif);
}
/*書籤按鈕(已點選狀態)*/
._lc_ .manager .mark-on{
content: url(https://images.plurk.com/2QvfzEF3uO1gNKyQWfBrIu.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/7hjjluK5secPSG35sL6my2.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/iO8RAHiVvUGAwqLwH6KEP.gif);
}

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