负魔书/CSS:修订间差异
Sheep-realms(留言 | 贡献) (建立内容为“{{CSS|1= .mw-wiki-logo { transform: rotate(180deg); } .mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { transform: rotat…”的新页面) |
Salt lovely(留言 | 贡献) 小 (编辑“负魔书/CSS” 修复评论区的样式问题 // WikiSalt Editor) |
||
| (未显示3个用户的9个中间版本) | |||
| 第9行: | 第9行: | ||
} | } | ||
#pt-notifications-notice, #pt-notifications-alert { | |||
transform: rotate(180deg); | |||
} | } | ||
.comment-avatar { | /*评论区*/ | ||
.cs-comment .cs-avatar, .cs-edit-box .oo-ui-buttonElement { | |||
transform: rotate(180deg); | transform: rotate(180deg); | ||
transition: transform ease 240ms; | |||
} | } | ||
.cs-comment .cs-avatar:hover, .cs-edit-box .oo-ui-buttonElement:hover { | |||
.comment- | transform: rotate(0deg); | ||
transform: | |||
} | } | ||
.cs-comment .cs-comment-header-center .cs-comment-title, .cs-stream-footer .oo-ui-buttonElement { | |||
.comment- | transform: scaleY(-1); | ||
transform: | transition: transform ease 240ms; | ||
} | } | ||
.cs-comment .cs-comment-header-center:hover .cs-comment-title, .cs-stream-footer .oo-ui-buttonElement:hover { | |||
. | transform: scaleY(1); | ||
.comment- | |||
transform: | |||
} | } | ||
/*页面底部*/ | |||
#footer-copyrightico { | |||
transform: rotate(180deg); | transform: rotate(180deg); | ||
} | } | ||
}} | }} | ||
<noinclude>[[分类:梗]]</noinclude> | |||