MediaWiki:Common.css

来自赛尔号精灵图鉴
Len留言 | 贡献2025年5月26日 (一) 20:51的版本
跳转到导航 跳转到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-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;
}