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 | /* ========================= */ /* 頭貼下的 icon */ /* 喜歡 icon */ .plurk_icon.favorite_icon { color: rgba(246, 220, 218, 0.0) !important; } .plurk_icon.favorite_icon:after { content: ""; display: inline-block; width: 15px !important; height: 19px !important; background: url(https://emos.plurk.com/5a21a79f849e7da34b76b11dd35144f9_w14_h19.png) no-repeat; } /* 噗幣 icon */ .plurk_icon.coin img { display: none; } .plurk_icon.coin:after { content: ""; display: inline-block; width: 15px !important; height: 19px !important; background: url(https://emos.plurk.com/71dabf3af735a8f83d57d791e1948853_w14_h19.png) no-repeat; } /* 書籤 icon */ .plurk_icon.bookmark_icon { color: rgba(246, 220, 218, 0.0) !important; } .plurk_icon.bookmark_icon:after { content: ""; display: inline-block; width: 15px !important; height: 19px !important; background: url(https://emos.plurk.com/31f6fc97efe242d2d8e9fa481a7c38bd_w14_h19.png) no-repeat; } /* 轉噗 icon 改色 */ .plurk_icon.pif-replurk-circle { color: rgba(246, 220, 218, 0.0) !important; } .plurk_icon.pif-replurk-circle:after { content: ""; display: inline-block; width: 15px !important; height: 19px !important; background: url(https://emos.plurk.com/c1f72fdeedba0ff6fdf6bf3d43485f22_w14_h19.png) no-repeat; background-size: contain; } /* ========================= */ /* 噗文按鈕 */ /* 喜歡按鈕 */ .manager .like-off { content: url(https://emos.plurk.com/5a21a79f849e7da34b76b11dd35144f9_w14_h19.png); background-color: transparent !important; } .manager .like-off:hover { content: url(https://emos.plurk.com/4b22ca3849e9c494378eb77b653163d1_w14_h19.png); background-color: transparent !important; } .manager .like-on { content: url(https://emos.plurk.com/4b22ca3849e9c494378eb77b653163d1_w14_h19.png); background-color: transparent !important; } /* 轉噗按鈕 */ .manager .replurk-off { content: url(https://emos.plurk.com/dbadde6ed23adace388bc983d6a6cf04_w14_h19.png); } .manager .replurk-off:hover { content: url(https://emos.plurk.com/46729b51759a619a42631850611cae47_w14_h19.png); background-color: transparent !important; } .manager .replurk-on { content: url(https://emos.plurk.com/dbadde6ed23adace388bc983d6a6cf04_w14_h19.png); background-color: transparent !important; } /* 消音按鈕 */ .manager .mute-off { content: url(https://emos.plurk.com/5a7e25717e8d2862f030a417571d61af_w14_h19.png); } .manager .mute-off:hover { content: url(https://emos.plurk.com/67ed54ef861a6c72c60612c37c7eae29_w14_h19.png); background-color: transparent !important; } .manager .mute-on { content: url(https://emos.plurk.com/67ed54ef861a6c72c60612c37c7eae29_w14_h19.png); background-color: transparent !important; } /* 書籤按鈕 */ .manager .mark-off { content: url(https://emos.plurk.com/31f6fc97efe242d2d8e9fa481a7c38bd_w14_h19.png); } .manager .mark-off:hover { content: url(https://emos.plurk.com/35a0aac48403dcdfc980f02f8698d1ca_w14_h19.png); background-color: transparent !important; } .manager .mark-on { content: url(https://emos.plurk.com/35a0aac48403dcdfc980f02f8698d1ca_w14_h19.png); background-color: transparent !important; } /* 噗幣按鈕 */ .manager > a.gift { content: url(https://emos.plurk.com/0c13a5d829f6843de8c87728ac613078_w14_h19.png); } .manager > a.gift:hover { content: url(https://emos.plurk.com/71dabf3af735a8f83d57d791e1948853_w14_h19.png); background-color: transparent !important; } /* ========================= */ /* 滾輪圖示設定 */ /* 滾動條整體透明 */ ::-webkit-scrollbar { width: 19px; background: transparent; } /* 滾動條滑塊,預設圖片 */ ::-webkit-scrollbar-thumb { border-radius: 0; background-image: url(https://emos.plurk.com/5a21a79f849e7da34b76b11dd35144f9_w14_h19.png); background-repeat: no-repeat; background-color: transparent; } /* 滑鼠移入滑塊時換另一張圖片 */ ::-webkit-scrollbar-thumb:hover { background-image: url(https://emos.plurk.com/8693d6fe0356ceaa972f38062a164d24_w14_h19.png); background-color: transparent; } |
Direct link: https://paste.plurk.com/show/14aUnxSvqYLwhxQX3ArS