MediaWiki:Common.css:修订间差异

来自心灵终结资料站
跳转到导航 跳转到搜索
无编辑摘要
Lyx讨论 | 贡献
无编辑摘要
第1行: 第1行:
/* ===== 所有内容区域透明 ===== */
#content {
    background-color: transparent;
}
#footer {
    background-color: transparent;
}
/* ===== 头部透明 ===== */
#mw-page-base {
    background-color: transparent !important;
    background-image: none !important;
}
#mw-head {
    background-color: transparent !important;
    background-image: none !important;
}
#mw-head-base {
    background-color: transparent !important;
    background-image: none !important;
}
/* ===== 主内容区 ===== */
.mw-body {
    background-color: rgba(10, 21, 24, 0.94) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border-left: 3px solid #01faec !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6) !important;
    position: relative !important;
    overflow: hidden !important;
}
/* ===== 青绿色光晕点缀 ===== */
.mw-body::before {
    content: '' !important;
    position: absolute !important;
    top: -50px !important;
    right: -50px !important;
    width: 200px !important;
    height: 200px !important;
    background: radial-gradient(circle, rgba(1, 250, 236, 0.04), transparent 70%) !important;
    pointer-events: none !important;
    border-radius: 50% !important;
    z-index: 0 !important;
}
/* ===== 左侧导航面板 ===== */
#mw-panel {
    background-color: rgba(10, 21, 24, 0.88) !important;
    border-radius: 8px !important;
    padding: 10px 0 !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5) !important;
}
#mw-panel .portal {
    background-color: transparent !important;
}
#mw-panel .portal .body {
    background-color: transparent !important;
}
/* ===== 侧边栏标题 ===== */
#mw-panel .portal h3 {
    color: #01faec !important;
    font-weight: 600;
    padding-left: 12px;
    border-bottom: 1px solid rgba(1, 250, 236, 0.2);
    padding-bottom: 4px;
}
/* ============================================================
  侧边栏链接 - 青绿色主题(无下划线效果)
  ============================================================ */
#mw-panel a,
#mw-panel .portal .body ul li a,
.mw-portlet .body ul li a,
.portal .body ul li a {
    color: #b0d4d8 !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    padding: 3px 12px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative !important;
    display: block !important;
    background-color: transparent !important;
}
/* 强制移除侧边栏所有 ::after 伪元素 */
#mw-panel a::after,
#mw-panel .portal .body ul li a::after,
.mw-portlet .body ul li a::after,
.portal .body ul li a::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}
#mw-panel a:hover,
#mw-panel .portal .body ul li a:hover,
.mw-portlet .body ul li a:hover,
.portal .body ul li a:hover {
    color: #01faec !important;
    background-color: rgba(1, 250, 236, 0.12) !important;
    text-shadow: 0 0 20px rgba(1, 250, 236, 0.15) !important;
    transform: translateX(4px) !important;
    text-decoration: none !important;
}
#mw-panel .portal .body ul li a::before,
.mw-portlet .body ul li a::before,
.portal .body ul li a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) scaleY(0) !important;
    width: 3px !important;
    height: 60% !important;
    background: #01faec !important;
    border-radius: 0 4px 4px 0 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    opacity: 0 !important;
}
#mw-panel .portal .body ul li a:hover::before,
.mw-portlet .body ul li a:hover::before,
.portal .body ul li a:hover::before {
    transform: translateY(-50%) scaleY(1) !important;
    opacity: 1 !important;
}
/* ============================================================
/* ============================================================
   MediaWiki 美化样式
   Logo - 强制限制宽度,无动画
  主题色: #0a1518 (深空背景)
          #01faec (青柠亮青)
          #3d839b (幽蓝)
          #488ab1 (亮蓝)
          #ffffff (纯白)
  特性: 悬停动画、玻璃态、圆角、柔和阴影
   ============================================================ */
   ============================================================ */
#p-logo {
    max-width: 180px !important;
    width: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    border: none !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
}


/* ---------- 全局重设 & 基础 ---------- */
#p-logo a {
body {
    display: block !important;
     background-color: #0a1518;
    max-width: 100% !important;
     color: #ffffff;
    width: auto !important;
     font-family: 'Segoe UI', 'Roboto', system-ui, -apple-system, sans-serif;
    overflow: hidden !important;
    transition: none !important;
     transform: none !important;
     animation: none !important;
     box-shadow: none !important;
}
}


/* 链接基础色 */
#p-logo a img,
a {
#p-logo img {
     color: #01faec;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
}
 
#p-logo:hover,
#p-logo a:hover,
#p-logo a:hover img,
#p-logo img:hover {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
 
/* ============================================================
  右上角个人工具 - 去除黑色圆角背景
  ============================================================ */
#p-personal {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}
 
#p-personal li a {
    color: #b0d4d8 !important;
    transition: color 0.2s ease;
}
 
#p-personal li a:hover {
     color: #01faec !important;
     text-decoration: none;
     text-decoration: none;
    transition: color 0.2s ease-in-out, text-shadow 0.2s ease;
}
}
a:hover {
 
     color: #488ab1;
/* ============================================================
     text-shadow: 0 0 8px rgba(1, 250, 236, 0.3);
  顶部导航标签 - "首页""讨论"等
  ============================================================ */
#p-views ul li a,
#p-cactions ul li a {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 6px 14px !important;
    margin: 0 2px !important;
     color: #8ab4b8 !important;
     font-weight: 500 !important;
    transition: all 0.25s ease !important;
}
 
