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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | /*新回應的底色*/ .plurk_box td .shade_6, td .shade_6, .plurk_box td .shade_5, td .shade_5, .plurk_box td .shade_4, td .shade_4, .plurk_box td .shade_3, td .shade_3, .plurk_box td .shade_2, td .shade_2, .plurk_box td .shade_1, td .shade_1 { background: #fff !important; } .plurk.new .plurk_cnt { box-shadow: 0px 0px 4px rgba(8,8,8,0.3); border-bottom: 1px solid rgba(4,5,6,0.3) !important; border-right: 1px solid rgba(4,5,6,0.2) !important; } /*回應數*/ .dots .inner { display : none !important; } .response_count { color: #444 !important; background: none !important; margin-left: 4px !important; filter: alpha(opacity=70); opacity: 0.7; zoom:1; } .new .response_count { background: #44617b !important; ← border: 1px solid #44617b !important; ← 改這兩個地方的色碼可以變更未讀顏色 color: #fff !important; border-radius: 4px; padding: 1px 2px 2px 3px !important; box-shadow: 2px 1px 3px rgba(0,0,0,0.2); text-shadow: 0px 0px 0px #ddd; text-decoration: ; /*blink*/ } /*河道上得的噗透明度變化*/ #timeline_holder .p_img, #timeline_holder .plurk_cnt { filter: alpha(opacity=60); opacity: 0.6; zoom:1; ←滑鼠移上去前 box-shadow: 2px 2px 4px rgba(0,0,0,0.1); } #timeline_holder div.link_extend .p_img, #timeline_holder .link_extend .plurk_cnt, #plurk_responses ul.responses li:hover { filter: alpha(opacity=80); opacity: 0.8; zoom:1; ←滑鼠移上去後 -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; } #timeline_holder div.plurk_box .p_img, #timeline_holder .plurk_box .plurk_cnt { filter: alpha(opacity=100); opacity: 1; zoom:1; ←將噗點開來以後 } /*河道上的噗圓角*/ .plurk_cnt { -khtml-border-radius: 5px; ← -moz-border-radius: 5px; ← -webkit-border-radius: 5px; ←數值越大圓角越圓,三個要同時改 } /*語言字型*/ body.language-large-font{font-size:11px !important; font-family:微軟正黑體; } /*藏朋友*/ #dash-friends-pics {height:0px;overflow:hidden;} /*藏粉絲*/ #dash-fans-pics {height:0px;overflow:hidden;} /*隱藏主頁面loading圖*/ #div_loading .cnt {opacity:.0;} /*隱藏噗浪生物*/ #dynamic_logo ,#logo img {filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; } img#creature { filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; } /*隱藏每噗loading圖*/ .loading {opacity:.0;} /*隱藏往前往後箭頭*/ .browse_button {filter: alpha(opacity=0); opacity: 0; zoom:1;} /*隱藏時間區*/ .div_bottom{filter: alpha(opacity=0); opacity: 0; zoom:1;} /*下面那條白線*/ #bottom_line {background:none;} /*發文按鈕顏色*/ .submit_img_color {background: #5b7e91;} /*河道上新訊息進來的背景色黃色修改*/ .plurk_cnt.new6, .plurk_cnt.new5, .plurk_cnt.new4, .plurk_cnt.new3, .plurk_cnt.new2, .plurk_cnt.new1{background:#ebf6f7;} ←改這裡的色碼 /*河道上的暱稱顏色*/ .td_qual span a, .td_qual span a:hover, #timeline_cnt .name, a.user-nick, a.user-nick:hover { font-size: 12px !important; color: #000 !important; ←改這裡的色碼 font-weight: bold !important; text-decoration: none !important; letter-spacing: 0.03em; border-bottom: 0 !important; } |
Direct link: https://paste.plurk.com/show/2319159