1
2
3
4
5
6
7
8
9
10
/*游標更改*/
*, body, a {
cursor: url(https://images.plurk.com/7JNwTWGHRjhogTzerisguq.png), auto;
}
/*游標更改:移到連結上*/
a:hover {
cursor: url(https://images.plurk.com/5qh1vG60rzmdqr9pQwaINi.png), auto;
}
/*噗幣旁增加圖案*/
._lc_ #dash-profile { background: url(https://images.plurk.com/78PubRTV6R9SJFgRWOfNf9.png) no-repeat; background-position: 90% bottom; }