打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
Jzyfate留言 | 贡献
无编辑摘要
Jzyfate留言 | 贡献
无编辑摘要
第1行: 第1行:
/* ===== 江中缘 Wiki 全局主题:明亮海岛玻璃版 ===== */
/* ===== 江中缘 Wiki 全局主题:清晰背景图版 ===== */
:root {
:root {
   --jzy-ink: #eef8fb;
   --jzy-ink: #eef8fb;
   --jzy-muted: #c6d9df;
   --jzy-muted: #c7d9df;
   --jzy-blue: #78d8f0;
   --jzy-blue: #78d8f0;
   --jzy-blue-soft: #a8edf4;
   --jzy-blue-soft: #a8edf4;
  --jzy-blue-deep: #0b4a58;
   --jzy-green: #5ab878;
   --jzy-green: #5ab878;
   --jzy-green-soft: #b8f0c8;
   --jzy-green-soft: #b8f0c8;
  --jzy-green-deep: #155d38;
   --jzy-gold: #f4cf78;
   --jzy-gold: #f4cf78;
   --jzy-gold-soft: #ffe7a8;
   --jzy-gold-soft: #ffe7a8;
  --jzy-panel: rgba(28, 55, 70, 0.54);
   --jzy-border: rgba(126, 204, 218, 0.24);
  --jzy-panel-soft: rgba(20, 35, 50, 0.42);
   --jzy-border: rgba(126, 204, 218, 0.30);
}
}


第27行: 第23行:
}
}


/* 背景保护层:比上一版更亮,让背景图不被压暗 */
/* 不再使用全屏遮罩,确保背景图保持清晰 */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(120, 216, 240, 0.10), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(244, 207, 120, 0.11), transparent 30%),
    linear-gradient(135deg, rgba(4, 18, 28, 0.22), rgba(7, 34, 45, 0.20) 45%, rgba(8, 30, 18, 0.22));
  z-index: 0;
}
 
#mw-page-base,
#mw-head,
#mw-panel,
.mw-body,
#footer {
  position: relative;
  z-index: 1;
}
 
/* ===== 内容区:清透玻璃层,减少主体与背景的割裂感 ===== */
#mw-page-base {
#mw-page-base {
   background: transparent !important;
   background: transparent !important;
}
}


/* ===== 主体内容:轻量玻璃,不压暗背景 ===== */
.mw-body {
.mw-body {
   background:
   background: rgba(12, 28, 38, 0.24) !important;
    linear-gradient(145deg, rgba(28, 55, 70, 0.54), rgba(12, 74, 88, 0.42) 48%, rgba(18, 70, 42, 0.42)) !important;
   color: var(--jzy-ink) !important;
   color: var(--jzy-ink) !important;
   border: 1px solid rgba(126, 204, 218, 0.30) !important;
   border: 1px solid rgba(126, 204, 218, 0.22) !important;
   border-radius: 18px !important;
   border-radius: 18px !important;
   box-shadow:
   box-shadow:
     0 18px 42px rgba(0, 0, 0, 0.24),
     0 12px 28px rgba(0, 0, 0, 0.18),
     inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
     inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
   backdrop-filter: blur(8px) saturate(135%);
   backdrop-filter: blur(3px) saturate(115%);
   -webkit-backdrop-filter: blur(8px) saturate(135%);
   -webkit-backdrop-filter: blur(3px) saturate(115%);
}
}


第75行: 第49行:
.mw-body-content p,
.mw-body-content p,
.mw-parser-output li {
.mw-parser-output li {
   line-height: 1.86 !important;
   line-height: 1.88 !important;
   color: var(--jzy-ink) !important;
   color: var(--jzy-ink) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
}


第82行: 第57行:
.mw-body-content strong {
.mw-body-content strong {
   color: #ffffff !important;
   color: #ffffff !important;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.58);
}
}


/* ===== 顶部与侧边栏 ===== */
/* ===== 顶部与侧边栏:更轻,不抢背景 ===== */
#mw-head,
#mw-head,
.vector-header-container {
.vector-header-container {
   background: rgba(8, 22, 34, 0.24) !important;
   background: rgba(8, 22, 34, 0.18) !important;
   backdrop-filter: blur(8px);
   backdrop-filter: blur(4px);
   -webkit-backdrop-filter: blur(8px);
   -webkit-backdrop-filter: blur(4px);
}
}


#mw-panel {
#mw-panel {
   background: rgba(8, 22, 34, 0.34) !important;
   background: rgba(8, 22, 34, 0.24) !important;
   color: var(--jzy-muted) !important;
   color: var(--jzy-muted) !important;
   border-right: 1px solid rgba(126, 204, 218, 0.16);
   border-right: 1px solid rgba(126, 204, 218, 0.12);
}
}