#p-views ul li a:hover,
#p-cactions ul li a:hover {
    background-color: rgba(1, 250, 236, 0.10) !important;
    color: #01faec !important;
}
}


/* ---------- 页面容器 ---------- */
#p-views ul li.selected a,
#mw-content-wrapper,
#p-cactions ul li.selected a {
#mw-page-base,
    background-color: transparent !important;
.mw-body,
    color: #01faec !important;
#mw-head-base {
     font-weight: 600 !important;
     background: transparent !important;
}
}


.mw-body {
/* ===== 编辑按钮 ===== */
     background: rgba(10, 21, 24, 0.85);
#ca-edit a {
    backdrop-filter: blur(8px);
     background-color: rgba(1, 250, 236, 0.10) !important;
    -webkit-backdrop-filter: blur(8px);
     color: #01faec !important;
    border: 1px solid rgba(1, 250, 236, 0.15);
     font-weight: 600 !important;
     border-radius: 20px;
     border-radius: 4px !important;
     margin: 20px 30px 30px 30px;
     padding: 20px 30px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(1, 250, 236, 0.05) inset;
    color: #e6f0f2;
}
}


/* ---------- 标题区域 ---------- */
#ca-edit a:hover {
h1, h2, h3, h4, h5, h6 {
     background-color: rgba(1, 250, 236, 0.20) !important;
     color: #ffffff;
     color: #66fcf0 !important;
    border-bottom: 2px solid rgba(1, 250, 236, 0.2);
     padding-bottom: 0.3em;
    margin-top: 1.2em;
    font-weight: 500;
    letter-spacing: 0.02em;
}
}


h1 { font-size: 2.2rem; border-bottom-color: #01faec; }
/* ===== 查看源代码按钮 ===== */
h2 { font-size: 1.8rem; border-bottom-color: #3d839b; }
#ca-viewsource a {
h3 { font-size: 1.5rem; border-bottom-color: #488ab1; }
    background-color: transparent !important;
    color: #8ab4b8 !important;
}


/* ---------- 导航栏 & 顶部工具 ---------- */
#ca-viewsource a:hover {
#mw-head,
     background-color: rgba(1, 250, 236, 0.10) !important;
#mw-panel {
     color: #01faec !important;
     background: rgba(10, 21, 24, 0.7);
     backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 16px;
    margin: 8px 12px;
    padding: 8px 16px;
    border: 1px solid rgba(61, 131, 155, 0.2);
}
}


/* 个人工具 & 标签 */
/* ============================================================
#p-personal li a,
  "编辑源代码"那块白色背景去除
#p-namespaces a,
  ============================================================ */
#p-views a {
.mw-editsection {
     color: #d0e8ed;
     background-color: transparent !important;
    transition: 0.2s;
    border-radius: 30px;
    padding: 6px 14px;
}
}


#p-personal li a:hover,
.mw-editsection a {
#p-namespaces a:hover,
     background-color: rgba(1, 250, 236, 0.08) !important;
#p-views a:hover {
     color: #01faec !important;
     background: rgba(1, 250, 236, 0.12);
     border-radius: 4px !important;
     color: #01faec;
    padding: 2px 8px !important;
     box-shadow: 0 0 16px rgba(1, 250, 236, 0.15);
    transition: all 0.3s ease !important;
}
}


/* 当前选中的命名空间/视图 */
.mw-editsection a:hover {
#p-namespaces .selected a,
     background-color: rgba(1, 250, 236, 0.18) !important;
#p-views .selected a {
     color: #66fcf0 !important;
     background: rgba(72, 138, 177, 0.25);
     color: #01faec;
    border-bottom: 2px solid #01faec;
}
}


/* ---------- 侧边栏(如果有) ---------- */
/* ===== 底部 ===== */
#mw-panel .portal .body ul li a {
#footer {
     color: #b0d4de;
     background-color: rgba(10, 21, 24, 0.88) !important;
    transition: 0.2s;
     border-radius: 8px;
     border-radius: 8px;
     padding: 4px 12px;
     padding: 12px 20px;
     margin: 2px 0;
     border-top: 2px solid #01faec;
     display: block;
     color: #8ab4b8 !important;
}
 
#footer a {
    color: #01faec !important;
}
}


#mw-panel .portal .body ul li a:hover {
#footer a:hover {
    background: rgba(1, 250, 236, 0.08);
     color: #66fcf0 !important;
     color: #01faec;
    transform: translateX(6px);
    box-shadow: -4px 0 8px rgba(1, 250, 236, 0.1);
}
}


/* ---------- 搜索框 ---------- */
/* ============================================================
#p-search #searchInput {
  内容区超链接 - 只作用于页面正文内容(含下划线效果)
    background: rgba(255, 255, 255, 0.06);
  ============================================================ */
    border: 1px solid rgba(61, 131, 155, 0.4);
.mw-parser-output a,
    border-radius: 40px;
.mw-body .mw-content-ltr a,
     color: #ffffff;
#mw-content-text a {
     padding: 8px 20px;
     color: #01faec !important;
     transition: 0.3s;
     text-decoration: none !important;
    backdrop-filter: blur(4px);
     transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
     width: 220px;
     position: relative !important;
}
}


#p-search #searchInput:focus {
.mw-parser-output a:visited,
     background: rgba(255, 255, 255, 0.12);
.mw-body .mw-content-ltr a:visited {
     border-color: #01faec;
    color: #3d839b !important;
     box-shadow: 0 0 24px rgba(1, 250, 236, 0.2), 0 0 0 2px rgba(1, 250, 236, 0.1);
}
 
