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。
html, body {
background-color: #000000 !important;
color: #f0f0f0 !important;
}
/* 内容区域黑色 */
body,
#content,
#mw-content-text,
.mw-body,
.vector-body,
.skin-vector,
.skin-vector-body,
.skin-vector .mw-page-container,
.skin-vector .mw-content-container {
background-color: #000 !important;
color: #f0f0f0 !important;
border: none !important;
box-shadow: none !important;
}
/* 顶部栏也黑 */
.vector-header,
.vector-header-container,
.vector-sticky-header {
background-color: #000 !important;
color: #fff !important;
border: none !important;
}
/* 表格黑色风格 */
.wikitable {
background-color: #111 !important;
color: #eee !important;
border: 1px solid #333 !important;
}
.wikitable th {
background-color: #222 !important;
color: #fff !important;
}
.wikitable td {
background-color: #111 !important;
color: #ccc !important;
}