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 | /*浪上噗背景*/ .plurk_cnt, .link_extend .plurk_cnt, .plurk_box .plurk_cnt, .response_box, .mini_form { background: rgba(255,255,255,0.7) !important; border: 0 !important; transition: background 0.8s ease; } .plurk_box { background: rgba(255,255,255,0.01) !important; border: 0 !important; transition: background 0.8s ease; } /*浪上噗圓角*/ .plurk_cnt, .response_box, .plurk_box, .mini_form { border-radius: 6px !important; } /*滑鼠移至的浪上噗*/ .plurk_cnt:hover { background: rgba(255,255,255,1) !important; transition: background 0.7s ease; border-radius: 6px !important; } /*展開後的回應區*/ .list .plurk_cnt { background: none !important; transition: background 0.8s ease; border-radius: 6px !important; } .list .plurk_cnt:hover { background: rgba(255,255,255,0.9) !important; transition: background 0.8s ease; border-radius: 6px !important; } |
Direct link: https://paste.plurk.com/show/0JCX3iJv0p4xTfoEzocu