.mw-parser-output a:hover,
.mw-body .mw-content-ltr a:hover {
    color: #66fcf0 !important;
    text-shadow: 0 0 20px rgba(1, 250, 236, 0.25) !important;
    transform: translateY(-1px) !important;
}
 
/* 下划线效果 - 只作用于正文内容 */
.mw-parser-output a::after,
.mw-body .mw-content-ltr a::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 50% !important;
    width: 0 !important;
    height: 2px !important;
     background: linear-gradient(90deg, #01faec, #66fcf0) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transform: translateX(-50%) !important;
     border-radius: 2px !important;
}
 
.mw-parser-output a:hover::after,
.mw-body .mw-content-ltr a:hover::after {
    width: 80% !important;
}
 
/* 外部链接 - 使用青绿色图标 */
.mw-parser-output a.external,
.mw-body .mw-content-ltr a.external,
#mw-content-text a.external {
    padding-right: 18px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2301faec' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 12px !important;
}
 
.mw-parser-output a.external:hover,
.mw-body .mw-content-ltr a.external:hover,
#mw-content-text a.external:hover {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2366fcf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") !important;
}
 
/* ===== 搜索框 ===== */
#searchInput {
    border-radius: 20px !important;
    border: 1px solid rgba(1, 250, 236, 0.30) !important;
    background-color: rgba(10, 21, 24, 0.80) !important;
    color: #ffffff !important;
    padding: 5px 14px !important;
    transition: all 0.3s ease !important;
}
 
#searchInput:focus {
    background-color: rgba(10, 21, 24, 0.95) !important;
    border-color: #01faec !important;
    box-shadow: 0 0 0 3px rgba(1, 250, 236, 0.15) !important;
     outline: none;
     outline: none;
    width: 280px;
}
}


#p-search .searchButton {
#searchButton {
     background: rgba(1, 250, 236, 0.08);
    border-radius: 20px !important;
     border: 1px solid rgba(1, 250, 236, 0.3);
     background: linear-gradient(135deg, #01faec, #3d839b) !important;
     border-radius: 40px;
     border: none !important;
     color: #01faec;
    color: #0a1518 !important;
     transition: 0.25s;
    font-weight: 600 !important;
     padding: 6px 18px;
    padding: 5px 16px !important;
    transition: all 0.3s ease !important;
     cursor: pointer !important;
}
 
#searchButton:hover {
     transform: scale(1.05) !important;
     box-shadow: 0 4px 25px rgba(1, 250, 236, 0.30) !important;
     background: linear-gradient(135deg, #66fcf0, #488ab1) !important;
}
}


#p-search .searchButton:hover {
/* ===== 标题文字 ===== */
     background: #01faec;
.mw-body h1,
     color: #0a1518;
.mw-body h2,
    box-shadow: 0 0 24px rgba(1, 250, 236, 0.4);
.mw-body h3,
    transform: scale(1.02);
.mw-body h4 {
     color: #01faec !important;
     border-bottom-color: rgba(1, 250, 236, 0.20) !important;
}
}


/* ---------- 表格 ---------- */
.mw-body p,
.wikitable,
.mw-body li,
.mw-datatable {
.mw-body .mw-content-ltr {
    background: rgba(10, 21, 24, 0.6);
     color: #ffffff !important;
    border: 1px solid rgba(61, 131, 155, 0.3);
    border-radius: 14px;
    overflow: hidden;
    backdrop-filter: blur(4px);
     color: #e6f0f2;
}
}


.wikitable th,
/* ===== 页面加载动画 ===== */
.mw-datatable th {
.mw-body,
     background: rgba(61, 131, 155, 0.25);
#mw-panel,
    color: #01faec;
#footer {
    border-bottom: 2px solid #01faec;
     animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    padding: 12px 14px;
}
}


.wikitable td,
#mw-panel {
.mw-datatable td {
     animation-delay: 0.05s !important;
     border: 1px solid rgba(72, 138, 177, 0.15);
    padding: 10px 14px;
}
}


.wikitable tr:hover,
.mw-body {
.mw-datatable tr:hover {
     animation-delay: 0.1s !important;
     background: rgba(1, 250, 236, 0.04);
    transition: 0.15s;
}
}


/* ---------- 信息框 / 消息盒子 ---------- */
#footer {
.mw-message-box,
     animation-delay: 0.15s !important;
div.mw-message-box {
     background: rgba(10, 21, 24, 0.7);
    backdrop-filter: blur(6px);
    border-left: 6px solid #01faec;
    border-radius: 12px;
    padding: 16px 24px;
    margin: 18px 0;
    color: #e6f0f2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
}


.mw-message-box-warning {
@keyframes fadeInUp {
     border-left-color: #488ab1;
     from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


/* ---------- 编辑框 & 文本框 ---------- */
/* ============================================================
textarea,
  强制修复顶部标签栏 - "首页""讨论""编辑源代码""监视"等
input[type="text"],
  ============================================================ */
input[type="password"],
 
.mw-ui-input {
/* 标签栏容器 - 背景透明 */
     background: rgba(255, 255, 255, 0.05);
#p-views,
    border: 1px solid rgba(61, 131, 155, 0.3);
#p-cactions,
    border-radius: 12px;
#left-navigation,
    color: #ffffff;
#right-navigation {
    padding: 10px 16px;
     background-color: transparent !important;
    transition: 0.3s;
    backdrop-filter: blur(4px);
}
}


textarea:focus,
/* 所有标签项 - 重置为透明背景 */
input[type="text"]:focus,
#p-views ul,
input[type="password"]:focus,
#p-cactions ul,
.mw-ui-input:focus {
#p-views ul li,
     border-color: #01faec;
#p-cactions ul li {
    box-shadow: 0 0 0 3px rgba(1, 250, 236, 0.15), 0 0 24px rgba(1, 250, 236, 0.05);
     background-color: transparent !important;
     background: rgba(255, 255, 255, 0.08);
     background: none !important;
    outline: none;
}
}


