MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针

如果在编辑的过程中遇到了什么问题,可以去讨论板提问。

为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证

MCBBS Wiki GitHub群组已上线!

您可以在回声洞中发表吐槽!

服务器状态监控。点击进入

本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>

负魔书/CSS:修订间差异

来自MCBBS Wiki
跳到导航 跳到搜索
(.)
(编辑“负魔书/CSS” // 维基盐编辑器)
标签已被回退
第1行: 第1行:
{{CSS|1=
{{#css:
/* 左上角Wiki图标 */
.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-alert {
#pt-notifications-notice,
#pt-notifications-alert {
transform: rotate(180deg);
transform: rotate(180deg);
}
}


/* 评论区 */
.comment-submit, .comment-avatar, .comment-reply:before, .reply-name:before, .comment-like:before, .comment-report:before, .flowthread-btn-preview, .flowthread-btn-preview {
.comment-submit, /* 提交按钮 */
.comment-avatar, /* 用户头像 */
.comment-user > *, /* 用户昵称 */
.comment-reply:before,
.reply-name:before,
.comment-like:before,
.comment-report:before,
.flowthread-btn-preview,
.flowthread-btn-preview {
transform: rotate(180deg);
transform: rotate(180deg);
}
}


/* 页面底部图标 */
#footer-copyrightico {
#footer-icons {
transform: rotate(180deg);
transform: rotate(180deg);
}
}
}}
}}<!--
<noinclude>[[分类:梗]]</noinclude>
--><noinclude>
这里是[[负魔书]]条目的样式页面。
[[分类:梗]]
</noinclude>

2022年8月7日 (日) 18:42的版本

{{#css: /* 左上角Wiki图标 */ .mw-wiki-logo {

   transform: rotate(180deg);

}

/* 每个段落的编辑按钮 */ .mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {

   transform: rotate(180deg);
   display: inline-block;

}

  1. pt-notifications-notice,
  2. pt-notifications-alert {
   transform: rotate(180deg);

}

/* 评论区 */ .comment-submit, /* 提交按钮 */ .comment-avatar, /* 用户头像 */ .comment-user > *, /* 用户昵称 */ .comment-reply:before, .reply-name:before, .comment-like:before, .comment-report:before, .flowthread-btn-preview, .flowthread-btn-preview {

   transform: rotate(180deg);

}

/* 页面底部图标 */

  1. footer-icons {
   transform: rotate(180deg);

} }} 这里是负魔书条目的样式页面。