MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* ===== 全局 ===== */ | /* ===== 全局 ===== */ | ||
body { | body { | ||
color: #1a1a1a; | color: #1a1a1a; | ||
background: url("/images/f/fb/%E4%B8%BB%E9%A1%B5%E8%83%8C%E6%99%AF.png") no-repeat fixed center center / cover; | |||
} | |||
/* ===== 内容区遮罩 ===== */ | |||
#mw-page-base { | |||
background: rgba(255, 255, 255, 0.88) !important; | |||
} | } | ||
| 第32行: | 第37行: | ||
color: #c62828; | color: #c62828; | ||
border-bottom-color: #c62828; | border-bottom-color: #c62828; | ||
} | } | ||
| 第171行: | 第92行: | ||
border-bottom: 3px solid; | border-bottom: 3px solid; | ||
margin: 20px 0; | margin: 20px 0; | ||
} | } | ||
2026年7月16日 (四) 11:53的版本
/* ===== 全局 ===== */
body {
color: #1a1a1a;
background: url("/images/f/fb/%E4%B8%BB%E9%A1%B5%E8%83%8C%E6%99%AF.png") no-repeat fixed center center / cover;
}
/* ===== 内容区遮罩 ===== */
#mw-page-base {
background: rgba(255, 255, 255, 0.88) !important;
}
/* ===== 关于江中缘 - 特色卡片 ===== */
.feature-card {
padding: 18px 14px;
border-radius: 12px;
text-align: center;
font-weight: bold;
border-bottom: 3px solid;
}
.feature-card-blue {
background: #e3f2fd;
color: #0d47a1;
border-bottom-color: #1976d2;
}
.feature-card-green {
background: #e8f5e9;
color: #1b5e20;
border-bottom-color: #388e3c;
}
.feature-card-orange {
background: #fff3e0;
color: #e65100;
border-bottom-color: #f57c00;
}
.feature-card-red {
background: #fce4ec;
color: #c62828;
border-bottom-color: #c62828;
}
/* ===== 热门页面卡片 ===== */
.hot-card {
padding: 14px 16px;
border-radius: 8px;
font-weight: 600;
text-align: center;
border-bottom: 3px solid;
}
.hot-card-green {
background: #e8f5e9;
color: #1b5e20;
border-bottom-color: #388e3c;
}
.hot-card-red {
background: #fce4ec;
color: #b71c1c;
border-bottom-color: #c62828;
}
.hot-card-cyan {
background: #e0f7fa;
color: #006064;
border-bottom-color: #00bcd4;
}
.hot-card-orange {
background: #fff3e0;
color: #bf360c;
border-bottom-color: #f57c00;
}
/* ===== Wiki 统计 ===== */
.stat-card {
padding: 20px 16px;
border-radius: 12px;
text-align: center;
font-weight: 700;
border-bottom: 3px solid;
}
.stat-card-blue {
background: #e3f2fd;
color: #0d47a1;
border-bottom-color: #1976d2;
}
.stat-card-green {
background: #e8f5e9;
color: #1b5e20;
border-bottom-color: #388e3c;
}
/* ===== 分隔线 ===== */
.divider {
border: 0;
border-bottom: 3px solid;
margin: 20px 0;
}