/* ---------- 按钮 ---------- */
/* 标签链接 - 完全自定义样式 */
.mw-ui-button,
#p-views ul li a,
input[type="submit"],
#p-cactions ul li a,
input[type="button"],
#left-navigation ul li a,
button {
#right-navigation ul li a {
     background: rgba(61, 131, 155, 0.15);
    background-color: transparent !important;
     border: 1px solid rgba(1, 250, 236, 0.25);
     background: none !important;
     border-radius: 40px;
     border: none !important;
     color: #ffffff;
     border-radius: 4px 4px 0 0 !important;
     padding: 8px 22px;
    padding: 6px 14px !important;
     font-weight: 500;
    margin: 0 2px !important;
     transition: 0.25s;
     color: #8ab4b8 !important;
     cursor: pointer;
     font-weight: 500 !important;
     backdrop-filter: blur(4px);
     font-size: 13px !important;
     transition: all 0.25s ease !important;
     box-shadow: none !important;
     text-shadow: none !important;
}
}


.mw-ui-button:hover,
/* 悬停效果 */
input[type="submit"]:hover,
#p-views ul li a:hover,
input[type="button"]:hover,
#p-cactions ul li a:hover,
button:hover {
#left-navigation ul li a:hover,
     background: #01faec;
#right-navigation ul li a:hover {
    color: #0a1518;
     background-color: rgba(1, 250, 236, 0.12) !important;
    box-shadow: 0 0 28px rgba(1, 250, 236, 0.4);
     color: #01faec !important;
     transform: translateY(-2px) scale(1.02);
    border: none !important;
     border-color: #01faec;
    border-radius: 4px 4px 0 0 !important;
     text-decoration: none !important;
}
}


.mw-ui-button.mw-ui-progressive {
/* 当前选中的标签页 - "首页"或"页面" */
     background: #01faec;
#p-views ul li.selected a,
     color: #0a1518;
#p-cactions ul li.selected a,
     border-color: #01faec;
#left-navigation ul li.selected a,
#right-navigation ul li.selected a {
     background-color: transparent !important;
    color: #01faec !important;
     font-weight: 600 !important;
     border-radius: 0 !important;
}
}


.mw-ui-button.mw-ui-progressive:hover {
/* ===== "编辑源代码" 按钮特殊样式 ===== */
     background: #3d839b;
#ca-viewsource a {
    border-color: #3d839b;
     background-color: rgba(1, 250, 236, 0.06) !important;
     color: #ffffff;
     color: #8ab4b8 !important;
     box-shadow: 0 0 28px rgba(61, 131, 155, 0.5);
     border-radius: 4px !important;
}
}


/* ---------- 目录 ---------- */
#ca-viewsource a:hover {
#toc {
     background-color: rgba(1, 250, 236, 0.18) !important;
     background: rgba(10, 21, 24, 0.6);
     color: #01faec !important;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(1, 250, 236, 0.15);
     border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}
}


#toc ul li a {
/* ===== "编辑" 按钮特殊样式 ===== */
     color: #b8dce8;
#ca-edit a {
     transition: 0.2s;
     background-color: rgba(1, 250, 236, 0.08) !important;
     border-radius: 8px;
     color: #01faec !important;
    padding: 2px 10px;
     border-radius: 4px !important;
    display: inline-block;
}
}


#toc ul li a:hover {
#ca-edit a:hover {
     color: #01faec;
     background-color: rgba(1, 250, 236, 0.20) !important;
    background: rgba(1, 250, 236, 0.06);
     color: #66fcf0 !important;
     transform: translateX(4px);
}
}


/* ---------- 脚注 ---------- */
/* ===== "监视" 按钮 ===== */
.mw-footer {
#ca-watch a,
    background: rgba(10, 21, 24, 0.6);
#ca-unwatch a {
    backdrop-filter: blur(6px);
     color: #8ab4b8 !important;
     border-top: 1px solid rgba(61, 131, 155, 0.15);
     background-color: transparent !important;
     border-radius: 20px 20px 0 0;
    padding: 20px 30px;
    margin: 30px 30px 0 30px;
    color: #8bb8c9;
}
}


.mw-footer a {
#ca-watch a:hover,
     color: #3d839b;
#ca-unwatch a:hover {
     color: #01faec !important;
    background-color: rgba(1, 250, 236, 0.08) !important;
}
}
.mw-footer a:hover {
 
     color: #01faec;
/* ===== "讨论" 按钮 ===== */
     text-shadow: 0 0 10px rgba(1, 250, 236, 0.2);
#ca-talk a {
     color: #8ab4b8 !important;
     background-color: transparent !important;
}
}


/* ---------- 差异对比 ---------- */
#ca-talk a:hover {
.diff {
     color: #01faec !important;
     background: rgba(10, 21, 24, 0.7);
     background-color: rgba(1, 250, 236, 0.08) !important;
     backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(61, 131, 155, 0.2);
}
}


