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 | /*主控台寬度調整*/ #dashboard_holder { max-width:1100px; } #plurk-dashboard > div, #plurk-dashboard .dash-segment { position:unset; } #plurk-dashboard .dash-group-left { width:44%; } #plurk-dashboard .dash-group-form, #plurk-dashboard .dash-group-right { width:56%; } .dash-segment-profile .segment-content { width:calc(50% - 5px); float:left; } /*頭貼方形佔滿一欄*/ #plurk-dashboard #dash-profile img.profile-pic { width:100%; height:auto; position:absolute; top:65px; left:0; } /*資訊欄*/ .dash-segment-profile .segment-content:nth-child(1) { margin-right:10px; padding:0; max-height:0; position:relative; } #plurk-dashboard #dash-profile { position:unset; height:auto; height:55px; padding:10px; background:inherit; border-radius:10px; } .profile-info { display:none; } #plurk-dashboard #dash-profile #full_name { margin:0; float:left; } /*噗幣下來*/ #plurk-dashboard #dash-profile .profile-icons { display:flex; position:relative; float:right; height:100%; align-items:flex-end; } #plurk-dashboard #dash-profile .profile-icons div { height:20px; } /*私噗、送禮*/ #private_plurk { position:absolute; bottom:0; left:0; background:rgba(34,34,34,0.9); padding:10px; border-radius:10px; display:flex; width:calc(22% - 10px); height:100px; } #private_plurk #render_private_plurk, #private_plurk #render_send_gift { width:100%; text-align:center; } #private_plurk a { margin:0 auto; display:inline-block; } /*友粉*/ #friend_managment, #fan_managment { position:absolute; bottom:20px; width:calc(11% - 15px); left:10px; } #fan_managment { left:calc(11% - 5px); } #friend_managment span, #fan_managment span { display:block; line-height:0; } /*徽章隱藏*/ .dash-segment-award { display:none; } /*統計欄*/ #plurk-dashboard #dash-stats table { width:200px; } #dash-stats-table tr:nth-child(1), #dash-stats-table tr:nth-child(3) :nth-child(1), #dash-stats-table tr:nth-child(3) :nth-child(2) { display:none; } #dash-stats-table th, #dash-stats-table td { display:block; float:left; width:100px; } #plurk-dashboard #dash-stats .dash-stats-karma { width:50%; } |
Direct link: https://paste.plurk.com/show/HHJBBKDxT45lvYPjZfmG