MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
Ling Zuian(留言 | 贡献) 无编辑摘要 |
Ling Zuian(留言 | 贡献) 无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* | /* 设置全站背景 */ | ||
body { | body { | ||
background-image: url("https://wiki.lingzuian.top/images/thumb/e/ed/Server_Banner.jpg/1350px-Server_Banner.jpg"); | background-image: url("https://wiki.lingzuian.top/images/thumb/e/ed/Server_Banner.jpg/1350px-Server_Banner.jpg"); | ||
| 第8行: | 第8行: | ||
} | } | ||
/* | /* 让主内容区域变成半透明白色 */ | ||
#content { | #content { | ||
background-color: rgba(255, 255, 255, 0.92); | background-color: rgba(255, 255, 255, 0.92); | ||
| 第21行: | 第21行: | ||
#mw-head { | #mw-head { | ||
background-color: rgba(255, 255, 255, 0.85); | background-color: rgba(255, 255, 255, 0.85); | ||
} | } | ||
2026年7月10日 (五) 15:16的最新版本
/* 设置全站背景 */
body {
background-image: url("https://wiki.lingzuian.top/images/thumb/e/ed/Server_Banner.jpg/1350px-Server_Banner.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
/* 让主内容区域变成半透明白色 */
#content {
background-color: rgba(255, 255, 255, 0.92);
}
/* 让左侧导航栏也变成半透明 */
#mw-panel {
background-color: rgba(255, 255, 255, 0.85);
}
/* 让顶部标题栏也半透明 */
#mw-head {
background-color: rgba(255, 255, 255, 0.85);
}