.diff td {
/* 移除任何残留的默认背景和边框 */
     padding: 8px 12px;
#p-views .vector-menu-content,
#p-cactions .vector-menu-content,
.vector-menu-tabs,
.vector-menu-tabs ul {
     background: none !important;
    background-color: transparent !important;
    border: none !important;
}
}
.diffchange {
 
     background: rgba(1, 250, 236, 0.15) !important;
.vector-menu-tabs .mw-watchlink.icon a {
     color: #01faec;
     width: auto !important;
    border-radius: 6px;
     height: auto !important;
    padding: 2px 6px;
}
}


/* ---------- 小工具 & 特殊元素 ---------- */
/* ===== 强制修复:重置星标图标定位和尺寸 ===== */
.mw-echo-ui-notificationItemWidget {
.vector-menu-tabs .mw-watchlink.icon a:before {
     background: rgba(10, 21, 24, 0.8) !important;
     left: auto !important;
     backdrop-filter: blur(6px);
     top: auto !important;
     border-radius: 14px !important;
     width: auto !important;
     border-left: 4px solid #01faec !important;
     height: auto !important;
}
}


/* 滚动条 */
/* ===== 强制修复:标签栏高度 ===== */
::-webkit-scrollbar {
.vector-menu-tabs-legacy li a {
    width: 10px;
     height: auto !important;
     height: 10px;
}
}
::-webkit-scrollbar-track {
 
     background: #0a1518;
/* ============================================================
  强制修复 "系统消息" 和 "讨论" 标签样式(含背景)
  ============================================================ */
 
/* "系统消息" 标签 - 页面主标签 */
#ca-nstab-main {
     background-color: transparent !important;
    background: none !important;
}
}
::-webkit-scrollbar-thumb {
 
     background: #3d839b;
#ca-nstab-main a {
     border-radius: 20px;
    background-color: transparent !important;
     border: 2px solid #0a1518;
     background: none !important;
    color: #8ab4b8 !important;
    border: none !important;
     border-radius: 4px 4px 0 0 !important;
     padding: 6px 14px !important;
    margin: 0 2px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all 0.25s ease !important;
}
}
::-webkit-scrollbar-thumb:hover {
 
     background: #01faec;
#ca-nstab-main a:hover {
     box-shadow: 0 0 16px rgba(1, 250, 236, 0.3);
     background-color: rgba(1, 250, 236, 0.12) !important;
     background: rgba(1, 250, 236, 0.12) !important;
    color: #01faec !important;
    border: none !important;
    text-decoration: none !important;
}
}


/* ---------- 卡片式悬浮面板 ---------- */
/* "系统消息" 选中状态 */
.mw-body-content .infobox,
#ca-nstab-main.selected {
.infobox {
     background-color: transparent !important;
     background: rgba(10, 21, 24, 0.7);
     background: none !important;
    backdrop-filter: blur(6px);
     border: 1px solid rgba(72, 138, 177, 0.2);
    border-radius: 18px;
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}
}


.infobox:hover {
#ca-nstab-main.selected a {
     border-color: #01faec;
     background-color: transparent !important;
     box-shadow: 0 12px 36px rgba(1, 250, 236, 0.08), 0 0 0 1px rgba(1, 250, 236, 0.1);
    background: none !important;
     transform: translateY(-2px);
    color: #01faec !important;
     font-weight: 600 !important;
     border-radius: 0 !important;
}
}


/* ---------- 分类标签 ---------- */
/* "讨论" 标签 */
#mw-normal-catlinks {
#ca-talk {
     background: rgba(10, 21, 24, 0.5);
     background-color: transparent !important;
    backdrop-filter: blur(4px);
     background: none !important;
     border-radius: 40px;
    padding: 8px 20px;
    border: 1px solid rgba(61, 131, 155, 0.15);
    margin-top: 24px;
}
}


#mw-normal-catlinks a {
#ca-talk a {
     color: #3d839b;
    background-color: transparent !important;
     transition: 0.2s;
    background: none !important;
     border-radius: 30px;
     color: #8ab4b8 !important;
     padding: 4px 12px;
     border: none !important;
     border-radius: 4px 4px 0 0 !important;
     padding: 6px 14px !important;
    margin: 0 2px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all 0.25s ease !important;
}
}
#mw-normal-catlinks a:hover {
 
     background: rgba(1, 250, 236, 0.06);
#ca-talk a:hover {
     color: #01faec;
     background-color: rgba(1, 250, 236, 0.12) !important;
    box-shadow: 0 0 12px rgba(1, 250, 236, 0.05);
     background: rgba(1, 250, 236, 0.12) !important;
    color: #01faec !important;
    border: none !important;
    text-decoration: none !important;
}
}


/* ---------- 悬浮卡片效果 (通用) ---------- */
/* "讨论" 选中状态 */
.mw-body-content .gallerybox,
#ca-talk.selected {
.thumbinner {
     background-color: transparent !important;
     background: rgba(10, 21, 24, 0.5);
     background: none !important;
    backdrop-filter: blur(4px);
    border-radius: 16px !important;
     border: 1px solid rgba(61, 131, 155, 0.15) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    transition: 0.25s;
}
}


.thumbinner:hover,
#ca-talk.selected a {
.gallerybox:hover {
    background-color: transparent !important;
     border-color: #01faec !important;
    background: none !important;
     box-shadow: 0 8px 28px rgba(1, 250, 236, 0.08), 0 0 0 1px rgba(1, 250, 236, 0.05);
     color: #01faec !important;
     transform: scale(1.01);
     font-weight: 600 !important;
    border-radius: 0 !important;
}
 
