MediaWiki:Group-extendedconfirmed.css
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/* 这里放置的CSS将只影响自动确认用户 */
/* MediaWiki:Tag-jimmy-bot-non-free */
.tag-jimmy-bot-non-free {
color: inherit;
font-size: inherit;
}
/* Show hidden items that have class="extendedconfirmed-show". */
div.extendedconfirmed-show,
p.extendedconfirmed-show {
display: block !important;
}
span.extendedconfirmed-show,
small.extendedconfirmed-show {
display: inline !important;
}
table.extendedconfirmed-show {
display: table !important;
}
li.extendedconfirmed-show {
display: list-item !important;
}
.nonextendedconfirmed-show {
display: none !important;
}