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