MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
html, body { | html, body { | ||
background | background-color: #000000 !important; | ||
color: #f0f0f0 !important; | |||
} | } | ||
/* 内容区域黑色 */ | |||
/* | |||
body, | body, | ||
#content, | #content, | ||
第17行: | 第13行: | ||
.skin-vector .mw-page-container, | .skin-vector .mw-page-container, | ||
.skin-vector .mw-content-container { | .skin-vector .mw-content-container { | ||
background | background-color: #000 !important; | ||
color: #f0f0f0 !important; | |||
# | |||
border: none !important; | border: none !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/* | /* 顶部栏也黑 */ | ||
.vector-header, | |||
.vector-header-container, | .vector-header-container, | ||
.vector-sticky-header | .vector-sticky-header { | ||
background-color: #000 !important; | |||
color: #fff !important; | |||
background-color: | |||
border: none !important; | border: none !important; | ||
} | } | ||
/* | /* 表格黑色风格 */ | ||
. | .wikitable { | ||
background: | 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; | |||
} | } |
2025年5月26日 (一) 20:51的版本
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;
}