#mw-panel .portal,
#mw-panel .portal,
#mw-panel nav {
#mw-panel nav {
   background: rgba(255, 255, 255, 0.045);
   background: rgba(8, 22, 34, 0.22);
   border: 1px solid rgba(126, 204, 218, 0.14);
   border: 1px solid rgba(126, 204, 218, 0.12);
   border-radius: 12px;
   border-radius: 12px;
   margin: 8px 8px 12px;
   margin: 8px 8px 12px;
第108行: 第83行:
}
}


/* ===== 标题层级 ===== */
/* ===== 标题层级:靠文字阴影保证清晰 ===== */
h1,
h1,
.firstHeading {
.firstHeading {
   color: #f5fcff !important;
   color: #f6fdff !important;
   font-weight: 900 !important;
   font-weight: 900 !important;
   letter-spacing: 0 !important;
   letter-spacing: 0 !important;
   text-shadow: 0 3px 12px rgba(0, 0, 0, 0.56) !important;
   text-shadow:
    0 3px 12px rgba(0, 0, 0, 0.70),
    0 0 20px rgba(120, 216, 240, 0.18) !important;
}
}


第124行: 第101行:
   padding-bottom: 6px !important;
   padding-bottom: 6px !important;
   margin-top: 1.45em !important;
   margin-top: 1.45em !important;
   text-shadow: 0 2px 6px rgba(0, 0, 0, 0.48) !important;
   text-shadow:
    0 2px 7px rgba(0, 0, 0, 0.68),
    0 0 14px rgba(120, 216, 240, 0.15) !important;
}
}


第135行: 第114行:
   border-radius: 999px;
   border-radius: 999px;
   background: linear-gradient(90deg, var(--jzy-blue), var(--jzy-green), var(--jzy-gold));
   background: linear-gradient(90deg, var(--jzy-blue), var(--jzy-green), var(--jzy-gold));
   box-shadow: 0 0 16px rgba(120, 216, 240, 0.24);
   box-shadow: 0 0 14px rgba(120, 216, 240, 0.26);
}
}


第141行: 第120行:
   color: var(--jzy-green-soft) !important;
   color: var(--jzy-green-soft) !important;
   font-weight: 800 !important;
   font-weight: 800 !important;
   text-shadow: 0 2px 5px rgba(0, 0, 0, 0.42) !important;
   text-shadow: 0 2px 6px rgba(0, 0, 0, 0.62) !important;
}
}


第147行: 第126行:
   color: #b7e9f4 !important;
   color: #b7e9f4 !important;
   font-weight: 750 !important;
   font-weight: 750 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55) !important;
}
}


第153行: 第133行:
.mw-parser-output a:link {
.mw-parser-output a:link {
   color: var(--jzy-blue) !important;
   color: var(--jzy-blue) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
}


第164行: 第145行:
   color: var(--jzy-gold) !important;
   color: var(--jzy-gold) !important;
   text-decoration: none !important;
   text-decoration: none !important;
   text-shadow: 0 0 10px rgba(244, 207, 120, 0.34);
   text-shadow: 0 0 10px rgba(244, 207, 120, 0.42);
}
}


