1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*兩種選一種使用就好*/

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

/*漂浮噗寶:詳細設定版*/
#dynamic_logo {
	/*圖片與設定*/
	content: url("https://shrimpstack.000webhostapp.com/plurk_css/float_dynamic_logo.php?
	imgurl=https://emos.plurk.com/6331f9406ec0fda0afef82f554cf5988_w48_h48.png&
	img_height=48&
	img_width=48&
	float_margin=10&
	float_speed=3
	");

	/*imgurl=圖片網址*/
	/*img_height=圖片高度,單位px*/
	/*img_width=圖片寬度,單位px*/
	/*float_margin=漂浮幅度,單位px,表示漂浮時要往下移動多少px*/
	/*float_speed=漂浮速度,單位s(秒),數字越大飄的越慢,可以有小數點*/
}