用户:愤怒的郎朗/common.css
来自植物大战僵尸杂交版Wiki
更多操作
< 用户:愤怒的郎朗
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 默认光标 */
body, div, span, p, h1, h2, h3, h4, h5, h6, td, th, li, ul, ol, table, section, article, header, footer, nav, main, aside, figure, blockquote, pre, code, hr {
cursor: url('https://new.pvzhe.wiki/images/1/10/%E5%85%89%E6%A0%87.png'), auto;
}
/* 有链接时 */
a, button, .pvzhe-card, input[type="submit"], .mw-ui-button, #back-to-top, .wiki-pet, .pet-switch-btn, .random-plant-btn, .random-zombie-btn, .friend-btn, .msg-send-btn, .comment-submit {
cursor: url('https://new.pvzhe.wiki/images/4/42/%E5%85%89%E6%A0%87%E6%9C%89%E9%93%BE%E6%8E%A5.png'), pointer;
}
/* 输入框 */
input[type="text"], input[type="search"], textarea, input[type="number"], input[type="password"] {
cursor: url('https://new.pvzhe.wiki/images/7/78/%E5%85%89%E6%A0%87%E8%BE%93%E5%85%A5.png'), text;
}
/* 拖拽 */
.formation-plant, .wiki-pet, [draggable="true"] {
cursor: url('https://new.pvzhe.wiki/images/4/42/%E5%85%89%E6%A0%87%E6%9C%89%E9%93%BE%E6%8E%A5.png'), move;
}