负魔书/CSS:修订间差异
Salt lovely(留言 | 贡献) (编辑“负魔书/CSS” // 维基盐编辑器) 标签:已被回退 |
Salt lovely(留言 | 贡献) 小 (编辑“负魔书/CSS” 修复评论区的样式问题 // WikiSalt Editor) |
||
| (未显示2个用户的3个中间版本) | |||
| 第1行: | 第1行: | ||
{{ | {{CSS|1= | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
transform: rotate(180deg); | transform: rotate(180deg); | ||
} | } | ||
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { | |||
.mw-content-ltr .mw-editsection, | |||
.mw-content-rtl .mw-content-ltr .mw-editsection { | |||
transform: rotate(180deg); | transform: rotate(180deg); | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
#pt-notifications-notice, | #pt-notifications-notice, #pt-notifications-alert { | ||
#pt-notifications-alert { | |||
transform: rotate(180deg); | transform: rotate(180deg); | ||
} | } | ||
/* 评论区 */ | /*评论区*/ | ||
.comment | .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 { | |||
transform: rotate(0deg); | |||
} | |||
.cs-comment .cs-comment-header-center .cs-comment-title, .cs-stream-footer .oo-ui-buttonElement { | |||
transform: scaleY(-1); | |||
transition: transform ease 240ms; | |||
} | |||
.cs-comment .cs-comment-header-center:hover .cs-comment-title, .cs-stream-footer .oo-ui-buttonElement:hover { | |||
transform: scaleY(1); | |||
} | } | ||
/* | /*页面底部*/ | ||
#footer- | #footer-copyrightico { | ||
transform: rotate(180deg); | transform: rotate(180deg); | ||
} | } | ||
}} | }} | ||
<noinclude>[[分类:梗]]</noinclude> | |||
[[分类:梗]] | |||
</noinclude> | |||