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
/*==========噗內icon語法==========*/
/*---XANXUS噗內icon語法---*/
/*-- 繪者 yuyu161031--*/
/*--來源https://www.plurk.com/p/op9c9w--*/

/*編輯按鈕(未點選狀態)*/
._lc_ .manager .edit{
content: url(https://i.imgur.com/kom5WDs.gif) !important;
}
/*編輯按鈕(滑鼠移至)*/
._lc_ .manager .edit:hover{
content: url(https://i.imgur.com/PLtZ12i.gif) !important;
}

/*消音按鈕(未點選狀態)*/
.manager .mute-off{
content: url(https://i.imgur.com/LcxyVHh.gif) !important;
}
/*消音按鈕(滑鼠移至)*/
.manager .mute-off:hover{
content: url(https://i.imgur.com/Ixn3r1u.gif) !important;
}
/*消音按鈕(已點選狀態)*/
.manager .mute-on{
content: url(https://i.imgur.com/1M0uRqQ.gif) !important;
}

/*轉噗按鈕(未點選狀態)*/
.manager .replurk-off{
content: url(https://i.imgur.com/wdezQ2V.gif) !important;
}
/*轉噗按鈕(滑鼠移至)*/
.manager .replurk-off:hover{
content: url(https://i.imgur.com/i5k7NfD.gif) !important;
}
/*轉噗按鈕(已點選狀態)*/
.manager .replurk-on{
content: url(https://i.imgur.com/UR55yKy.gif) !important;
}

/*喜歡按鈕(未點選狀態)*/
.manager .like-off{
content: url(https://i.imgur.com/FNQRGOp.gif) !important;
}
/*喜歡按鈕(滑鼠移至)*/
.manager .like-off:hover{
content: url(https://i.imgur.com/fnK3ggg.gif) !important;
}
/*喜歡按鈕(已點選狀態)*/
.manager .like-on{
content: url(https://i.imgur.com/xdlKCxT.gif) !important;
}

/*書籤按鈕(未點選狀態)*/
.manager .mark-off{
content: url(https://i.imgur.com/ogfNFtf.gif) !important;
}
/*書籤按鈕(滑鼠移至)*/
.manager .mark-off:hover{
content: url(https://i.imgur.com/YjVSPt7.gif) !important;
}
/*書籤按鈕(已點選狀態)*/
.manager .mark-on{
content: url(https://i.imgur.com/Uh4KGQv.gif) !important;
}

/*噗幣按鈕*/
.manager >a.gift{
content: url(https://i.imgur.com/jQUsxdu.gif) !important;
}
/*噗幣按鈕(滑鼠移至)*/
.manager >a.gift:hover{
content: url(https://i.imgur.com/WJkXcxW.gif) !important;
}

/*編輯按鈕(背景透明)*/
._lc_ .manager .edit {
background-color: rgba(255, 255, 255, 0) !important;
}
/*消音按鈕(背景透明)*/
.manager .mute {
background-color: rgba(255, 255, 255, 0) !important;
}
/*轉噗按鈕(背景透明)*/
.manager .replurk{
background-color: rgba(255, 255, 255, 0) !important;
}
/*喜歡按鈕(背景透明)*/
.manager .like{
background-color: rgba(255, 255, 255, 0) !important;
}
/*書籤按鈕(背景透明)*/
.manager .mark-off:hover{
background-color: rgba(255, 255, 255, 0) !important;
}
/*噗幣按鈕(背景透明)*/
.manager >a.gift{
background-color: rgba(255, 255, 255, 0) !important;
}