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 | /**主控台**/ div#plurk-dashboard { width:900px; height:100px !important; left:100px; position:fixed; } /*隱藏頁尾*/ #footer {filter:alpha(opacity=0) !important; opacity:0 ; } /** 河道高度**/ #timeline_holder {height:600px !important;} /* 河道留出上面位置放發噗的欄 */ .timeline-holder { height: calc(80% - 120px) !important; top: 120px;} /* 調整檢視訊息鈕位置 */ .timeline_control { bottom: 150px;} /** 發噗列**/ /* 發噗列移動到上方,透明度設為 1 */ .dash-group-form { position: fixed !important; float: none; top: 60px; left: 500px; width: 45% !important; opacity: 1;} /* 當滑鼠移動到發噗列上面,或者游標在輸入框的時候,透明度設為 1 */ .dash-group-form:hover, .dash-group-form:focus-within { opacity: 1; z-index: 5001;} /** 個人資料等欄位**/ /* 將個人資料等欄位往下移動,不然會凸出在河道下面 */ #dashboard_holder { top: 140px;} /** 噗**/ /* 噗的最小高度 */ 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這個數值可修改但要統一*/ /*發噗鈕顏色*/ .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); } |
Direct link: https://paste.plurk.com/show/kuPzsHocHcYpnduJuoWU