/* ===== 额外兜底:强制所有导航标签背景透明 ===== */
#left-navigation ul li,
#p-views ul li,
#p-cactions ul li,
#left-navigation ul li a,
#p-views ul li a,
#p-cactions ul li a {
    background-color: transparent !important;
    background: none !important;
}
 
/* 所有选中状态统一青绿色下划线 */
#left-navigation ul li.selected,
#p-views ul li.selected,
#p-cactions ul li.selected,
#left-navigation ul li.selected a,
#p-views ul li.selected a,
#p-cactions ul li.selected a {
    background-color: transparent !important;
    background: none !important;
    color: #01faec !important;
     border-radius: 0 !important;
}
}


/* ---------- 响应式微调 ---------- */
/* 所有悬停状态统一青绿色背景 */
@media screen and (max-width: 768px) {
#left-navigation ul li a:hover,
    .mw-body {
#p-views ul li a:hover,
        margin: 12px 10px;
#p-cactions ul li a:hover {
        padding: 16px;
    background-color: rgba(1, 250, 236, 0.12) !important;
        border-radius: 14px;
     background: rgba(1, 250, 236, 0.12) !important;
     }
     color: #01faec !important;
    #p-search #searchInput {
        width: 140px;
     }
    #p-search #searchInput:focus {
        width: 180px;
    }
}
}

2026年8月19日 (三) 02:45的版本

/* ===== 所有内容区域透明 ===== */
#content {
    background-color: transparent;
}

#footer {
    background-color: transparent;
}

/* ===== 头部透明 ===== */
#mw-page-base {
    background-color: transparent !important;
    background-image: none !important;
}

#mw-head {
    background-color: transparent !important;
    background-image: none !important;
}

#mw-head-base {
    background-color: transparent !important;
    background-image: none !important;
}

/* ===== 主内容区 ===== */
.mw-body {
    background-color: rgba(10, 21, 24, 0.94) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border-left: 3px solid #01faec !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* ===== 青绿色光晕点缀 ===== */
.mw-body::before {
    content: '' !important;
    position: absolute !important;
    top: -50px !important;
    right: -50px !important;
    width: 200px !important;
    height: 200px !important;
    background: radial-gradient(circle, rgba(1, 250, 236, 0.04), transparent 70%) !important;
    pointer-events: none !important;
    border-radius: 50% !important;
    z-index: 0 !important;
}

/* ===== 左侧导航面板 ===== */
#mw-panel {
    background-color: rgba(10, 21, 24, 0.88) !important;
    border-radius: 8px !important;
    padding: 10px 0 !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5) !important;
}

#mw-panel .portal {
    background-color: transparent !important;
}

#mw-panel .portal .body {
    background-color: transparent !important;
}

/* ===== 侧边栏标题 ===== */
#mw-panel .portal h3 {
    color: #01faec !important;
    font-weight: 600;
    padding-left: 12px;
    border-bottom: 1px solid rgba(1, 250, 236, 0.2);
    padding-bottom: 4px;
}

/* ============================================================
   侧边栏链接 - 青绿色主题(无下划线效果)
   ============================================================ */
#mw-panel a,
#mw-panel .portal .body ul li a,
.mw-portlet .body ul li a,
.portal .body ul li a {
    color: #b0d4d8 !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    padding: 3px 12px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative !important;
    display: block !important;
    background-color: transparent !important;
}

/* 强制移除侧边栏所有 ::after 伪元素 */
#mw-panel a::after,
#mw-panel .portal .body ul li a::after,
.mw-portlet .body ul li a::after,
.portal .body ul li a::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

#mw-panel a:hover,
#mw-panel .portal .body ul li a:hover,
.mw-portlet .body ul li a:hover,
.portal .body ul li a:hover {
    color: #01faec !important;
    background-color: rgba(1, 250, 236, 0.12) !important;
    text-shadow: 0 0 20px rgba(1, 250, 236, 0.15) !important;
    transform: translateX(4px) !important;
    text-decoration: none !important;
}

#mw-panel .portal .body ul li a::before,
.mw-portlet .body ul li a::before,
.portal .body ul li a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) scaleY(0) !important;
    width: 3px !important;
    height: 60% !important;
    background: #01faec !important;
    border-radius: 0 4px 4px 0 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    opacity: 0 !important;
}

#mw-panel .portal .body ul li a:hover::before,
.mw-portlet .body ul li a:hover::before,
.portal .body ul li a:hover::before {
    transform: translateY(-50%) scaleY(1) !important;
    opacity: 1 !important;
}

/* ============================================================
   Logo - 强制限制宽度,无动画
   ============================================================ */
#p-logo {
    max-width: 180px !important;
    width: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    border: none !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
}

#p-logo a {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    overflow: hidden !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
    box-shadow: none !important;
}

#p-logo a img,
#p-logo img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
}

#p-logo:hover,
#p-logo a:hover,
#p-logo a:hover img,
#p-logo img:hover {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* ============================================================
   右上角个人工具 - 去除黑色圆角背景
   ============================================================ */
#p-personal {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#p-personal li a {
    color: #b0d4d8 !important;
    transition: color 0.2s ease;
}

#p-personal li a:hover {
    color: #01faec !important;
    text-decoration: none;
}

/* ============================================================
   顶部导航标签 - "首页""讨论"等
   ============================================================ */
#p-views ul li a,
#p-cactions ul li a {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 6px 14px !important;
    margin: 0 2px !important;
    color: #8ab4b8 !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
}

