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 | /** 河道高度**/ #timeline_holder {height:750px !important;} /**主控台**/ div#plurk-dashboard { width:1000px; height:500px !important; } /** 噗**/ /* 噗的最小高度 */ div[id^="plurk_cnt_"] { min-height: 4em;} /* 回覆數量 */ .td_response_count span { font-size: 14px; background-color: rgba(0, 0, 0, 0.3);} /* 未讀噗的回覆數量 */ .new .response_count { color: yellow;} /*噗首內文:新訊息*/ .timeline-cnt .plurk_cnt[class*="new"] { background-color: rgba(255, 255, 255, 1); } /*噗的未讀回應數*/ .timeline-cnt .new .response_count { background-color: rgba(255, 255, 255, 0.4); color: #ffffff; } /* 噗浪訊息區塊半透明*/ .plurk_cnt, {filter: alpha(opacity=90); opacity:0.9; -moz-opacity:0.9; zoom:1;} /*數值可自行修改,透明為0,不透明為1*/ /*噗浪訊息區塊加圓角*/ .plurk_cnt {border-radius: 6px;} .response_box{margin-top:-6px; padding-top:6px} /*6px這個數值可修改但要統一*/ /*頻道的未讀數字*/ #filter_tab a .unread_generic { background-color: rgba(0, 0, 0, 0.4); } /*更新的未讀數字*/ #updater .unread_generic { background-color: rgba(0, 0, 0, 0.4); } /*時間軸的時間*/ .bottom_start { background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0); } /*時間軸的線*/ #bottom_line { background-color: rgba(255, 255, 255, 0.2); } /*資訊區全區底圖*/ div#plurk-dashboard { background: rgba(255,255,255,0.85) !important; background: #FFF; filter:alpha(opacity=0.85) !important;opacity:0.85 !important;zoom:1; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; border: 8px solid #ccc; } /*資訊區各區底圖*/ div.dash-segment .segment-content { background:none !important; min-height:50px; padding:15px 10px 5px; margin: 0px 5px 0px; } /*卡碼資訊區整體*/ .dash-segment-stats .segment-content { display: none; } /*發噗鈕顏色*/ .submit_img_color { background-color: #3a3131;} /*徽章隱藏*/ #plurk-dashboard .dash-segment-award { display: none;} /*加長噗浪訊息長度*/ div.list{height:400px !important;} /*開噗廣告消失*/ #resp_banner_ads.show {height: 0;} /*私噗按鈕*/ .friend_man.private_plurk {display: none;} |
Direct link: https://paste.plurk.com/show/Ch4mZcbJEy7kaWk38Tld