MediaWiki:Common.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 隐藏主命名空间的评论区*/
.ns-0 #flowthread{
display:none;
}
/* 章节编辑按钮 悬浮出现*/
h2 .mw-editsection, h3 .mw-editsection, h4 .mw-editsection, h5 .mw-editsection {
opacity: 0;
}
h2:hover .mw-editsection, h3:hover .mw-editsection, h4:hover .mw-editsection, h5:hover .mw-editsection {
opacity: 1;
transition: opacity 0.5s;
}
.mw-page-container {
background-image: url('/images/world_back.png');
background-repeat: repeat;
/* 可选:添加其他背景相关的样式 */
}
.mw-special-ApiHelp{
background:blanchedalmond;
background-size:cover;
}