1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
****◆ 下方自己的頭像大小(從80x80px改為100x100px)

/*頭像大小*/
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic
{width: 230px; height: 230px;}

/*外框大小*/
#plurk-dashboard .dash-segment-profile #dash-profile {height: 100px;}


#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
/*頭像右側姓名,數值為100+16px, 可自行測試調整*/
margin-left: 116px;padding-top: 10px;
/*頭像右側姓名字型大小及行高*/
line-height: 1.2;
font-size: 15px;
}

/*頭像右側性別及位置,數值為100+16px, 可自行測試調整*/
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {margin-left: 116px; bottom: 10px;
}