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 | /*河道框框*/ .block_cnt .plurk_cnt { background: rgba(255,255,255,0.8) !important; border: 0 !important; border-bottom: 1px solid rgba(204,187,187,0.2) !important; border-radius: 5px; transition: background 0.6s ease; } .block_cnt .plurk_cnt .block_cnt .link_extend .plurk_cnt { background: rgba(255,255,255,0.9) !important; border-bottom: 1px solid rgba(204,187,187,0.2) !important; box-shadow: 0 2px 4px rgba(0,0,0,0.2); transition: box-shadow 0.1s ease, background 0.6s ease; border-radius: 5px; } .block_cnt .plurk_box .plurk_cnt, .mini_form, .info_box { background: rgba(255,255,255,0.9) !important; border: 0 !important; border-bottom: 1px solid rgba(204,187,187,0.2) !important; } .block_cnt .plurk_box .plurk_cnt { border-bottom: 0 !important; border-radius: 5px 5px 0px 0px !important; } .list .plurk_cnt /*展開後的回應區*/ { background: none !important; transition: background 0.7s ease-out; border-radius: 5px !important; } .list .plurk_cnt:hover { background: rgba(137,137,137,0.2) !important; transition: background 0.3s ease-in; border-radius: 5px !important; } .plurk_box { border-radius: 5px !important; background: rgba(255,255,255,0.01) !important; } .mini_form { border-radius: 0px 0px 5px 5px !important; } .list /*浪上的噗友圖*/ div.p_img /*去除圖片底框線*/ { border: 0 !important; } div.p_img img /*圖片*/ { border: 0 !important; padding: 0px; background: none !important; border-radius: 5px !important; } |
Direct link: https://paste.plurk.com/show/1kuunUknD92H8PYbVGJz