1
2
3
4
5
6
7
8
9
10
11
12
#timeline_holder {height:700px !important;}
/*頭像大小*/
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic
{width: 200px; height: 200px;}
/*外框大小*/
#plurk-dashboard .dash-segment-profile #dash-profile {height: 200px;}
/*頭像右側姓名,數值為100+16px, 可自行測試調整*/
#plurk-dashboard .dash-segment-profile #dash-profile #full_name {margin-left: 216px;padding-top: 10px;
}
/*頭像右側性別及位置,數值為100+16px, 可自行測試調整*/
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {margin-left: 210px; bottom: 10px;
}