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

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

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

MCBBS Wiki GitHub群组已上线!

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

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

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

帮助:小工具/用户标识:修订间差异

跳到导航 跳到搜索
(// Edit via Wikiplus)
无编辑摘要
标签2017年版源代码编辑
===自定义===
;若想更改默认设置,请在[[特殊:MyPage/common.css|您的common.css中]]加入以下代码。
<presyntaxhighlight lang="css">.markrights-用户组名称::after{content:"显示文字"!important;color:颜色}</pre>
content:"显示文字"!important;
color:颜色
}</syntaxhighlight>
;将行政员的显示文字改为「行」
<presyntaxhighlight lang="css">.markrights-bureaucrat::after{content:"行"!important}</pre>
content:"行"!important
}</syntaxhighlight>
;将管理员的颜色改为橙色
<presyntaxhighlight lang="css">.markrights-sysop::after{color:orange}</pre>
color:orange
}</syntaxhighlight>
;隐藏对机器人的标注
<presyntaxhighlight lang="css">.markrights-bot::after{display:none!important}</pre>
display:none!important
}</syntaxhighlight>
;隐藏多个用户组标识之间的2px
<presyntaxhighlight lang="css">sup[class^=markrights-]+sup[class^=markrights-]{margin-left:0!important}</pre>
margin-left:0!important
}</syntaxhighlight>
<!--
==封禁标识==