第178行: 第159行:
/* ===== 目录 ===== */
/* ===== 目录 ===== */
.toc {
.toc {
   background: rgba(12, 44, 58, 0.50) !important;
   background: rgba(8, 22, 34, 0.34) !important;
   border: 1px solid rgba(126, 204, 218, 0.30) !important;
   border: 1px solid rgba(126, 204, 218, 0.24) !important;
   border-radius: 14px !important;
   border-radius: 14px !important;
   padding: 14px 18px !important;
   padding: 14px 18px !important;
第185行: 第166行:
   box-shadow:
   box-shadow:
     inset 0 1px 0 rgba(255, 255, 255, 0.10),
     inset 0 1px 0 rgba(255, 255, 255, 0.10),
     0 10px 22px rgba(0, 0, 0, 0.18);
     0 10px 22px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
}


第200行: 第183行:
/* ===== 表格与普通内容块 ===== */
/* ===== 表格与普通内容块 ===== */
.wikitable {
.wikitable {
   background: rgba(12, 44, 58, 0.38) !important;
   background: rgba(8, 22, 34, 0.26) !important;
   color: var(--jzy-ink) !important;
   color: var(--jzy-ink) !important;
   border: 1px solid rgba(126, 204, 218, 0.20) !important;
   border: 1px solid rgba(126, 204, 218, 0.18) !important;
   border-radius: 12px;
   border-radius: 12px;
   overflow: hidden;
   overflow: hidden;
第209行: 第192行:
.wikitable > tr > th,
.wikitable > tr > th,
.wikitable > * > tr > th {
.wikitable > * > tr > th {
   background: rgba(8, 74, 88, 0.62) !important;
   background: rgba(8, 74, 88, 0.46) !important;
   color: #f5fcff !important;
   color: #f5fcff !important;
}
}
第215行: 第198行:
.wikitable > tr > td,
.wikitable > tr > td,
.wikitable > * > tr > td {
.wikitable > * > tr > td {
   border-color: rgba(126, 204, 218, 0.16) !important;
   border-color: rgba(126, 204, 218, 0.14) !important;
}
}


pre,
pre,
code {
code {
   background: rgba(5, 18, 28, 0.62) !important;
   background: rgba(5, 18, 28, 0.56) !important;
   color: #e8fbff !important;
   color: #e8fbff !important;
   border: 1px solid rgba(126, 204, 218, 0.22) !important;
   border: 1px solid rgba(126, 204, 218, 0.22) !important;
第226行: 第209行:
}
}


/* ===== 首页卡片类:海岛经营主题 ===== */
/* ===== 首页卡片:轻透明,不遮背景 ===== */
.feature-card,
.feature-card,
.hot-card,
.hot-card,
第234行: 第217行:
   border: 1px solid rgba(255, 255, 255, 0.10);
   border: 1px solid rgba(255, 255, 255, 0.10);
   box-shadow:
   box-shadow:
     0 10px 22px rgba(0, 0, 0, 0.18),
     0 10px 22px rgba(0, 0, 0, 0.16),
     inset 0 1px 0 rgba(255, 255, 255, 0.10);
     inset 0 1px 0 rgba(255, 255, 255, 0.10);
   backdrop-filter: blur(6px);
   backdrop-filter: blur(3px);
   -webkit-backdrop-filter: blur(6px);
   -webkit-backdrop-filter: blur(3px);
}
}


第246行: 第229行:
   position: absolute;
   position: absolute;
   inset: 0;
   inset: 0;
   background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 48%);
   background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 48%);
   pointer-events: none;
   pointer-events: none;
}
}
第261行: 第244行:
.hot-card-cyan,
.hot-card-cyan,
.stat-card-blue {
.stat-card-blue {
   background: rgba(8, 74, 88, 0.62);
   background: rgba(8, 74, 88, 0.44);
   color: #e0fbff;
   color: #e0fbff;
   border-bottom-color: #16c3d0;
   border-bottom-color: #16c3d0;
第269行: 第252行:
.hot-card-green,
.hot-card-green,
.stat-card-green {
.stat-card-green {
   background: rgba(18, 70, 42, 0.62);
   background: rgba(18, 70, 42, 0.44);
   color: #d7f8e2;
   color: #d7f8e2;
   border-bottom-color: #5ab878;
   border-bottom-color: #5ab878;
第276行: 第259行:
.feature-card-orange,
.feature-card-orange,
.hot-card-orange {
.hot-card-orange {
   background: rgba(98, 67, 20, 0.58);
   background: rgba(98, 67, 20, 0.40);
   color: #ffe9ad;
   color: #ffe9ad;
   border-bottom-color: #d4a848;
   border-bottom-color: #d4a848;
第283行: 第266行:
.feature-card-red,
.feature-card-red,
.hot-card-red {
.hot-card-red {
   background: rgba(80, 26, 48, 0.58);
   background: rgba(80, 26, 48, 0.40);
   color: #f4c9dc;
   color: #f4c9dc;
   border-bottom-color: #d95b91;
   border-bottom-color: #d95b91;
第313行: 第296行:
}
}


/* ===== 游戏资讯模块:明亮海岛风,与背景融合 ===== */
/* ===== 游戏资讯模块:降低遮挡,保留卡片可读性 ===== */
.jzy-game-info {
.jzy-game-info {
   background:
   background:
     radial-gradient(circle at 12% 8%, rgba(120, 216, 240, 0.12), transparent 30%),
     radial-gradient(circle at 12% 8%, rgba(120, 216, 240, 0.10), transparent 30%),
     radial-gradient(circle at 86% 16%, rgba(244, 207, 120, 0.16), transparent 26%),
     radial-gradient(circle at 86% 16%, rgba(244, 207, 120, 0.12), transparent 26%),
     linear-gradient(135deg, rgba(28, 55, 70, 0.62), rgba(8, 92, 105, 0.52) 48%, rgba(24, 88, 52, 0.52)) !important;
     linear-gradient(135deg, rgba(12, 40, 54, 0.44), rgba(8, 74, 88, 0.38) 48%, rgba(18, 70, 42, 0.38)) !important;
   border: 1px solid rgba(126, 204, 218, 0.32) !important;
   border: 1px solid rgba(126, 204, 218, 0.26) !important;
   border-radius: 18px !important;
   border-radius: 18px !important;
   box-shadow:
   box-shadow:
     0 14px 32px rgba(0, 0, 0, 0.22),
     0 12px 26px rgba(0, 0, 0, 0.18),
     inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
     inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(3px) saturate(115%);
  -webkit-backdrop-filter: blur(3px) saturate(115%);
}
}


.jzy-tabs {
.jzy-tabs {
   background: rgba(8, 38, 50, 0.46) !important;
   background: rgba(8, 38, 50, 0.34) !important;
   border: 1px solid rgba(126, 204, 218, 0.28) !important;
   border: 1px solid rgba(126, 204, 218, 0.24) !important;
}
}


第341行: 第326行:


.jzy-tab.is-active {
.jzy-tab.is-active {
   background: linear-gradient(180deg, rgba(120, 216, 240, 0.28), rgba(90, 184, 120, 0.20)) !important;
   background: linear-gradient(180deg, rgba(120, 216, 240, 0.24), rgba(90, 184, 120, 0.16)) !important;
   color: #f7fdff !important;
   color: #f7fdff !important;
   box-shadow: inset 0 -3px 0 var(--jzy-gold) !important;
   box-shadow: inset 0 -3px 0 var(--jzy-gold) !important;
第347行: 第332行:


.jzy-heading {
.jzy-heading {
   background: rgba(20, 35, 50, 0.38) !important;
   background: rgba(8, 22, 34, 0.28) !important;
   border-color: rgba(126, 204, 218, 0.30) !important;
   border-color: rgba(126, 204, 218, 0.26) !important;
   color: #f7fdff !important;
   color: #f7fdff !important;
}
}


.jzy-card {
.jzy-card {
   background: rgba(20, 35, 50, 0.50) !important;
   background: rgba(8, 22, 34, 0.38) !important;
   border: 1px solid rgba(126, 204, 218, 0.24) !important;
   border: 1px solid rgba(126, 204, 218, 0.22) !important;
   box-shadow:
   box-shadow:
     0 7px 0 rgba(8, 74, 88, 0.56),
     0 7px 0 rgba(8, 74, 88, 0.46),
     0 14px 24px rgba(0, 0, 0, 0.18) !important;
     0 12px 20px rgba(0, 0, 0, 0.16) !important;
}
}


.jzy-card:hover {
.jzy-card:hover {
   background: rgba(8, 74, 88, 0.66) !important;
   background: rgba(8, 74, 88, 0.56) !important;
   border-color: rgba(244, 207, 120, 0.58) !important;
   border-color: rgba(244, 207, 120, 0.56) !important;
   color: var(--jzy-gold) !important;
   color: var(--jzy-gold) !important;
}
}
第373行: 第358行:
/* ===== 页脚 ===== */
/* ===== 页脚 ===== */
#footer {
#footer {
   color: #bed0d6 !important;
   color: #d2e4e8 !important;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.58);
}
}


#footer a {
#footer a {
   color: #c6e5ed !important;
   color: #d7eef4 !important;
}
}


第384行: 第369行:
@media (max-width: 560px) {
@media (max-width: 560px) {
   .mw-body {
   .mw-body {
    background: rgba(12, 28, 38, 0.30) !important;
     border-radius: 12px !important;
     border-radius: 12px !important;
     backdrop-filter: blur(7px) saturate(130%);
     backdrop-filter: blur(3px) saturate(112%);
     -webkit-backdrop-filter: blur(7px) saturate(130%);
     -webkit-backdrop-filter: blur(3px) saturate(112%);
   }
   }



2026年7月17日 (五) 05:49的版本

/* ===== 江中缘 Wiki 全局主题:清晰背景图版 ===== */
:root {
  --jzy-ink: #eef8fb;
  --jzy-muted: #c7d9df;
  --jzy-blue: #78d8f0;
  --jzy-blue-soft: #a8edf4;
  --jzy-green: #5ab878;
  --jzy-green-soft: #b8f0c8;
  --jzy-gold: #f4cf78;
  --jzy-gold-soft: #ffe7a8;
  --jzy-border: rgba(126, 204, 218, 0.24);
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  color: var(--jzy-ink);
  background: url("/images/1/18/%E4%B8%BB%E9%A1%B5%E8%83%8C%E6%99%AF1980.png") no-repeat fixed center center / cover;
  font-family: "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
}

/* 不再使用全屏遮罩,确保背景图保持清晰 */
#mw-page-base {
  background: transparent !important;
}

/* ===== 主体内容:轻量玻璃,不压暗背景 ===== */
.mw-body {
  background: rgba(12, 28, 38, 0.24) !important;
  color: var(--jzy-ink) !important;
  border: 1px solid rgba(126, 204, 218, 0.22) !important;
  border-radius: 18px !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(3px) saturate(115%);
  -webkit-backdrop-filter: blur(3px) saturate(115%);
}

.mw-body-content,
.mw-parser-output {
  background: transparent !important;
  color: var(--jzy-ink) !important;
}

.mw-body-content p,
.mw-parser-output li {
  line-height: 1.88 !important;
  color: var(--jzy-ink) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.mw-body-content b,
.mw-body-content strong {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.58);
}

/* ===== 顶部与侧边栏:更轻,不抢背景 ===== */
#mw-head,
.vector-header-container {
  background: rgba(8, 22, 34, 0.18) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

#mw-panel {
  background: rgba(8, 22, 34, 0.24) !important;
  color: var(--jzy-muted) !important;
  border-right: 1px solid rgba(126, 204, 218, 0.12);
}

#mw-panel .portal,
#mw-panel nav {
  background: rgba(8, 22, 34, 0.22);
  border: 1px solid rgba(126, 204, 218, 0.12);
  border-radius: 12px;
  margin: 8px 8px 12px;
  padding: 8px 10px;
}

/* ===== 标题层级:靠文字阴影保证清晰 ===== */
h1,
.firstHeading {
  color: #f6fdff !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 3px 12px rgba(0, 0, 0, 0.70),
    0 0 20px rgba(120, 216, 240, 0.18) !important;
}

h2 {
  color: var(--jzy-blue-soft) !important;
  font-weight: 850 !important;
  font-size: 1.65em !important;
  border-bottom: none !important;
  padding-bottom: 6px !important;
  margin-top: 1.45em !important;
  text-shadow:
    0 2px 7px rgba(0, 0, 0, 0.68),
    0 0 14px rgba(120, 216, 240, 0.15) !important;
}

h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jzy-blue), var(--jzy-green), var(--jzy-gold));
  box-shadow: 0 0 14px rgba(120, 216, 240, 0.26);
}

h3 {
  color: var(--jzy-green-soft) !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.62) !important;
}

