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

无编辑摘要
无编辑摘要
 
(未显示同一用户的3个中间版本)
第1行: 第1行:
{{CSS|1=
{{CSS|1=
.comment-post .comment-avatar {
.comment-post .comment-avatar {
     filter: blur(5px) brightness(0.5);
     opacity: 0;
     transition: all .3s;
     transition: all .3s;
}
}


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


.comment-post .comment-user {
.comment-post .comment-user {
     filter: blur(5px);
     opacity: 0;
     transition: all .3s;
     transition: all .3s;
}
}


.comment-post .comment-user:hover {
.comment-post:active .comment-user {
     filter: blur(5px);
     opacity: 1;
     transition: all .3s;
}
 
.comment-container-top {
     display: none;
}
}
}}
}}

2021年2月20日 (六) 18:16的最新版本