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
/*>>頭貼放大<<*/
/*頭貼背景大小*/
#plurk-dashboard .dash-segment-profile #dash-profile {
height: 200px;
}

/*頭貼游標未移至*/
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
width: 200px;
height: 0px;
padding-top: 200px;
background: url('https://images.plurk.com/3Pj0olScAkwpC0GnJw5rfQ.png');
background-size: cover;
}

#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
margin-left: 205px;
padding-top: 160px;
}

#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
display: none;

}
/*>>結束<<*/