h4 {
  color: #b7e9f4 !important;
  font-weight: 750 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55) !important;
}

/* ===== 链接 ===== */
.mw-body-content a:link,
.mw-parser-output a:link {
  color: var(--jzy-blue) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.mw-body-content a:visited,
.mw-parser-output a:visited {
  color: #86cfe0 !important;
}

.mw-body-content a:hover,
.mw-parser-output a:hover {
  color: var(--jzy-gold) !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(244, 207, 120, 0.42);
}

#mw-panel a:link,
#mw-panel a:visited {
  color: #c3e3ec !important;
}

#mw-panel a:hover {
  color: var(--jzy-gold) !important;
}

/* ===== 目录 ===== */
.toc {
  background: rgba(8, 22, 34, 0.34) !important;
  border: 1px solid rgba(126, 204, 218, 0.24) !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  color: var(--jzy-ink) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 10px 22px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.toc h2 {
  color: var(--jzy-blue-soft) !important;
  font-weight: 800 !important;
}

.toclevel-1 > .toclink::before {
  content: "▸ ";
  color: var(--jzy-blue);
}

/* ===== 表格与普通内容块 ===== */
.wikitable {
  background: rgba(8, 22, 34, 0.26) !important;
  color: var(--jzy-ink) !important;
  border: 1px solid rgba(126, 204, 218, 0.18) !important;
  border-radius: 12px;
  overflow: hidden;
}

.wikitable > tr > th,
.wikitable > * > tr > th {
  background: rgba(8, 74, 88, 0.46) !important;
  color: #f5fcff !important;
}

.wikitable > tr > td,
.wikitable > * > tr > td {
  border-color: rgba(126, 204, 218, 0.14) !important;
}

pre,
code {
  background: rgba(5, 18, 28, 0.56) !important;
  color: #e8fbff !important;
  border: 1px solid rgba(126, 204, 218, 0.22) !important;
  border-radius: 8px;
}

/* ===== 首页卡片:轻透明,不遮背景 ===== */
.feature-card,
.hot-card,
.stat-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.feature-card::before,
.hot-card::before,
.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 48%);
  pointer-events: none;
}

