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 | /**主控台**/ div#plurk-dashboard { width:900px; height:100px !important; left:100px; position:fixed; } /*隱藏頁尾*/ #footer {filter:alpha(opacity=0) !important; opacity:0 ;display: none;} /*發噗鈕顏色*/ .submit_img_color { background-color: #3a3131;} /*徽章隱藏*/ #plurk-dashboard .dash-segment-award { display: none;} /**主控台**/ /*個人資料區整體*/ .dash-segment-profile .segment-content { background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.6); } /*卡碼資訊區整體*/ .dash-segment-stats .segment-content { display: none; } /*卡碼區*/ .dash-stats-karma { display: none; } /*好友區整體*/ .dash-segment-friends .segment-content { display: none; } /*紛絲區整體*/ .dash-segment-fans .segment-content { display: none; } /*私噗按鈕*/ .friend_man.private_plurk { display: none; } /*時間軸的時間*/ .bottom_start { background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0); } /*時間軸的線*/ #bottom_line { background-color: rgba(255, 255, 255, 0.3); } /** 河道高度**/ #timeline_holder {height:700px !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;} /* 噗浪訊息區塊半透明*/ .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這個數值可修改但要統一*/ |
Direct link: https://paste.plurk.com/show/fRNwyFAaMCSXf6iBiBKi