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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 | /**主控台全域**/ #plurk-dashboard { line-height: 20px; color: rgba(136, 150, 215, 1); } /**主控台發噗區**/ /*發噗區位置調整*/ #plurk-dashboard .dash-group-form { position: fixed; width: 50%; } .dash-group-form { z-index: 999; bottom: -108px; left: 200px; min-width: 400px; margin: 0; padding: 0; transition: all 0.2s ease 1s; } .dash-group-form:hover { bottom: 0; transition-delay: 0s; } .dash-group-form::before { content: "▲"; position: absolute; display: block; top: -30px; left: 0%; width: 50px; height: 30px; margin: 0; padding: 5px; font-size: 20px; font-weight: 900; line-height: 20px; text-align: center; border-radius: 6px 6px 0 0; } /*發噗區背景*/ .dash-group-form .segment-content { background: none; } .dash-group-form { padding: 0 10px; border-radius: 0 6px 0 0; } /*輸入框過小*/ #input_small {min-height: 50px !important;} .plurk_cnt {border-radius: 6px;} .response_box{margin-top:-6px; padding-top:6px} .controller{ border-radius:0 0 6px 6px; } .qualifier{ background-color: rgba(136, 150, 215, 1); color:#ffffff; } /* 展開發噗區的三角形樣式 */ .dash-group-form::before { background-color: rgba(255, 255, 255, 0.9); /*背景*/ color: #ccc; /*字色*/ } /* 發噗區的背景顏色 */ .dash-group-form { background: rgba(255, 255, 255, 0.9); } /**左右主控台位移**/ #dashboard_holder { position: absolute; top: 0; left: 0; width: auto; max-width: none; min-width: auto; margin: 0; padding: 35px 0 0 0; } #dashboard_holder .dash-group-left, #dashboard_holder .dash-group-right { float: none; width: auto; max-width: 300px; } #dashboard_holder .dash-group-left .segment-content:nth-child(1) {border-top-right-radius: 10px;} #dashboard_holder .dash-group-right .dash-segment-fans .segment-content {border-bottom-right-radius: 10px;} /**主控台左右向左收縮**/ #dashboard_holder .dash-group-left, #dashboard_holder .dash-group-right { left: -100%; transition: all 1s ease 0.5s; } #dashboard_holder:hover .dash-group-left, #dashboard_holder:hover .dash-group-right {left: 0;} /*頭像位置突出*/ #dashboard_holder .dash-group-left .profile-pic { top: 10px; left: calc(100% + 20px); transition: all 1s ease 1.2s; } #dashboard_holder:hover .dash-group-left .profile-pic { left: 0; transition-delay: 0.5s; } /*指定發噗區時主控台不要彈出來*/ #dashboard_holder .dash-group-form:hover ~ [class*="dash-group"] {left: -100%;} #dashboard_holder .dash-group-form:hover + .dash-group-left .profile-pic { left: calc(100% + 10px); } /*主控台連結文字*/ #plurk-dashboard a { color: rgba(136, 150, 215, 1); } /*主控台連結文字*/ #plurk-dashboard a:hover { color: rgba(136, 150, 215, 0.5); } /*私噗按鈕*/ .friend_man.private_plurk { background-color: rgba(136, 150, 215, 1); color:#ffffff; } /*私噗按鈕:滑鼠移至*/ .friend_man.private_plurk:hover { background-color: rgba(136, 150, 215, 0.5); } /*送禮按鈕*/ .friend_man.send_gift { background-color: rgba(136, 150, 215, 1); color:#ffffff; } /**主控台左側**/ /*設定區*/ #dashboard_holder { --按鈕高度: 25px; --按鈕寬度: 100px; --按鈕區塊高度: 100px; --資訊與按鈕區寬度: 300px; --自介寬度: 400px; } #plurk-dashboard .dash-group-left {z-index: 999; padding-right: 0;} #plurk-dashboard .dash-group-left .segment-content {border-radius: 0;} /*頭像暱稱區*/ #plurk-dashboard .dash-group-left #dash-profile #full_name { margin-left: 120px; padding-top: 20px; font-weight: 600; } #plurk-dashboard .dash-group-left #dash-profile .profile-info {margin-left: 100px;} #plurk-dashboard .dash-group-left .profile-pic {margin-left: 3px;} /*自介區*/ #plurk-dashboard .dash-group-left #private_plurk {position: absolute;} #plurk-dashboard .dash-group-left .segment-content:nth-child(2) { margin-top:30px; max-height: 100vh; transition: all 2s ease; } #plurk-dashboard .dash-group-left #about_me::before { content: "♞"; display: block; width: 20px; margin: 1px 3px 10px 3px; padding: 5px 9px; font-size: 20px; line-height: 15px; text-align: center; color: transparent; } /**主控台右側**/ #plurk-dashboard .dash-group-right .dash-segment {float: none;} .dash-group-right {z-index: 998;} .dash-group-right .segment-content{ margin-top: 0; padding: 30px 10px 0; transition: all 1s ease; border-radius: 0; } .dash-group-right .segment-content:hover {max-height: 100vh;} /*隱藏統計區*/ #dash-stats, #karma_arrow, .link_arrow, .cmp_points-arrow,#dash-stats h3, #karma_div, #karma{ background-image: none; font-size:0px; color: #138e8b } div#dash-stats{ position: absolute; left: -50000px; } /*朋友粉絲區*/ /*送禮按鈕:滑鼠移至*/ .friend_man.send_gift:hover { background-color: rgba(136, 150, 215, 0.5); } /*友粉按鈕*/ #friend_managment, #fan_managment { position:absolute; bottom:5px; width:calc(11% - 15px); left:10px; } #friend_managment span, #fan_managment span { display:block; line-height:0; } /*好友按鈕*/ #dash-friends .friend_man { background-color: rgba(136, 150, 215, 1); color:#ffffff; } #dash-fans h2, #dash-friends h2 /*標題*/ { filter:alpha(opacity=0) !important;opacity: 0 !important;zoom:1; height:0px; overflow:hidden; } /*好友按鈕:滑鼠移至*/ #dash-friends .friend_man:hover { background-color: rgba(136, 150, 215, 0.5); } /*粉絲按鈕*/ #dash-fans .friend_man { background-color: rgba(136, 150, 215, 1); color:#ffffff; } /*粉絲按鈕:滑鼠移至*/ #dash-fans .friend_man:hover { background-color: rgba(136, 150, 215, 0.5); } #plurk-dashboard .dash-segment-friends, #plurk-dashboard .dash-segment-fans {width: auto;} #plurk-dashboard .dash-segment-friends {margin-right: 0;} .dash-segment-friends .segment-content, .dash-segment-fans .segment-content { /*外層容器的mt與pt合計5(padding),h2元素高度24(2+20+2),合起來是5+24+5=34*/ max-height:120px; } #friend_managment, #fan_managment {margin-top: 5px !important;} .dash-group-right .friend_holder img {border-radius: 5px;} /*頭像的大小*/ #plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic { width: 100px; height: 100px; border-radius: 50px } /*隱藏性別*/ #m_or_f { display: none; } /*隱藏徽章區*/ #plurk-dashboard .dash-segment-award { display: none; } /* 把好友隱藏但保留加入好友按鈕 */ #dash-friends-pics {height:0px;overflow:hidden;} /*把粉絲隱藏但保留加入粉絲按鈕*/ #dash-fans-pics {height:0px;overflow:hidden;} /*隱藏噗幣*/ .profile-icons .premium #premium-icon{ opacity: 0; } |
Direct link: https://paste.plurk.com/show/c1HYDH7PoIB5G7bpNdpc