#p-views ul li a:hover,
#p-cactions ul li a:hover {
    background-color: rgba(1, 250, 236, 0.10) !important;
    color: #01faec !important;
}

#p-views ul li.selected a,
#p-cactions ul li.selected a {
    background-color: transparent !important;
    color: #01faec !important;
    font-weight: 600 !important;
}

/* ===== 编辑按钮 ===== */
#ca-edit a {
    background-color: rgba(1, 250, 236, 0.10) !important;
    color: #01faec !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}

#ca-edit a:hover {
    background-color: rgba(1, 250, 236, 0.20) !important;
    color: #66fcf0 !important;
}

/* ===== 查看源代码按钮 ===== */
#ca-viewsource a {
    background-color: transparent !important;
    color: #8ab4b8 !important;
}

#ca-viewsource a:hover {
    background-color: rgba(1, 250, 236, 0.10) !important;
    color: #01faec !important;
}

/* ============================================================
   "编辑源代码"那块白色背景去除
   ============================================================ */
.mw-editsection {
    background-color: transparent !important;
}

.mw-editsection a {
    background-color: rgba(1, 250, 236, 0.08) !important;
    color: #01faec !important;
    border-radius: 4px !important;
    padding: 2px 8px !important;
    transition: all 0.3s ease !important;
}

.mw-editsection a:hover {
    background-color: rgba(1, 250, 236, 0.18) !important;
    color: #66fcf0 !important;
}

/* ===== 底部 ===== */
#footer {
    background-color: rgba(10, 21, 24, 0.88) !important;
    border-radius: 8px;
    padding: 12px 20px;
    border-top: 2px solid #01faec;
    color: #8ab4b8 !important;
}

#footer a {
    color: #01faec !important;
}

#footer a:hover {
    color: #66fcf0 !important;
}

/* ============================================================
   内容区超链接 - 只作用于页面正文内容(含下划线效果)
   ============================================================ */
.mw-parser-output a,
.mw-body .mw-content-ltr a,
#mw-content-text a {
    color: #01faec !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative !important;
}

.mw-parser-output a:visited,
.mw-body .mw-content-ltr a:visited {
    color: #3d839b !important;
}

.mw-parser-output a:hover,
.mw-body .mw-content-ltr a:hover {
    color: #66fcf0 !important;
    text-shadow: 0 0 20px rgba(1, 250, 236, 0.25) !important;
    transform: translateY(-1px) !important;
}

/* 下划线效果 - 只作用于正文内容 */
.mw-parser-output a::after,
.mw-body .mw-content-ltr a::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 50% !important;
    width: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #01faec, #66fcf0) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transform: translateX(-50%) !important;
    border-radius: 2px !important;
}

.mw-parser-output a:hover::after,
.mw-body .mw-content-ltr a:hover::after {
    width: 80% !important;
}

/* 外部链接 - 使用青绿色图标 */
.mw-parser-output a.external,
.mw-body .mw-content-ltr a.external,
#mw-content-text a.external {
    padding-right: 18px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2301faec' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 12px !important;
}

.mw-parser-output a.external:hover,
.mw-body .mw-content-ltr a.external:hover,
#mw-content-text a.external:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2366fcf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") !important;
}

/* ===== 搜索框 ===== */
#searchInput {
    border-radius: 20px !important;
    border: 1px solid rgba(1, 250, 236, 0.30) !important;
    background-color: rgba(10, 21, 24, 0.80) !important;
    color: #ffffff !important;
    padding: 5px 14px !important;
    transition: all 0.3s ease !important;
}

#searchInput:focus {
    background-color: rgba(10, 21, 24, 0.95) !important;
    border-color: #01faec !important;
    box-shadow: 0 0 0 3px rgba(1, 250, 236, 0.15) !important;
    outline: none;
}

#searchButton {
    border-radius: 20px !important;
    background: linear-gradient(135deg, #01faec, #3d839b) !important;
    border: none !important;
    color: #0a1518 !important;
    font-weight: 600 !important;
    padding: 5px 16px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

#searchButton:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 25px rgba(1, 250, 236, 0.30) !important;
    background: linear-gradient(135deg, #66fcf0, #488ab1) !important;
}

/* ===== 标题文字 ===== */
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4 {
    color: #01faec !important;
    border-bottom-color: rgba(1, 250, 236, 0.20) !important;
}

.mw-body p,
.mw-body li,
.mw-body .mw-content-ltr {
    color: #ffffff !important;
}

/* ===== 页面加载动画 ===== */
.mw-body,
#mw-panel,
#footer {
    animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
}

#mw-panel {
    animation-delay: 0.05s !important;
}

.mw-body {
    animation-delay: 0.1s !important;
}

#footer {
    animation-delay: 0.15s !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   强制修复顶部标签栏 - "首页""讨论""编辑源代码""监视"等
   ============================================================ */

/* 标签栏容器 - 背景透明 */
#p-views,
#p-cactions,
#left-navigation,
#right-navigation {
    background-color: transparent !important;
}

/* 所有标签项 - 重置为透明背景 */
#p-views ul,
#p-cactions ul,
#p-views ul li,
#p-cactions ul li {
    background-color: transparent !important;
    background: none !important;
}

/* 标签链接 - 完全自定义样式 */
#p-views ul li a,
#p-cactions ul li a,
#left-navigation ul li a,
#right-navigation ul li a {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    border-radius: 4px 4px 0 0 !important;
    padding: 6px 14px !important;
    margin: 0 2px !important;
    color: #8ab4b8 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* 悬停效果 */
