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

无编辑摘要
(创建页面,内容为“{{CSS|1= .comment-post .comment-avatar { filter: blur(5px) brightness(0.5); transition: all .3s; } .comment-post .comment-avatar:hover { filter: blur(0…”)
 
无编辑摘要
第7行: 第7行:
.comment-post .comment-avatar:hover  {
.comment-post .comment-avatar:hover  {
     filter: blur(0px) brightness(1);
     filter: blur(0px) brightness(1);
}
.comment-post .comment-user {
    filter: blur(5px);
    transition: all .3s;
}
.comment-post .comment-user:hover {
    filter: blur(5px);
    transition: all .3s;
}
}
}}
}}