MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 标签:手工回退 |
无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
/* | /* ===== 全局固定背景图(Vector2010专用) ===== */ | ||
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行: | ||
} | } | ||
/* | /* 主白色内容框完全透明 */ | ||
#content { | |||
background-color: transparent !important; | background-color: transparent !important; | ||
border: none !important; | |||
} | } | ||
/* | |||
/* 左侧侧边栏透明 */ | |||
#mw-panel { | |||
background-color: transparent !important; | |||
} | |||
/* 顶部头部蓝色导航栏彻底透明 */ | |||
#mw-head { | |||
background-color: transparent !important; | |||
} | |||
#p-logo { | |||
background: transparent !important; | |||
} | |||
/* 顶部tab标签栏(首页/讨论)透明 */ | |||
div.vectorTabs ul li { | |||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
/* | div.vectorTabs span { | ||
background: transparent !important; | |||
} | |||
/* 工具下拉菜单背景清除 */ | |||
#p-cactions li { | |||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
/* | |||
/* 页脚底部区域透明 */ | |||
background-color: | #footer { | ||
background-color: transparent !important; | |||
border: none; | |||
} | } | ||
2026年9月3日 (四) 06:23的版本
/* ===== 全局固定背景图(Vector2010专用) ===== */
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;
}
/* 主白色内容框完全透明 */
#content {
background-color: transparent !important;
border: none !important;
}
/* 左侧侧边栏透明 */
#mw-panel {
background-color: transparent !important;
}
/* 顶部头部蓝色导航栏彻底透明 */
#mw-head {
background-color: transparent !important;
}
#p-logo {
background: transparent !important;
}
/* 顶部tab标签栏(首页/讨论)透明 */
div.vectorTabs ul li {
background-color: transparent !important;
}
div.vectorTabs span {
background: transparent !important;
}
/* 工具下拉菜单背景清除 */
#p-cactions li {
background-color: transparent !important;
}
/* 页脚底部区域透明 */
#footer {
background-color: transparent !important;
border: none;
}