帮助:沙盒:修订间差异

删除27字节 、​ 2021年2月20日 (星期六)
无编辑摘要
无编辑摘要
无编辑摘要
第4行: 第4行:


{{CSS|1=
{{CSS|1=
.comment-post .comment-avatar {
.comment-avatar {
     filter: blur(5px);
     filter: blur(5px);
}
}


.comment-post:hover .comment-avatar {
.comment-avatar:hover {
     filter: blur(0px);
     filter: blur(0px);
}
}
}}
}}