用户:Sheep-realms/沙盒/样式测试:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
{{CSS|1=
.comment-post .comment-avatar {
filteropacity: blur(5px) brightness(0.5);
transition: all .3s;
}
 
.comment-post .comment-avatar:hover {
filteropacity: blur(0px) brightness(1);
}
 
.comment-post .comment-user {
filteropacity: blur(5px)0;
transition: all .3s;
}
 
.comment-post .comment-user:hover {
filteropacity: blur(0px)1;
transition: all .3s;
}
}}