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
26
/*======游標======*/
/*河道*/ ._lch_ * { cursor:url(圖1), auto !important;}
/*噗首*/ .plurk * { cursor:url(圖2), auto !important; }
/*噗內*/ #form_holder * { cursor:url(圖1), auto !important; }
/移至超連結時變更圖片/#timeline_holder * {cursor: url(圖2), auto;}

/*浮窗游標-整體*/
._lch_ ~ .pop-window { cursor:url(圖1), auto !important; }

/*浮窗游標*/
._lch_ ~ .pop-window #cbox_input /*浮窗裡的輸入框*/
._lch_ ~ .pop-window .name, /*浮窗裡的名字*/
._lch_ ~ .pop-window .button, /*浮窗裡的橢圓鈕*/
._lch_ ~ .pop-window a, /*浮窗裡的所有按鈕*/
{cursor:url(圖2), auto !important; }

/*top_bar游標*/ '{}
:not(*) /* { */, /* }*/ #top_bar, /*top_bar*/
:not(*) /* { */, /* }*/ #top_bar a, /*top_bar上按鈕*/
:not(*) /* { */, /* }*/ #top_bar .item /*top_bar上帳號*/
{ cursor:url(圖1), auto; }'{}

/*設定游標*/
._lch_ ~ .pop-menu, /*各種選單(噗首選項、top_bar帳號選項)*/
._lch_ ~ .pop-menu li a /*選單裡的選項*/
{ cursor:url(圖2), auto; }