1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
/*左側欄(頭貼、資訊、自介)收底下*/
#plurk-dashboard .dash-group-left {
	/*這些不動*/ position:fixed; bottom:0; z-index:6000;
	/*這些不動*/ padding:0 0 20px; transition:max-height 1.8s;
	/*收起時露出多少*/ max-height:50px;
	/*距離左邊*/ left:20px;
	/*寬度*/ width:300px;
}
#plurk-dashboard .dash-group-left:hover { max-height:600px; }

/*剩下的發噗區與右側欄回中間*/
#dashboard_holder { width:64%; max-width:650px; }
#plurk-dashboard .dash-group-form, #plurk-dashboard .dash-group-right { width:100%; }