1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
  position: absolute;
  width: 200px; /*圖片寬*/
  height: 200px; /*圖片高*/
  margin-top: -210px; /*讓頭像上移回來的距離*/
}
#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
    margin-top: 210px; /*讓暱稱換行,但這也會讓頭像一起跟著下去,記得要讓頭像移上去*/
    margin-left: 0px; /*讓暱稱左邊距離消失*/
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
    margin-left: 0; /*讓年齡資訊左邊距離消失*/
}