MediaWiki:Common.css:修订间差异

来自圣洛神教
跳转到导航 跳转到搜索
无编辑摘要
标签已被回退
无编辑摘要
 
(未显示同一用户的5个中间版本)
第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 {
#content {
    background-color: transparent !important;
    border: none !important;
}
 
/* 左侧侧边栏全部透明 */
#mw-panel {
     background: transparent !important;
     background: transparent !important;
}
}
/* 顶部导航栏 */
#mw-panel div.portal {
.vector-header-container {
     background: transparent !important;
     background: transparent !important;
    border: none !important;
}
}
/* 侧边栏 */
 
.vector-sidebar-container {
/* 顶部头部区域透明 */
     background: transparent !important;
#mw-head {
     background-color: transparent !important;
}
}
.vector-menu-content {
#p-logo {
     background: transparent !important;
     background: transparent !important;
}
}
/* 文章正文卡片白色底色 */
 
.mw-body {
/* 顶部标签栏(阅读/讨论)透明 */
     background: transparent !important;
div.vectorTabs ul li {
     background-color: transparent !important;
}
}
/* 顶部标签栏(首页/讨论那条白块) */
div.vectorTabs span {
.vector-tabs-wrapper {
     background: transparent !important;
     background: transparent !important;
}
}
/* 页面控制按钮区域(阅读、编辑) */
 
.vector-page-toolbar-container {
/* 右上角工具下拉菜单透明 */
     background: transparent !important;
#p-cactions li {
     background-color: transparent !important;
}
}
/* 页面内容最外层包裹 */
#p-cactions li a {
.vector-column-end, .vector-column-start {
     background: transparent !important;
     background: transparent !important;
}
}
/* 分割线淡白背景清除 */
 
.mw-parser-output hr {
/* 底部页脚透明 */
     background-color: rgba(255,255,255,0.2);
#footer {
     background-color: transparent !important;
    border: none !important;
}
}

2026年9月3日 (四) 06:33的最新版本

/* 全局固定背景图 */
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: transparent !important;
}
#mw-panel div.portal {
    background: transparent !important;
    border: none !important;
}

/* 顶部头部区域透明 */
#mw-head {
    background-color: transparent !important;
}
#p-logo {
    background: transparent !important;
}

/* 顶部标签栏(阅读/讨论)透明 */
div.vectorTabs ul li {
    background-color: transparent !important;
}
div.vectorTabs span {
    background: transparent !important;
}

/* 右上角工具下拉菜单透明 */
#p-cactions li {
    background-color: transparent !important;
}
#p-cactions li a {
    background: transparent !important;
}

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