巡查员
1,548
个编辑
MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
无编辑摘要 |
标签:撤销 |
||
| 第52行: | 第52行: | ||
.mw-userlink[title="用户:Salt"]:hover { | .mw-userlink[title="用户:Salt"]:hover { | ||
transform: scale(1.25); | transform: scale(1.25); | ||
} | |||
.mw-userlink.new { | |||
outline: #fce dashed 1px; | |||
} | |||
.comment-post .comment-avatar, | |||
.comment-post .comment-user { | |||
opacity: 1 !important; | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]) { | |||
font-weight: bold; | |||
position: relative; | |||
display: inline-block; | |||
min-height: calc(1em + 4px); | |||
background-color: #fff2cd; | |||
color: #fd3b7c; | |||
font-size: 1em; | |||
transform-origin: 50% 50%; | |||
transition: all 0.4s ease; | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]) > * { | |||
background-color: #fff2cd; | |||
color: #fd3b7c; | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::before, | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::after { | |||
content: ""; | |||
position: absolute; | |||
height: 2px; | |||
width: 0; | |||
background: #ff236c; | |||
transition: all 0.25s ease; | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::before { | |||
top: 0; | |||
right: 0; | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::after { | |||
bottom: 0; | |||
left: 0; | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover { | |||
background: #ffe08b; | |||
color: #ff236c; | |||
z-index: 1; | |||
transform: scale(1.25); | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover > * { | |||
background-color: #ffe08b; | |||
color: #ff236c; | |||
} | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::before, | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::after { | |||
width: 100%; | |||
transition: all 0.8s ease; | |||
} | } | ||