用户:愤怒的郎朗/common.css:修订间差异
来自植物大战僵尸杂交版Wiki
更多操作
< 用户:愤怒的郎朗
创建页面,内容为“→你的专属骚粉主题: body { background: #fff0f5 !important; } a { color: #e91e63 !important; } .mw-headline { text-shadow: 2px 2px 0 #ffb3ba; } #back-to-top { background: #e91e63 !important; } .wiki-pet { filter: drop-shadow(0 0 10px #ff69b4); }” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* | /* 默认光标 */ | ||
body { | 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 { | /* 有链接时 */ | ||
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; | |||
} | } | ||
/* 输入框 */ | |||
text | 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; | |||
.wiki-pet { | |||
} | } | ||
2026年7月15日 (三) 06:47的版本
/* 默认光标 */
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;
}