打开/关闭菜单
933
1525
112
1.4万
植物大战僵尸杂交版Wiki
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

用户:愤怒的郎朗/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 {
     background: #fff0f5 !important;
     cursor: url('https://new.pvzhe.wiki/images/1/10/%E5%85%89%E6%A0%87.png'), auto;
}
}


a {
/* 有链接时 */
     color: #e91e63 !important;
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;
}
}


.mw-headline {
/* 输入框 */
     text-shadow: 2px 2px 0 #ffb3ba;
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;
}
}


#back-to-top {
/* 拖拽 */
    background: #e91e63 !important;
.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 {
     filter: drop-shadow(0 0 10px #ff69b4);
}
}

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;
}