1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | !!!一定要配合重設語法使用!!! 重設語法:https://paste.plurk.com/show/SM3krmhEufmCZUxS9rll/ /* ==== 輸入區icon按鈕 - 設定開始 ==== */ /* 按鈕區 */ .icons_holder, ._lch_ ~ .pop-window .icons_holder { /* 按鈕顏色 */ color: #faa; /* 按鈕間隔 */ gap: 6px; /* 按鈕大小 */ font-size: 26px; } .icons_holder li:hover, ._lch_ ~ .pop-window .icons_holder li:hover { /* 按鈕指上時的顏色 */ color: #afa; } /* 按鈕區 - 小 */ .plurkForm.mini-mode .icons_holder, ._lch_ ~ .pop-window .mini_form .icons_holder { /* 按鈕間隔 */ gap: 4px; /* 按鈕大小 */ font-size: 16px; } /* ==== 輸入區icon按鈕 - 設定結束 ==== */ |
Direct link: https://paste.plurk.com/show/gRfI5iE7jkIiqu2VvfwC