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 | 修改噗浪按鈕圖片&滑鼠移至上面時顯示背景底色 /*編輯按鈕*/ ._lc_ .manager .edit{ content: url(圖片網址); } /*編輯按鈕(滑鼠移至)*/ ._lc_ .manager .edit:hover{ content: url(圖片網址); } /*編輯背景底色(滑鼠移至)*/ ._lc_ .manager .edit:hover{ background: #色碼 !important; } /*喜歡按鈕(未點選狀態)*/ ._lc_ .manager .like-off{ content: url(圖片網址); } /*喜歡按鈕(OFF滑鼠移至)*/ ._lc_ .manager .like-off:hover{ content: url(圖片網址); } /*喜歡按鈕(ON滑鼠移至)*/ ._lc_ .manager .like-on:hover{ content: url(圖片網址); } /*喜歡按鈕(已點選狀態)*/ ._lc_ .manager .like-on{ content: url(圖片網址 ); } /*喜歡背景底色(滑鼠移至)*/ ._lc_ .manager .like:hover{ background: #色碼 !important; } /*消音按鈕(未點選狀態)*/ ._lc_ .manager .mute-off{ content: url(圖片網址); } /*消音按鈕(OFF滑鼠移至)*/ ._lc_ .manager .mute-off:hover{ content: url(圖片網址); } /*消音按鈕(ON滑鼠移至)*/ ._lc_ .manager .mute-on:hover{ content: url(圖片網址); } /*消音按鈕(已點選狀態)*/ ._lc_ .manager .mute-on{ content: url(圖片網址 ); } /*消音背景底色(滑鼠移至)*/ ._lc_ .manager .mute:hover{ background: #色碼 !important; } /*轉噗按鈕(未點選狀態)*/ ._lc_ .manager .replurk-off{ content: url( 圖片網址); } /*轉噗按鈕(OFF滑鼠移至)*/ ._lc_ .manager .replurk-off:hover{ content: url( 圖片網址); } /*轉噗按鈕(ON滑鼠移至)*/ ._lc_ .manager .replurk-on:hover{ content: url(圖片網址); } /*轉噗按鈕(已點選狀態)*/ ._lc_ .manager .replurk-on{ content: url(圖片網址); } /*轉噗背景底色(滑鼠移至)*/ ._lc_ .manager .replurk:hover{ background: #色碼 !important; } /*書籤按鈕(未點選狀態)*/ ._lc_ .manager .mark-off{ content: url(圖片網址 ); } /*書籤按鈕(OFF滑鼠移至)*/ ._lc_ .manager .mark-off:hover{ content: url(圖片網址); } /*書籤按鈕(ON滑鼠移至)*/ ._lc_ .manager .mark-on:hover{ content: url(圖片網址); } /*書籤按鈕(已點選狀態)*/ ._lc_ .manager .mark-on{ content: url(圖片網址); } /*書籤背景底色(滑鼠移至)*/ ._lc_ .manager .mark:hover{ background: #色碼 !important; } /*噗幣按鈕*/ ._lc_ .manager >a.gift{ content: url(圖片網址); } /*噗幣按鈕(滑鼠移至)*/ ._lc_ .manager >a.gift:hover{ content: url(圖片網址); } /*噗幣按鈕背景底色(滑鼠移至)*/ ._lc_ .manager >a.gift:hover{ background: #色碼 !important; } /*展開其餘功能*/ ._lc_ .manager .option{ content: url(圖片網址); } /*展開其餘功能背景底色(滑鼠移至)*/ ._lc_ .manager .option:hover{ background: #色碼 !important; } |
Direct link: https://paste.plurk.com/show/Eth4Q9LfVMTh083jxKy5