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行:
}
}


/* 主白色内容框完全透明 */
/* ===== 删除全部白色底层容器(关键缺失选择器) ===== */
div#mw-page-base {
    background: transparent !important;
}
div#mw-head-base {
    background: transparent !important;
}
 
/* 主内容框 */
#content {
#content {
     background-color: transparent !important;
     background-color: transparent !important;
第14行: 第22行:
}
}


/* 左侧侧边栏透明 */
/* 左侧侧边栏区域 */
#mw-panel {
#mw-panel {
     background-color: transparent !important;
     background: transparent !important;
}
#mw-panel .portal {
    background: transparent !important;
}
}


/* 顶部头部蓝色导航栏彻底透明 */
/* 顶部导航栏 */
#mw-head {
#mw-head {
     background-color: transparent !important;
     background: transparent !important;
}
}
#p-logo {
#p-logo {
第27行: 第38行:
}
}


/* 顶部tab标签栏(首页/讨论)透明 */
/* 页面标签:首页 / 讨论 */
div.vectorTabs {
    background: transparent !important;
}
div.vectorTabs ul li {
div.vectorTabs ul li {
     background-color: transparent !important;
     background: transparent !important;
}
}
div.vectorTabs span {
div.vectorTabs span {
第35行: 第49行:
}
}


/* 工具下拉菜单背景清除 */
/* 操作下拉菜单 */
#p-cactions {
    background: transparent !important;
}
#p-cactions li {
#p-cactions li {
    background: transparent !important;
}
/* 页脚底部 */
#footer {
     background-color: transparent !important;
     background-color: transparent !important;
    border: none !important;
}
}


/* 页脚底部区域透明 */
/* 消除页面最外层空白底色 */
#footer {
html, body {
     background-color: transparent !important;
     background-color: transparent !important;
    border: none;
}
}

2026年9月3日 (四) 06:24的版本

/* 全局背景 */
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;
}

/* ===== 删除全部白色底层容器(关键缺失选择器) ===== */
div#mw-page-base {
    background: transparent !important;
}
div#mw-head-base {
    background: transparent !important;
}

/* 主内容框 */
#content {
    background-color: transparent !important;
    border: none !important;
}

/* 左侧侧边栏区域 */
#mw-panel {
    background: transparent !important;
}
#mw-panel .portal {
    background: transparent !important;
}

/* 顶部导航栏 */
#mw-head {
    background: transparent !important;
}
#p-logo {
    background: transparent !important;
}

/* 页面标签:首页 / 讨论 */
div.vectorTabs {
    background: transparent !important;
}
div.vectorTabs ul li {
    background: transparent !important;
}
div.vectorTabs span {
    background: transparent !important;
}

/* 操作下拉菜单 */
#p-cactions {
    background: transparent !important;
}
#p-cactions li {
    background: transparent !important;
}

/* 页脚底部 */
#footer {
    background-color: transparent !important;
    border: none !important;
}

/* 消除页面最外层空白底色 */
html, body {
    background-color: transparent !important;
}