1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*▲主控左▲*/

/*頭像大小根位置*/
#dash-profile /*頭像暱稱欄*/{
margin-left: 110px; margin-top: 15px;
height: 180px !important; /*高度*/
}

.profile-pic {
margin: -10px 0 0 -106px;
width: 180px !important; /*寬度*/
height: 180px !important; /*高度*/

}

.display_name, /*暱稱*/
.nick_name /*帳號*/
{margin-top: 20px ; margin-bottom: 10px;}

#m_or_f /*隱藏年齡性別避免調整頭貼後很醜*/
{
display: none;
}