用户:Sheep-realms/沙盒/样式测试:修订间差异
< 用户:Sheep-realms | 沙盒
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…”) |
Sheep-realms(留言 | 贡献) 无编辑摘要 |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
{{CSS|1= |
{{CSS|1= |
||
.comment-post .comment-avatar { |
.comment-post .comment-avatar { |
||
opacity: 0; |
|||
transition: all .3s; |
transition: all .3s; |
||
} |
} |
||
.comment-post .comment-avatar |
.comment-post:active .comment-avatar { |
||
opacity: 1; |
|||
} |
|||
.comment-post .comment-user { |
|||
opacity: 0; |
|||
transition: all .3s; |
|||
} |
|||
.comment-post:active .comment-user { |
|||
opacity: 1; |
|||
} |
|||
.comment-container-top { |
|||
display: none; |
|||
} |
} |
||
}} |
}} |