1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/*兩種選一種使用就好*/

/*漂浮噗寶*/
#dynamic_logo {
	/*圖片*/ content: url(https://shrimpstack.000webhostapp.com/plurk_css/test.php?imgurl=https://s.plurk.com/emoticons/basic2/d52e817f51980ac5e06f.gif);
}

/*漂浮噗寶:詳細設定版*/
#dynamic_logo {
	/*圖片與設定*/ content: url(https://shrimpstack.000webhostapp.com/plurk_css/test.php?imgurl=圖片網址&img_height=圖片高度&img_width=圖片寬度&float_margin=漂浮幅度&float_speed=漂浮速度);
	/*imgurl=圖片網址*/
	/*img_height=圖片高度,單位px*/
	/*img_width=圖片寬度,單位px*/
	/*float_margin=漂浮幅度,單位px,表示漂浮時要往下移動多少px*/
	/*float_speed=漂浮速度,單位s(秒),數字越大飄的越慢,可以有小數點*/
}