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(https://i.imgur.com/yA03vX9.png), auto !important;}
/*噗首*/ .plurk * { cursor:url(https://i.imgur.com/YQUcyZ6.png), auto !important; }
/*噗內*/ #form_holder * { cursor:url(https://i.imgur.com/YQUcyZ6.png), auto !important; }

/*浮窗游標-整體*/
._lch_ ~ .pop-window { cursor:url(https://i.imgur.com/YQUcyZ6.png), auto; }

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


/*top_bar游標*/ '{}
:not(*) /* { */, /* }*/ #top_bar, /*top_bar*/
:not(*) /* { */, /* }*/ #top_bar a, /*top_bar上按鈕*/
:not(*) /* { */, /* }*/ #top_bar .item /*top_bar上帳號*/
{ cursor:url(https://i.imgur.com/YQUcyZ6.png), auto; }'{}

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