1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*噗內資訊按鈕顏色:喜歡*/
.favorite_count { background:#FAA; color:#B00; }
.favorite_count:hover { background:#E88; color:#822; }
/*噗內資訊按鈕顏色:轉噗*/
.replurk_count { background:#FAA; color:#B00; }
.replurk_count:hover { background:#E88; color:#822; }
/*噗內資訊按鈕顏色:書籤*/
.bookmark_info { background:#FAA; color:#B00; }
.bookmark_info:hover { background:#E88; color:#822; }
/*噗內資訊按鈕顏色:私噗*/
.private_info { background:#FAA; color:#B00; }
.private_info:hover { background:#E88; color:#822; }