1
2
3
4
5
6
7
8
9
/*主控台收底下*/
#dashboard_holder {
	/*這些不動*/ position:fixed; z-index:6000; bottom:0px;
	/*這些不動*/ padding:0 0 20px; margin:0;
	/*這些不動*/ max-width:unset; min-width:unset; transition:max-height 1.8s;
	/*收起時要露出多少*/ max-height:50px;
}
#dashboard_holder:hover { max-height:600px; }
#plurk-dashboard { max-width:980px; min-width:580px; width:98%; margin:0px auto; }