.feature-card {
  padding: 18px 14px;
  border-radius: 14px;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid;
}

.feature-card-blue,
.hot-card-cyan,
.stat-card-blue {
  background: rgba(8, 74, 88, 0.44);
  color: #e0fbff;
  border-bottom-color: #16c3d0;
}

.feature-card-green,
.hot-card-green,
.stat-card-green {
  background: rgba(18, 70, 42, 0.44);
  color: #d7f8e2;
  border-bottom-color: #5ab878;
}

.feature-card-orange,
.hot-card-orange {
  background: rgba(98, 67, 20, 0.40);
  color: #ffe9ad;
  border-bottom-color: #d4a848;
}

.feature-card-red,
.hot-card-red {
  background: rgba(80, 26, 48, 0.40);
  color: #f4c9dc;
  border-bottom-color: #d95b91;
}

.hot-card {
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid;
}

.stat-card {
  padding: 20px 16px;
  border-radius: 14px;
  text-align: center;
  font-weight: 800;
  border-bottom: 3px solid;
}

.divider {
  border: 0;
  height: 3px;
  margin: 24px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jzy-blue), var(--jzy-green), var(--jzy-gold));
  opacity: 0.95;
}

/* ===== 游戏资讯模块:降低遮挡,保留卡片可读性 ===== */
.jzy-game-info {
  background:
    radial-gradient(circle at 12% 8%, rgba(120, 216, 240, 0.10), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(244, 207, 120, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(12, 40, 54, 0.44), rgba(8, 74, 88, 0.38) 48%, rgba(18, 70, 42, 0.38)) !important;
  border: 1px solid rgba(126, 204, 218, 0.26) !important;
  border-radius: 18px !important;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(3px) saturate(115%);
  -webkit-backdrop-filter: blur(3px) saturate(115%);
}

.jzy-tabs {
  background: rgba(8, 38, 50, 0.34) !important;
  border: 1px solid rgba(126, 204, 218, 0.24) !important;
}

.jzy-tab {
  color: #c5e9f0 !important;
}

.jzy-tab:hover {
  color: var(--jzy-gold) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.jzy-tab.is-active {
  background: linear-gradient(180deg, rgba(120, 216, 240, 0.24), rgba(90, 184, 120, 0.16)) !important;
  color: #f7fdff !important;
  box-shadow: inset 0 -3px 0 var(--jzy-gold) !important;
}

.jzy-heading {
  background: rgba(8, 22, 34, 0.28) !important;
  border-color: rgba(126, 204, 218, 0.26) !important;
  color: #f7fdff !important;
}

.jzy-card {
  background: rgba(8, 22, 34, 0.38) !important;
  border: 1px solid rgba(126, 204, 218, 0.22) !important;
  box-shadow:
    0 7px 0 rgba(8, 74, 88, 0.46),
    0 12px 20px rgba(0, 0, 0, 0.16) !important;
}

.jzy-card:hover {
  background: rgba(8, 74, 88, 0.56) !important;
  border-color: rgba(244, 207, 120, 0.56) !important;
  color: var(--jzy-gold) !important;
}

.jzy-fallback {
  background: linear-gradient(145deg, #0fb4c1, #5ab878) !important;
  color: #f7fdff !important;
}

/* ===== 页脚 ===== */
#footer {
  color: #d2e4e8 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.58);
}

#footer a {
  color: #d7eef4 !important;
}

/* ===== 移动端适配 ===== */
@media (max-width: 560px) {
  .mw-body {
    background: rgba(12, 28, 38, 0.30) !important;
    border-radius: 12px !important;
    backdrop-filter: blur(3px) saturate(112%);
    -webkit-backdrop-filter: blur(3px) saturate(112%);
  }

  h2 {
    font-size: 1.35em !important;
  }

  h2::after {
    height: 2px;
    margin-top: 6px;
  }
}