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 | /* ======== 發噗按鈕顏色 - 不論發語詞 ======== */ .submit_img { background: #FAA; color: #D33; } /* ======== 發噗按鈕顏色 - 全部套用一樣的文字顏色 ======== */ /* 文字顏色 */ .submit_img { color: #000; } /* :(自由發揮) */ .submit_img_color { background: #FF574D; } /* 玩 */ .submit_img.q_plays { background: #fd7387; } /* 買 */ .submit_img.q_buys { background: #ff9481; } /* 賣 */ .submit_img.q_sells { background: #ff5129; } /* 愛 */ .submit_img.q_loves { background: #cc0100; } /* 喜歡 */ .submit_img.q_likes { background: #f2192d; } /* 分享 */ .submit_img.q_shares { background: #c65454; } /* 討厭 */ .submit_img.q_hates { background: #111111; } /* 想要 */ .submit_img.q_wants { background: #84964d; } /* 期待 */ .submit_img.q_wishes { background: #5cb27a; } /* 需要 */ .submit_img.q_needs { background: #3aa46e; } /* 已經 */ .submit_img.q_has { background: #468281; } /* 打算 */ .submit_img.q_will { background: #ae60b1; } /* 希望 */ .submit_img.q_hopes { background: #e28ee1; } /* 問 */ .submit_img.q_asks { background: #7c58a4; } /* 好奇 */ .submit_img.q_wonders { background: #4c6391; } /* 覺得 */ .submit_img.q_feels { background: #4d99cd; } /* 想 */ .submit_img.q_thinks { background: #6ca5ce; } /* 畫 */ .submit_img.q_draws { background: #47b2b1; } /* 正在 */ .submit_img.q_is { background: #ff7932; } /* 說 */ .submit_img.q_says { background: #e88d43; } /* 吃 */ .submit_img.q_eats { background: #ff8d06; } /* 寫 */ .submit_img.q_writes { background: #efab07; } /* 偷偷說 */ .submit_img.q_whispers { background: #32007e; } /* ======== 發噗按鈕顏色 - 文字顏色分開設定 ======== */ /* :(自由發揮) */ .submit_img_color { background: #FF574D; color: #FFF; } /* 玩 */ .submit_img.q_plays { background: #fd7387; color: #FFF; } /* 買 */ .submit_img.q_buys { background: #ff9481; color: #FFF; } /* 賣 */ .submit_img.q_sells { background: #ff5129; color: #FFF; } /* 愛 */ .submit_img.q_loves { background: #cc0100; color: #FFF; } /* 喜歡 */ .submit_img.q_likes { background: #f2192d; color: #FFF; } /* 分享 */ .submit_img.q_shares { background: #c65454; color: #FFF; } /* 討厭 */ .submit_img.q_hates { background: #111111; color: #FFF; } /* 想要 */ .submit_img.q_wants { background: #84964d; color: #FFF; } /* 期待 */ .submit_img.q_wishes { background: #5cb27a; color: #FFF; } /* 需要 */ .submit_img.q_needs { background: #3aa46e; color: #FFF; } /* 已經 */ .submit_img.q_has { background: #468281; color: #FFF; } /* 打算 */ .submit_img.q_will { background: #ae60b1; color: #FFF; } /* 希望 */ .submit_img.q_hopes { background: #e28ee1; color: #FFF; } /* 問 */ .submit_img.q_asks { background: #7c58a4; color: #FFF; } /* 好奇 */ .submit_img.q_wonders { background: #4c6391; color: #FFF; } /* 覺得 */ .submit_img.q_feels { background: #4d99cd; color: #FFF; } /* 想 */ .submit_img.q_thinks { background: #6ca5ce; color: #FFF; } /* 畫 */ .submit_img.q_draws { background: #47b2b1; color: #FFF; } /* 正在 */ .submit_img.q_is { background: #ff7932; color: #FFF; } /* 說 */ .submit_img.q_says { background: #e88d43; color: #FFF; } /* 吃 */ .submit_img.q_eats { background: #ff8d06; color: #FFF; } /* 寫 */ .submit_img.q_writes { background: #efab07; color: #FFF; } /* 偷偷說 */ .submit_img.q_whispers { background: #32007e; color: #FFF; } |
Direct link: https://paste.plurk.com/show/pZKaVfM9c8iudXoL4Kvu