#p-views ul li a:hover,
#p-cactions ul li a:hover,
#left-navigation ul li a:hover,
#right-navigation ul li a:hover {
    background-color: rgba(1, 250, 236, 0.12) !important;
    color: #01faec !important;
    border: none !important;
    border-radius: 4px 4px 0 0 !important;
    text-decoration: none !important;
}

/* 当前选中的标签页 - "首页"或"页面" */
#p-views ul li.selected a,
#p-cactions ul li.selected a,
#left-navigation ul li.selected a,
#right-navigation ul li.selected a {
    background-color: transparent !important;
    color: #01faec !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
}

/* ===== "编辑源代码" 按钮特殊样式 ===== */
#ca-viewsource a {
    background-color: rgba(1, 250, 236, 0.06) !important;
    color: #8ab4b8 !important;
    border-radius: 4px !important;
}

#ca-viewsource a:hover {
    background-color: rgba(1, 250, 236, 0.18) !important;
    color: #01faec !important;
}

/* ===== "编辑" 按钮特殊样式 ===== */
#ca-edit a {
    background-color: rgba(1, 250, 236, 0.08) !important;
    color: #01faec !important;
    border-radius: 4px !important;
}

#ca-edit a:hover {
    background-color: rgba(1, 250, 236, 0.20) !important;
    color: #66fcf0 !important;
}

/* ===== "监视" 按钮 ===== */
#ca-watch a,
#ca-unwatch a {
    color: #8ab4b8 !important;
    background-color: transparent !important;
}

#ca-watch a:hover,
#ca-unwatch a:hover {
    color: #01faec !important;
    background-color: rgba(1, 250, 236, 0.08) !important;
}

/* ===== "讨论" 按钮 ===== */
#ca-talk a {
    color: #8ab4b8 !important;
    background-color: transparent !important;
}

#ca-talk a:hover {
    color: #01faec !important;
    background-color: rgba(1, 250, 236, 0.08) !important;
}

/* 移除任何残留的默认背景和边框 */
#p-views .vector-menu-content,
#p-cactions .vector-menu-content,
.vector-menu-tabs,
.vector-menu-tabs ul {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
}

.vector-menu-tabs .mw-watchlink.icon a {
    width: auto !important;
    height: auto !important;
}

/* ===== 强制修复:重置星标图标定位和尺寸 ===== */
.vector-menu-tabs .mw-watchlink.icon a:before {
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
}

/* ===== 强制修复:标签栏高度 ===== */
.vector-menu-tabs-legacy li a {
    height: auto !important;
}

/* ============================================================
   强制修复 "系统消息" 和 "讨论" 标签样式(含背景)
   ============================================================ */

/* "系统消息" 标签 - 页面主标签 */
#ca-nstab-main {
    background-color: transparent !important;
    background: none !important;
}

#ca-nstab-main a {
    background-color: transparent !important;
    background: none !important;
    color: #8ab4b8 !important;
    border: none !important;
    border-radius: 4px 4px 0 0 !important;
    padding: 6px 14px !important;
    margin: 0 2px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all 0.25s ease !important;
}

#ca-nstab-main a:hover {
    background-color: rgba(1, 250, 236, 0.12) !important;
    background: rgba(1, 250, 236, 0.12) !important;
    color: #01faec !important;
    border: none !important;
    text-decoration: none !important;
}

/* "系统消息" 选中状态 */
#ca-nstab-main.selected {
    background-color: transparent !important;
    background: none !important;
}

#ca-nstab-main.selected a {
    background-color: transparent !important;
    background: none !important;
    color: #01faec !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
}

/* "讨论" 标签 */
#ca-talk {
    background-color: transparent !important;
    background: none !important;
}

#ca-talk a {
    background-color: transparent !important;
    background: none !important;
    color: #8ab4b8 !important;
    border: none !important;
    border-radius: 4px 4px 0 0 !important;
    padding: 6px 14px !important;
    margin: 0 2px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all 0.25s ease !important;
}

#ca-talk a:hover {
    background-color: rgba(1, 250, 236, 0.12) !important;
    background: rgba(1, 250, 236, 0.12) !important;
    color: #01faec !important;
    border: none !important;
    text-decoration: none !important;
}

/* "讨论" 选中状态 */
#ca-talk.selected {
    background-color: transparent !important;
    background: none !important;
}

#ca-talk.selected a {
    background-color: transparent !important;
    background: none !important;
    color: #01faec !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
}

/* ===== 额外兜底:强制所有导航标签背景透明 ===== */
#left-navigation ul li,
#p-views ul li,
#p-cactions ul li,
#left-navigation ul li a,
#p-views ul li a,
#p-cactions ul li a {
    background-color: transparent !important;
    background: none !important;
}

/* 所有选中状态统一青绿色下划线 */
#left-navigation ul li.selected,
#p-views ul li.selected,
#p-cactions ul li.selected,
#left-navigation ul li.selected a,
#p-views ul li.selected a,
#p-cactions ul li.selected a {
    background-color: transparent !important;
    background: none !important;
    color: #01faec !important;
    border-radius: 0 !important;
}

/* 所有悬停状态统一青绿色背景 */
#left-navigation ul li a:hover,
#p-views ul li a:hover,
#p-cactions ul li a:hover {
    background-color: rgba(1, 250, 236, 0.12) !important;
    background: rgba(1, 250, 236, 0.12) !important;
    color: #01faec !important;
}