1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*======一般游標設定======*/
/*河道*/ ._lch_ * { cursor:url(圖片網址), auto !important;}
/*噗首*/ .plurk * { cursor:url(圖片網址), auto !important; }
/*噗內*/ #form_holder * { cursor:url(圖片網址), auto !important; }


/*======隨日期改變的游標示範======*/
/*河道*/ ._lch_ * {
	cursor:url('https://shrimpstack.000webhostapp.com/plurk_css/date_dynamic_logo.php?
		default=https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif&
		0512=https://s.plurk.com/emoticons/basic2/7c86b00237142683b40b.gif&
		1031=日期特殊圖片網址&
	'), auto !important;}
/*噗首*/ .plurk * {
	cursor:url('https://shrimpstack.000webhostapp.com/plurk_css/date_dynamic_logo.php?
		default=https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif&
		0512=https://s.plurk.com/emoticons/basic2/7c86b00237142683b40b.gif&
		1031=日期特殊圖片網址&
	'), auto !important; }
/*噗內*/ #form_holder * {
	cursor:url('https://shrimpstack.000webhostapp.com/plurk_css/date_dynamic_logo.php?
		default=https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif&
		0512=https://s.plurk.com/emoticons/basic2/7c86b00237142683b40b.gif&
		1031=日期特殊圖片網址&
	'), auto !important; }