MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* | /* 江中缘Wiki - 深色主题 */ | ||
/* | /* 基础样式 */ | ||
body { | body { | ||
background-color: #1a1a1a !important; | |||
color: #e0e0e0 !important; | |||
color: # | |||
} | } | ||
/* --- | /* 内容区域 */ | ||
.mw-body, .mw-body-content { | |||
color: # | background-color: #2d2d2d !important; | ||
color: #e0e0e0 !important; | |||
} | } | ||
/* 标题 */ | |||
color: # | h1, h2, h3, h4, h5, h6 { | ||
color: #ffffff !important; | |||
border-bottom-color: #444 !important; | |||
} | } | ||
/* | /* 链接 */ | ||
a { | |||
color: #64b5f6 !important; | |||
color: # | |||
} | } | ||
a:hover { | |||
color: #90caf9 !important; | |||
# | |||
} | } | ||
/* | /* 表格 */ | ||
.wikitable { | .wikitable { | ||
background-color: #3d3d3d !important; | |||
color: #e0e0e0 !important; | |||
border-color: #555 !important; | |||
} | } | ||
.wikitable th { | .wikitable th { | ||
background: | background-color: #444 !important; | ||
color: | color: #fff !important; | ||
} | } | ||
. | /* 侧边栏 */ | ||
.mw-portlet, .vector-menu-portal { | |||
background-color: #2d2d2d !important; | |||
} | } | ||
. | /* 导航栏 */ | ||
background: # | .vector-menu-tabs, .vector-menu-dropdown { | ||
background-color: #333 !important; | |||
} | } | ||
/* | /* 页脚 */ | ||
. | .footer-box, #footer { | ||
background-color: #2d2d2d !important; | |||
} | } | ||
. | /* 代码块 */ | ||
.mw-code { | |||
color: # | background-color: #3d3d3d !important; | ||
color: #e0e0e0 !important; | |||
} | } | ||
/* 搜索框 */ | |||
input[type="search"], input[type="text"] { | |||
color: # | background-color: #3d3d3d !important; | ||
color: #e0e0e0 !important; | |||
border-color: #555 !important; | |||
} | } | ||
/* | /* 按钮 */ | ||
.oo-ui-inputWidget-input, .mw-htmlform-submit { | |||
background-color: #444 !important; | |||
color: #e0e0e0 !important; | |||
border-color: #555 !important; | |||
} | } | ||
2026年7月15日 (三) 11:56的版本
/* 江中缘Wiki - 深色主题 */
/* 基础样式 */
body {
background-color: #1a1a1a !important;
color: #e0e0e0 !important;
}
/* 内容区域 */
.mw-body, .mw-body-content {
background-color: #2d2d2d !important;
color: #e0e0e0 !important;
}
/* 标题 */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
border-bottom-color: #444 !important;
}
/* 链接 */
a {
color: #64b5f6 !important;
}
a:hover {
color: #90caf9 !important;
}
/* 表格 */
.wikitable {
background-color: #3d3d3d !important;
color: #e0e0e0 !important;
border-color: #555 !important;
}
.wikitable th {
background-color: #444 !important;
color: #fff !important;
}
/* 侧边栏 */
.mw-portlet, .vector-menu-portal {
background-color: #2d2d2d !important;
}
/* 导航栏 */
.vector-menu-tabs, .vector-menu-dropdown {
background-color: #333 !important;
}
/* 页脚 */
.footer-box, #footer {
background-color: #2d2d2d !important;
}
/* 代码块 */
.mw-code {
background-color: #3d3d3d !important;
color: #e0e0e0 !important;
}
/* 搜索框 */
input[type="search"], input[type="text"] {
background-color: #3d3d3d !important;
color: #e0e0e0 !important;
border-color: #555 !important;
}
/* 按钮 */
.oo-ui-inputWidget-input, .mw-htmlform-submit {
background-color: #444 !important;
color: #e0e0e0 !important;
border-color: #555 !important;
}