MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
/* | /* 全局背景 */ | ||
body { | body { | ||
background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp"); | background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp"); | ||
| 第8行: | 第8行: | ||
} | } | ||
/* | /* 主页面容器透明 */ | ||
.mw-page-container { | .mw-page-container { | ||
background | background: transparent !important; | ||
} | } | ||
/* | /* 顶部导航栏 */ | ||
.vector-header-container { | .vector-header-container { | ||
background | background: transparent !important; | ||
} | } | ||
/* | /* 侧边栏 */ | ||
.vector-sidebar-container { | .vector-sidebar-container { | ||
background | background: transparent !important; | ||
} | } | ||
.vector-menu-content { | .vector-menu-content { | ||
background-color: rgba(255,255,255,0) | background: transparent !important; | ||
} | |||
/* 文章正文卡片白色底色 */ | |||
.mw-body { | |||
background: transparent !important; | |||
} | |||
/* 顶部标签栏(首页/讨论那条白块) */ | |||
.vector-tabs-wrapper { | |||
background: transparent !important; | |||
} | |||
/* 页面控制按钮区域(阅读、编辑) */ | |||
.vector-page-toolbar-container { | |||
background: transparent !important; | |||
} | |||
/* 页面内容最外层包裹 */ | |||
.vector-column-end, .vector-column-start { | |||
background: transparent !important; | |||
} | |||
/* 分割线淡白背景清除 */ | |||
.mw-parser-output hr { | |||
background-color: rgba(255,255,255,0.2); | |||
} | } | ||
2026年9月3日 (四) 06:19的版本
/* 全局背景 */
body {
background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
/* 主页面容器透明 */
.mw-page-container {
background: transparent !important;
}
/* 顶部导航栏 */
.vector-header-container {
background: transparent !important;
}
/* 侧边栏 */
.vector-sidebar-container {
background: transparent !important;
}
.vector-menu-content {
background: transparent !important;
}
/* 文章正文卡片白色底色 */
.mw-body {
background: transparent !important;
}
/* 顶部标签栏(首页/讨论那条白块) */
.vector-tabs-wrapper {
background: transparent !important;
}
/* 页面控制按钮区域(阅读、编辑) */
.vector-page-toolbar-container {
background: transparent !important;
}
/* 页面内容最外层包裹 */
.vector-column-end, .vector-column-start {
background: transparent !important;
}
/* 分割线淡白背景清除 */
.mw-parser-output hr {
background-color: rgba(255,255,255,0.2);
}