MediaWiki:Common.css:修订间差异

来自Age Of History 2 Chinese Wiki
跳转至:导航、​搜索
无编辑摘要
无编辑摘要
第1行: 第1行:
/* 基础变量和字体设置 */
/* Windows XP风格MediaWiki主题 - 完整迁移自Wikidot */
 
/* 导入所需字体 */
@import url("https://fonts.googleapis.com/css2?family=Microsoft+Sans+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-16px.css");
@import url("https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-12px.css");
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
 
:root {
:root {
     /* 从Wikidot Database New主题迁移的变量 */
     /* 主题基础设置 */
     --fade-in-delay: 0.1s;
     --fade-in-delay: 0.1s;
     --theme-base: "black-highlighter";
     --theme-base: "xp-style";
     --theme-id: "windows-xp";
     --theme-id: "windows-xp";
     --theme-name: "Windows XP";
     --theme-name: "Windows XP Theme";
    --header-title: "The Backrooms";
    --header-subtitle: "正 在 开 机 . . .";
      
      
     /* 字体设置 - 使用Database主题的字体和Windows XP字体 */
     /* 字体设置 - 保持原有字体 */
     --body-font: "VonwaonBitmap 16px", VT323, monospace;
     --body-font: "VonwaonBitmap 16px", VT323, monospace;
     --header-font: "VonwaonBitmap 16px", VT323, monospace;
     --header-font: "VonwaonBitmap 16px", VT323, monospace;
第14行: 第24行:
     --pixel-font-16: 'VonwaonBitmap 16px', VT323, monospace;
     --pixel-font-16: 'VonwaonBitmap 16px', VT323, monospace;
     --pixel-font-12: 'VonwaonBitmap 12px', VT323, monospace;
     --pixel-font-12: 'VonwaonBitmap 12px', VT323, monospace;
     --base-font-size: 14px; /* 从1.2rem改为14px */
     --base-font-size: 14px;
    --text-shadow: 2px 2px #C9781E;
      
      
     /* 颜色方案 - Windows XP主题颜色 */
     /* Windows XP 颜色方案 */
    --xp-blue: 49, 106, 197;
    --xp-blue-light: 82, 153, 235;
    --xp-blue-dark: 16, 35, 85;
    --xp-green: 57, 154, 48;
    --xp-button: 192, 192, 192;
    --xp-window-border: 0, 0, 0;
    --xp-window-bg: 236, 233, 216;
    --xp-text: 0, 0, 0;
   
    /* 颜色方案 - 迁移并适配XP风格 */
     --white-monochrome: 255, 255, 255;
     --white-monochrome: 255, 255, 255;
     --pale-gray-monochrome: 240, 240, 240;
     --pale-gray-monochrome: 236, 233, 216;
     --light-gray-monochrome: 192, 192, 192;
     --light-gray-monochrome: 192, 192, 192;
     --gray-monochrome: 128, 128, 128;
     --gray-monochrome: 128, 128, 128;
     --black-monochrome: 0, 0, 0;
     --black-monochrome: 0, 0, 0;
   
     --bright-accent: var(--xp-blue);
    /* XP系统蓝色 */
     --medium-accent: var(--xp-blue);
    --xp-blue: 53, 165, 225;
     --dark-accent: var(--xp-blue-dark);
    --xp-darker-blue: 0, 85, 170;
     --pale-accent: var(--xp-blue-light);
   
    /* XP系统绿色 */
    --xp-green: 48, 131, 51;
    --xp-bright-green: 76, 169, 28;
   
    /* XP系统橙色 - 保留原主题色 */
     --bright-accent: 229, 140, 36;
    --medium-accent: 180, 110, 28;
    --dark-accent: 140, 85, 22;
    --pale-accent: 229, 170, 112;
   
    /* 主题颜色 */
    --swatch-background: var(--black-monochrome);
     --swatch-primary: var(--bright-accent);
    --swatch-primary-darker: var(--medium-accent);
    --swatch-primary-darkest: var(--black-monochrome);
     --swatch-text-dark: var(--bright-accent);
    --swatch-text-light: var(--white-monochrome);
    --swatch-important-text: var(--bright-accent);
    --swatch-menubg-color: var(--black-monochrome);
    --swatch-menubg-light-color: var(--dark-gray-monochrome);
     --swatch-menubg-medium-color: var(--medium-accent);
    --swatch-menubg-medium-dark-color: var(--gray-monochrome);
    --swatch-menubg-dark-color: var(--dark-gray-monochrome);
    --swatch-menubg-black-color: var(--black-monochrome);
    --swatch-menubg-hover-color: var(--black-monochrome);
    --swatch-menutxt-dark-color: var(--white-monochrome);
    --swatch-menutxt-light-color: var(--white-monochrome);
    --swatch-border-color: var(--bright-accent);
    --swatch-headerh1-color: var(--white-monochrome);
    --swatch-headerh2-color: var(--white-monochrome);
    --swatch-topmenu-border-color: var(--bright-accent);
    --swatch-topmenu-bg-color: var(--black-monochrome);
      
      
     /* 链接颜色 */
     /* 链接颜色 */
     --link-color: rgb(var(--xp-blue));
     --link-color: 0, 0, 255;
     --visited-link-color: rgb(var(--xp-darker-blue));
     --visited-link-color: 128, 0, 128;
     --hover-link-color: rgb(var(--bright-accent));
     --hover-link-color: 0, 0, 255;
    --sidebar-links-text: var(--swatch-menutxt-dark-color);
    --link-color-bright: var(--medium-accent);
      
      
     /* 评分模块颜色 */
     /* 文本阴影 */
     --rating-module-button-color: var(--bright-accent);
     --text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    --rating-module-text-color: var(--white-monochrome);
    --rating-module-text-hover-color: var(--swatch-menutxt-light-color);
      
      
     /* XP风格窗口属性 */
     /* 边框和阴影 */
     --xp-window-border: 1px solid rgb(var(--bright-accent));
     --window-border: 1px solid rgb(var(--xp-window-border));
    --xp-window-header: linear-gradient(to bottom, rgb(0, 132, 198), rgb(0, 102, 170));
     --window-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
     --xp-window-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
   
    /* 其他 */
    --gradient-header: var(--xp-window-header);
    --diagonal-stripes: none;
}
}


/* 应用全局字体和背景 */
/* 应用全局字体 */
body {
body {
     font-family: var(--body-font) !important;
     font-family: var(--body-font) !important;
     font-size: var(--base-font-size) !important;
     font-size: var(--base-font-size) !important;
     line-height: 1.5 !important;
     line-height: 1.5 !important;
     background-color: rgb(var(--black-monochrome));
     background-color: #3a6ea5; /* 经典XP桌面蓝色背景 */
    color: rgb(var(--swatch-text-dark));
     background-image: url("local-files/windows-xp-bliss.jpg");
     background-image: url("");
     background-size: cover;
     background-size: cover;
     background-position: center;
     background-position: center;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-attachment: fixed !important;
     background-attachment: fixed;
    color: rgb(var(--xp-text));
}
}


第100行: 第77行:
h1, h2, h3, h4, h5, h6, #firstHeading {
h1, h2, h3, h4, h5, h6, #firstHeading {
     font-family: var(--title-font);
     font-family: var(--title-font);
     color: rgb(var(--swatch-headerh1-color));
     color: rgb(var(--white-monochrome));
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    padding: 5px 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
     text-shadow: var(--text-shadow);
}
}


/* 链接样式 - 保留 > 符号 */
/* 窗口操作按钮 - 关闭、最大化、最小化 */
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after,
#firstHeading::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
}
 
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before,
#firstHeading::before {
    content: "□";
    position: absolute;
    top: 2px;
    right: 25px;
    width: 16px;
    height: 16px;
    background-color: rgb(var(--light-gray-monochrome));
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: black;
    cursor: pointer;
}
 
h1 span::before,
h2 span::before,
h3 span::before,
h4 span::before,
h5 span::before,
h6 span::before,
#firstHeading span::before {
    content: "_";
    position: absolute;
    top: 2px;
    right: 45px;
    width: 16px;
    height: 16px;
    background-color: rgb(var(--light-gray-monochrome));
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}
 
/* 链接样式 */
a {
a {
     color: rgb(var(--xp-blue));
     color: rgb(var(--link-color));
     text-decoration: none;
     text-decoration: none;
}
}


a:visited {
a:visited {
     color: rgb(var(--xp-darker-blue));
     color: rgb(var(--visited-link-color));
}
}


a:hover {
a:hover {
     color: rgb(var(--bright-accent));
     color: rgb(var(--hover-link-color));
     text-decoration: underline;
     text-decoration: underline;
}
}


/* ">" 箭头指示符 - 保留原样 */
a:hover::before {
a:hover::before {
     content: "> ";
     content: "> ";
}
}


/* 主内容区背景 */
/* 背景样式 */
#content {
html, body {
     background-color: rgba(var(--white-monochrome), 0.9);
     background-color: #3a6ea5 !important; /* 保留XP桌面风格 */
    position: relative;
    border-radius: 8px;
    border: var(--xp-window-border);
    box-shadow: var(--xp-window-shadow);
    margin: 10px;
    padding: 20px;
}
}


/* 修改扫描线动画 - 改为半透明灰色 */
/* 搜索框和搜索按钮样式 */
.scan-animation {
#searchButton,
     position: absolute;
.searchButton,
     width: 100%;
input[type="submit"],
     height: 100%;
input[type="button"],
     top: 0;
.mw-ui-button,
     left: 0;
button[name="go"],
     pointer-events: none;
button[name="fulltext"],
.mw-ui-button.mw-ui-progressive {
     background: linear-gradient(to bottom, #f6f6f6, #e0e0e0) !important;
    border: 1px solid #ababab !important;
     color: black !important;
     font-family: var(--body-font) !important;
     padding: 3px 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
     border-radius: 0 !important;
     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
}


/* 主扫描线 - 较宽较慢 - 修改为半透明灰色 */
#searchButton:hover,
.scan-animation::before {
.searchButton:hover,
    content: "";
input[type="submit"]:hover,
    position: absolute;
input[type="button"]:hover,
    width: 100%;
.mw-ui-button:hover,
    height: 6px;
button[name="go"]:hover,
    top: 0;
button[name="fulltext"]:hover,
     background: linear-gradient(
.mw-ui-button.mw-ui-progressive:hover {
        to bottom,
     background: linear-gradient(to bottom, #f9f9f9, #e9e9e9) !important;
        rgba(128, 128, 128, 0) 0%,
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
        rgba(128, 128, 128, 0.1) 20%,
}
        rgba(128, 128, 128, 0.2) 50%,
 
        rgba(128, 128, 128, 0.1) 80%,
/* 分类条样式 */
        rgba(128, 128, 128, 0) 100%
#catlinks,
    );
.catlinks {
     box-shadow:  
    background-color: rgb(var(--xp-window-bg)) !important;
        0 0 8px rgba(128, 128, 128, 0.15),
    border: 1px solid rgb(var(--xp-window-border)) !important;
        0 0 15px rgba(128, 128, 128, 0.1);
     padding: 0.5em !important;
     animation: scanMain 12s linear infinite;
    margin-top: 1em !important;
     opacity: 0.4;
     font-family: var(--body-font) !important;
     box-shadow: var(--window-shadow) !important;
}
}


/* 副扫描线 - 中等速度 - 修改为半透明灰色 */
#catlinks a,
.scan-animation::after {
.catlinks a {
     content: "";
     color: rgb(var(--link-color)) !important;
    position: absolute;
     text-decoration: none !important;
    width: 100%;
    height: 3px;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(128, 128, 128, 0) 0%,
        rgba(128, 128, 128, 0.3) 50%,
        rgba(128, 128, 128, 0) 100%
    );
     box-shadow: 0 0 6px rgba(128, 128, 128, 0.2);
    animation: scanSecondary 7s linear infinite;
    animation-delay: -3s;
    opacity: 0.25;
}
}


/* 快速扫描线 - 细小快速 - 修改为半透明灰色 */
#catlinks a:hover,
.scan-animation .fast-scan {
.catlinks a:hover {
     position: absolute;
    color: rgb(var(--hover-link-color)) !important;
     width: 100%;
    text-decoration: underline !important;
    height: 1px;
}
     top: 0;
 
     background: rgba(128, 128, 128, 0.6);
/* 工具栏样式 */
     box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
#footer-info,
    animation: scanFast 3s linear infinite;
#footer-places,
    animation-delay: -1.5s;
.footer-places,
     opacity: 0.15;
.footer-info {
     background-color: rgb(var(--xp-window-bg)) !important;
     border-top: 1px solid rgb(var(--xp-window-border)) !important;
     color: rgb(var(--xp-text)) !important;
     padding: 0.5em 1em !important;
     font-family: var(--body-font) !important;
}
 
#footer-info a,
#footer-places a {
     color: rgb(var(--link-color)) !important;
}
}


/* 各个扫描线的动画 - 保持不变 */
#footer-info a:hover,
@keyframes scanMain {
#footer-places a:hover {
    0% {
     color: rgb(var(--hover-link-color)) !important;
        top: -2rem;
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
     100% {
        top: 100vh;
        opacity: 0.6;
    }
}
}


@keyframes scanSecondary {
/* 主内容区背景 */
     0% {
#content {
        top: -1rem;
     background-color: rgb(var(--xp-window-bg));
        opacity: 0.4;
    position: relative;
     }
    border: 2px solid rgb(var(--xp-window-border));
     35% {
    box-shadow: var(--window-shadow);
        opacity: 0.2;
     margin: 10px auto;
    }
     padding: 0;
    70% {
    border-radius: 0;
        opacity: 0.5;
}
     }
 
     100% {
/* 导航栏 */
        top: 100vh;
.navbar,
        opacity: 0.4;
.navbar.navbar-default,
    }
.navbar-light {
    background-color: rgb(var(--xp-window-bg)) !important;
     border: 1px solid rgb(var(--xp-window-border)) !important;
     box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}
}


@keyframes scanFast {
.navbar .navbar-brand,
    0% {
.navbar .nav-link,
        top: -0.3rem;
.navbar-light .navbar-nav .nav-link {
        opacity: 0.3;
     color: rgb(var(--link-color)) !important;
    }
     font-family: var(--header-font) !important;
     50% {
        opacity: 0.6;
     }
    100% {
        top: 100vh;
        opacity: 0.3;
    }
}
}
/* Windows XP风格窗口和控件 */


/* XP风格窗口标题栏通用样式 */
.navbar .nav-link:hover,
.xp-window {
.navbar-light .navbar-nav .nav-link:hover {
     border: 1px solid #0055AA;
     color: rgb(var(--hover-link-color)) !important;
    border-radius: 8px 8px 0 0;
     background-color: rgba(var(--xp-blue), 0.1) !important;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
}


/* XP风格窗口标题栏 */
/* 下拉菜单 */
.xp-window-title {
.dropdown-menu {
     background: linear-gradient(to bottom, #0084C6, #0066AA);
     background-color: rgb(var(--xp-window-bg)) !important;
     color: white;
     border: 1px solid rgb(var(--xp-window-border)) !important;
     padding: 5px 10px;
     box-shadow: var(--window-shadow) !important;
    font-weight: bold;
     border-radius: 0 !important;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
     border-bottom: 1px solid #0044AA;
}
}


/* XP风格窗口标题文本 */
.dropdown-item {
.xp-window-title-text {
     color: rgb(var(--link-color)) !important;
     margin: 0;
     font-family: var(--body-font) !important;
    padding: 0;
    font-family: var(--title-font);
     font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
}
}


/* XP风格窗口内容 */
.dropdown-item:hover {
.xp-window-content {
     background-color: rgba(var(--xp-blue), 0.1) !important;
     background-color: #F1F1F1;
     color: rgb(var(--hover-link-color)) !important;
    padding: 10px;
     color: #000000;
    font-family: var(--body-font);
}
}


/* XP风格窗口控制按钮容器 */
/* 侧边栏 */
.xp-window-controls {
#mw-navigation, #mw-panel, .sidebar {
     display: flex;
    background-color: rgb(var(--xp-window-bg)) !important;
     gap: 4px;
    border: 2px solid rgb(var(--xp-window-border)) !important;
     box-shadow: var(--window-shadow) !important;
     border-radius: 0 !important;
}
}


/* XP风格窗口按钮基础样式 */
#mw-navigation h2, #mw-panel h3, .sidebar h3 {
.xp-window-button {
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light))) !important;
     width: 21px;
     color: rgb(var(--white-monochrome)) !important;
     height: 21px;
     font-family: var(--header-font) !important;
     display: flex;
     border-bottom: 1px solid rgb(var(--xp-window-border)) !important;
     align-items: center;
     padding: 5px 10px !important;
     justify-content: center;
     text-shadow: var(--text-shadow) !important;
     border-radius: 3px;
     position: relative !important;
     cursor: pointer;
    transition: background-color 0.1s;
}
}


/* XP风格窗口按钮 - 悬停状态 */
/* 工具栏 */
.xp-window-button:hover {
#p-tb, .tools-menu {
     background-color: rgba(255, 255, 255, 0.2);
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
     box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}
}


/* XP风格窗口按钮 - 按下状态 */
/* 内容区域 */
.xp-window-button:active {
#content, .mw-body {
     background-color: rgba(0, 0, 0, 0.2);
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
     box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}
}


/* XP风格窗口按钮图标 */
/* 页脚 */
.xp-minimize::before,
#footer, .footer {
.xp-maximize::before,
    background-color: rgb(var(--xp-window-bg)) !important;
.xp-close::before {
    border: 2px solid rgb(var(--xp-window-border)) !important;
     content: "";
    border-top: 1px solid rgb(var(--xp-window-border)) !important;
     display: block;
     color: rgb(var(--xp-text)) !important;
     width: 11px;
     box-shadow: var(--window-shadow) !important;
     height: 2px;
     border-radius: 0 !important;
     background-color: white;
     margin: 10px auto !important;
     padding: 10px !important;
}
}


/* XP风格最小化按钮 */
/* 搜索框 */
.xp-minimize::before {
#searchInput, .form-control {
     transform: translateY(5px);
    background-color: white !important;
    border: 1px solid #7f9db9 !important;
    color: rgb(var(--xp-text)) !important;
     font-family: var(--body-font) !important;
    padding: 3px 5px !important;
}
}


/* XP风格最大化按钮 */
/* 按钮 */
.xp-maximize::before {
.btn, .mw-ui-button {
     width: 9px;
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0) !important;
     height: 9px;
    border: 1px solid #ababab !important;
     border: 1px solid white;
    color: black !important;
     background-color: transparent;
     font-family: var(--body-font) !important;
     padding: 3px 8px !important;
     border-radius: 0 !important;
     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
}


/* XP风格关闭按钮 */
.btn:hover, .mw-ui-button:hover {
.xp-close {
     background: linear-gradient(to bottom, #f9f9f9, #e9e9e9) !important;
     margin-left: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}
}


.xp-close::before {
/* 表格 */
     content: "×";
.wikitable, table.wikitable {
     font-size: 16px;
     background-color: rgb(var(--xp-window-bg)) !important;
     line-height: 1;
     border: 2px solid rgb(var(--xp-window-border)) !important;
     font-weight: bold;
     border-collapse: separate !important;
     width: auto;
     border-spacing: 0 !important;
    height: auto;
     box-shadow: var(--window-shadow) !important;
    background-color: transparent;
}
}


.xp-close:hover {
.wikitable th {
     background-color: #E81123;
     background: linear-gradient(to bottom, #e3e3e3, #d0d0d0) !important;
    border: 1px solid #ababab !important;
    color: black !important;
    padding: 5px !important;
}
}


/* 应用XP窗口样式到各种内容容器 */
.wikitable td {
/* 信息框样式 */
     border: 1px solid #ababab !important;
.infobox,
     background-color: white !important;
.notaninfobox {
     color: black !important;
    background-color: #F1F1F1 !important;
     padding: 5px !important;
    color: #000000 !important;
     border: 1px solid #0055AA !important;
     border-radius: 8px 8px 0 0 !important;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
     padding: 0 !important;
    margin: 1em 0 !important;
    font-family: var(--body-font) !important;
    overflow: hidden !important;
    position: relative !important;
}
}


.infobox th,
/* 代码块和预格式文本 */
.notaninfobox .infobox-title {
pre, code, .mw-code {
     background: linear-gradient(to bottom, #0084C6, #0066AA) !important;
     background-color: white !important;
    color: white !important;
     border: 1px solid #ababab !important;
     padding: 5px 10px !important;
     color: black !important;
     text-align: left !important;
     font-family: var(--mono-font) !important;
     font-weight: bold !important;
     padding: 5px !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
     border-bottom: 1px solid #0044AA !important;
}
}


/* 信息框标题文本 */
/* 链接颜色 */
.infobox th span,
a {
.notaninfobox .infobox-title span {
     color: rgb(var(--link-color)) !important;
     flex-grow: 1 !important;
}
}


/* 添加XP窗口控制按钮到信息框 */
a:visited {
.infobox th::after,
     color: rgb(var(--visited-link-color)) !important;
.notaninfobox .infobox-title::after {
     content: "";
    display: flex;
    gap: 4px;
    align-items: center;
}
}


/* 信息框内容区域 */
a:hover {
.infobox td,
     color: rgb(var(--hover-link-color)) !important;
.notaninfobox .infobox-content {
     text-decoration: underline !important;
     background-color: #F1F1F1 !important;
     padding: 8px !important;
    color: #000000 !important;
}
}


/* 信息框内部行分隔 */
/* 扫描线动画 - 修改为半透明灰色 */
.infobox tr:not(:first-child) td {
.scan-animation {
     border-top: 1px solid #D1D1D1 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
     z-index: 9999;
}
}


/* 信息框内链接 */
/* 主扫描线 - 较宽较慢 */
.infobox a,
.scan-animation::before {
.notaninfobox a {
    content: "";
    color: rgb(var(--xp-blue)) !important;
    position: absolute;
}
    width: 100%;
 
    height: 6px;
.infobox a:hover,
    top: 0;
.notaninfobox a:hover {
    background: linear-gradient(
     color: rgb(var(--bright-accent)) !important;
        to bottom,
        rgba(128, 128, 128, 0) 0%,
        rgba(128, 128, 128, 0.1) 20%,
        rgba(128, 128, 128, 0.2) 50%,
        rgba(128, 128, 128, 0.1) 80%,
        rgba(128, 128, 128, 0) 100%
    );
    box-shadow:
        0 0 8px rgba(128, 128, 128, 0.15),
        0 0 15px rgba(128, 128, 128, 0.1);
    animation: scanMain 12s linear infinite;
     opacity: 0.4;
}
}


 
/* 副扫描线 - 中等速度 */
/* 信息框的最小化和最大化状态 */
.scan-animation::after {
.infobox.minimized td,
    content: "";
.notaninfobox.minimized .infobox-content,
    position: absolute;
.infobox.minimized tbody,
    width: 100%;
.notaninfobox.minimized .infobox-rows {
    height: 3px;
     display: none !important;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(128, 128, 128, 0) 0%,
        rgba(128, 128, 128, 0.3) 50%,
        rgba(128, 128, 128, 0) 100%
    );
    box-shadow: 0 0 6px rgba(128, 128, 128, 0.2);
    animation: scanSecondary 7s linear infinite;
    animation-delay: -3s;
     opacity: 0.25;
}
}


.infobox.maximized,
/* 快速扫描线 - 细小快速 */
.notaninfobox.maximized {
.scan-animation .fast-scan {
     position: fixed !important;
     position: absolute;
     top: 10% !important;
     width: 100%;
     left: 10% !important;
     height: 1px;
     width: 80% !important;
     top: 0;
     height: 80% !important;
     background: rgba(128, 128, 128, 0.6);
     z-index: 1000 !important;
     box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
}
     animation: scanFast 3s linear infinite;
 
     animation-delay: -1.5s;
/* 表格样式 - Windows XP风格 */
     opacity: 0.15;
table.wiki-content-table {
    border-collapse: collapse !important;
     border: 1px solid #003C74 !important;
     margin: 1em 0 !important;
    background-color: #FFFFFF !important;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
}
}


table.wiki-content-table th {
/* 各个扫描线的动画 */
     background: linear-gradient(to bottom, #E3EFFF, #CDE2FE) !important;
@keyframes scanMain {
    color: #000000 !important;
     0% {
     border: 1px solid #97B9E8 !important;
        top: -2rem;
     padding: 5px 8px !important;
        opacity: 0.6;
    font-weight: bold !important;
     }
     text-align: left !important;
    50% {
        opacity: 0.3;
     }
    100% {
        top: 100vh;
        opacity: 0.6;
     }
}
}


table.wiki-content-table td {
@keyframes scanSecondary {
     border: 1px solid #D3DCE3 !important;
    0% {
     padding: 5px 8px !important;
        top: -1rem;
    background-color: #FFFFFF !important;
        opacity: 0.4;
    }
    35% {
        opacity: 0.2;
     }
    70% {
        opacity: 0.5;
     }
    100% {
        top: 100vh;
        opacity: 0.4;
    }
}
}


table.wiki-content-table tr:nth-child(even) td {
@keyframes scanFast {
     background-color: #F0F6FF !important;
    0% {
        top: -0.3rem;
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
     100% {
        top: 100vh;
        opacity: 0.3;
    }
}
}


table.wiki-content-table tr:hover td {
/* 保留原始的淡入效果 */
    background-color: #E8F1FF !important;
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


/* 按钮样式 - Windows XP风格 */
/* 应用动画到内容 */
.button,
.mw-parser-output > * {
button,
     animation: fadeIn 0.5s ease-out forwards;
input[type="button"],
     opacity: 0;
input[type="submit"],
input[type="reset"] {
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5) !important;
    border: 1px solid #999999 !important;
    border-radius: 3px !important;
     padding: 4px 10px !important;
    color: #000000 !important;
    font-family: var(--body-font) !important;
     font-size: 12px !important;
    cursor: pointer !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}
}


.button:hover,
/* 延迟动画 */
button:hover,
.mw-parser-output > *:nth-child(1) { animation-delay: 0.1s; }
input[type="button"]:hover,
.mw-parser-output > *:nth-child(2) { animation-delay: 0.2s; }
input[type="submit"]:hover,
.mw-parser-output > *:nth-child(3) { animation-delay: 0.3s; }
input[type="reset"]:hover {
.mw-parser-output > *:nth-child(4) { animation-delay: 0.4s; }
    background: linear-gradient(to bottom, #FEFEFE, #ECECEC) !important;
.mw-parser-output > *:nth-child(5) { animation-delay: 0.5s; }
     border-color: #666666 !important;
.mw-parser-output > *:nth-child(n+6) { animation-delay: 0.6s; }
 
/* 修复代码区域样式 */
.mw-highlight pre {
    background-color: white !important;
     border: 1px solid #ababab !important;
    padding: 1em !important;
    overflow: auto !important;
}
}


.button:active,
/* 语法高亮颜色 - 保持原有值 */
button:active,
.mw-highlight .k { color: #0000AA !important; } /* 关键字 */
input[type="button"]:active,
.mw-highlight .s { color: #006600 !important; } /* 字符串 */
input[type="submit"]:active,
.mw-highlight .c { color: #666666 !important; } /* 注释 */
input[type="reset"]:active {
.mw-highlight .n { color: #000000 !important; } /* 名称 */
    background: #E0E0E0 !important;
.mw-highlight .o { color: #000000 !important; } /* 运算符 */
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
 
}
/* 引用样式 - Windows XP风格 */
/* 导航框(查论编)样式迁移 - Windows XP风格 */
.lightstyled-quote, .darkstyled-quote {
.navbox {
     background-color: rgb(var(--xp-window-bg));
     background-color: #F1F1F1 !important;
     color: rgb(var(--xp-text));
     border: 1px solid #0055AA !important;
     border: 1px solid #ababab;
     border-radius: 8px 8px 0 0 !important;
     padding: 10px;
     font-family: var(--body-font) !important;
     margin: 10px 0;
     margin: 1em 0 !important;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
     border-left: 4px solid rgb(var(--xp-blue));
     overflow: hidden !important;
     position: relative;
     position: relative !important;
}
}


.navbox-title,
.lightstyled-quote::before, .darkstyled-quote::before {
.navbox th {
    content: "Information";
     background: linear-gradient(to bottom, #0084C6, #0066AA) !important;
    position: absolute;
     color: white !important;
    top: -22px;
     padding: 5px 10px !important;
    left: 0;
     text-align: center !important;
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
     height: 25px !important;
     color: white;
     display: flex !important;
     padding: 2px 10px;
    align-items: center !important;
     font-weight: bold;
    justify-content: space-between !important;
     font-size: 0.9em;
    border-bottom: 1px solid #0044AA !important;
     text-shadow: var(--text-shadow);
}
}


/* 导航框标题文本 */
/* 块样式 - Windows XP风格 */
.navbox-title span {
.lightblock, .darkblock {
     flex-grow: 1 !important;
     background-color: rgb(var(--xp-window-bg));
     text-align: center !important;
     color: rgb(var(--xp-text));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 10px;
    margin: 10px 0;
    position: relative;
    border-radius: 0;
}
}


/* 添加XP窗口控制按钮占位 */
.lightblock::before, .darkblock::before {
.navbox-title::after {
     content: "Message";
     content: "";
     position: absolute;
     display: inline-block;
    top: 0;
     width: 63px; /* 3个按钮的宽度 */
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
     color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-align: left;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
}
}


.navbox-group {
.lightblock::after, .darkblock::after {
     background: linear-gradient(to bottom, #E3EFFF, #CDE2FE) !important;
     content: "×";
     color: #000000 !important;
    position: absolute;
     font-weight: bold !important;
    top: 2px;
     padding: 4px 8px !important;
     right: 5px;
     border-right: 1px solid #97B9E8 !important;
     width: 16px;
     border-bottom: 1px solid #97B9E8 !important;
     height: 16px;
     text-align: right !important;
     background-color: #ff6347;
     border: 1px solid rgb(var(--xp-window-border));
     text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}


.navbox-list {
/* 保留黑幕效果 - 行826-947 */
     background-color: #FFFFFF !important;
.heimu,
     color: #000000 !important;
.heimu rt{
     padding: 4px 8px !important;
     --heimu-color:#252525;
     border-bottom: 1px solid #D3DCE3 !important;
     --heimu-text-color:#fff;
}
     --heimu-link-color:#add8e6;
 
     --heimu-visited-link-color:#c5cae9;
.navbox-even {
    --heimu-new-link-color:#fcc;
     background-color: #F0F6FF !important;
    --heimu-new-visited-link-color:#ef9a9a;
    --heimu-extiw-visited-link-color:#d1c4e9;
 
     background-color:var(--heimu-color);
}
}


.navbox a {
.heimu,
     color: rgb(var(--xp-blue)) !important;
.heimu a,
     text-decoration: none !important;
a .heimu,
a.new .heimu,
span.heimu a:visited,
span.heimu a.new,
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited,
span.heimu a.mw-disambig,
span.heimu a.mw-redirect{
    transition:color 0.13s linear;
     color:var(--heimu-color);
     text-shadow:none;
}
}


.navbox a:hover {
span.heimu:hover,
     color: rgb(var(--bright-accent)) !important;
span.heimu:active{
    text-decoration: underline !important;
     color:var(--heimu-text-color);
}
}


.navbox a:hover::before {
span.heimu:hover a,
     content: "> " !important;
a:hover span.heimu{
     color:var(--heimu-link-color);
}
}


/* 导航栏样式 - Windows XP风格 */
span.heimu:hover a:visited,
.navbar,  
a:visited:hover span.heimu{
.navbar.navbar-default,
     color:var(--heimu-visited-link-color);
.navbar-light {
     background: linear-gradient(to bottom, #1F69DE, #015EEB) !important;
    border-bottom: 1px solid #123AA0 !important;
    padding: 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
}


.navbar .navbar-brand,
span.heimu:hover a.new,
.navbar .nav-link,
a.new:hover span.heimu{
.navbar-light .navbar-nav .nav-link {
     color:var(--heimu-new-link-color);
     color: white !important;
    font-family: var(--header-font) !important;
    padding: 8px 15px !important;
    position: relative !important;
}
}


.navbar .nav-link:hover,
span.heimu a.new:hover:visited,
.navbar-light .navbar-nav .nav-link:hover {
a.new:hover:visited span.heimu{
     background-color: rgba(255, 255, 255, 0.2) !important;
     color:var(--heimu-new-visited-link-color);
    color: white !important;
    text-decoration: none !important;
}
}


/* 下拉菜单 */
span.heimu:hover a.extiw:visited,
.dropdown-menu {
a.extiw:visited:hover span.heimu{
     background-color: #FFFFFF !important;
     color:var(--heimu-extiw-visited-link-color);
    border: 1px solid #7B9EBD !important;
    border-radius: 3px !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
    padding: 2px !important;
}
}
 
[color-mode="dark"] .heimu,
.dropdown-item {
[color-mode="dark"] .heimu rt{
     color: #000000 !important;
     --heimu-color:#5e6272;
    font-family: var(--body-font) !important;
    padding: 4px 8px !important;
    border-radius: 2px !important;
}
}


.dropdown-item:hover {
/* 保留彩幕效果 - 行1778-1838 */
    background-color: #316AC5 !important;
.colormu-drk {
    color: white !important;
color: #FFF;
}
}
 
.colormu-bri {
/* 搜索框样式 - Windows XP风格 */
color: #000;
#searchInput,
.form-control {
    background-color: white !important;
    border: 1px solid #7B9EBD !important;
    color: #000000 !important;
    font-family: var(--body-font) !important;
    padding: 4px 8px !important;
    border-radius: 2px !important;
}
}
 
.colormu-drk:not(.colormu_toggle_on) a {
#searchInput:focus,
color: #add8e6;
.form-control:focus {
    border-color: #5690D2 !important;
    box-shadow: 0 0 4px rgba(86, 144, 210, 0.5) !important;
}
}
 
.colormu-drk:not(.colormu_toggle_on) a.new {
/* 搜索按钮 */
color: #FCC;
#searchButton,
.searchButton,
input[type="submit"],
input[type="button"],
.mw-ui-button,
button[name="go"],
button[name="fulltext"],
.mw-ui-button.mw-ui-progressive {
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5) !important;
    border: 1px solid #999999 !important;
    color: #000000 !important;
    font-family: var(--body-font) !important;
    padding: 4px 10px !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}
}
 
.colormu>span, .colormu a, .colormu a>span {
#searchButton:hover,
transition: color 0.2s;
.searchButton:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.mw-ui-button:hover,
button[name="go"]:hover,
button[name="fulltext"]:hover,
.mw-ui-button.mw-ui-progressive:hover {
    background: linear-gradient(to bottom, #FEFEFE, #ECECEC) !important;
    border-color: #666666 !important;
    color: #000000 !important;
}
}
 
#searchButton:active,
.colormu:not(:hover):not(:active):not(.colormu_toggle_on)>span,
.searchButton:active,
.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a {
input[type="submit"]:active,
color: transparent;
input[type="button"]:active,
.mw-ui-button:active,
button[name="go"]:active,
button[name="fulltext"]:active,
.mw-ui-button.mw-ui-progressive:active {
    background: #E0E0E0 !important;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
}
 
/* 目录框样式 - Windows XP风格 */
/* for T:Coloredlink in T:彩幕 */
#toc, .toc {
.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a>span {
    background-color: #F1F1F1 !important;
color: transparent !important;
    border: 1px solid #0055AA !important;
    border-radius: 8px 8px 0 0 !important;
    padding: 0 !important;
    font-family: var(--body-font) !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
    margin: 1em 0 !important;
    position: relative !important;
    overflow: hidden !important;
}
}
 
.toc .toctitle, #toc .toctitle {
/* for T:彩幕 in link */
    background: linear-gradient(to bottom, #0084C6, #0066AA) !important;
a .colormu-bri {
    color: white !important;
color: inherit;
    text-align: left !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    font-weight: bold !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #0044AA !important;
}
}
 
a:hover .colormu>span, a:active .colormu>span,
.toc .toctitle h2, #toc .toctitle h2 {
/* and for MediaWiki:Gadget-heimu-toggle.js */
    color: white !important;
.colormu-drk.colormu_toggle_on, .colormu_toggle_on>span, .colormu-drk.colormu_toggle_on a>span {
    font-size: 12px !important;
color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: none !important;
    flex-grow: 1 !important;
}
}


/* 添加XP窗口控制按钮占位 */
/* 橙幕效果 - 修改为Windows XP样式 */
.toc .toctitle::after, #toc .toctitle::after {
.blackmu,
     content: "";
.blackmu rt {
     display: inline-block;
    --blackmu-color: var(--xp-blue);
     width: 63px; /* 3个按钮的宽度 */
    --blackmu-text-color: 255, 255, 255;
    --blackmu-link-color: 173, 216, 230;
    --blackmu-visited-link-color: 197, 202, 233;
     --blackmu-new-link-color: 255, 204, 204;
     --blackmu-new-visited-link-color: 239, 154, 154;
    --blackmu-extiw-visited-link-color: 209, 196, 233;
      
    background-color: rgb(var(--blackmu-color));
}
}


.toc ul, #toc ul {
.blackmu,
     margin: 0 !important;
.blackmu a,
     padding: 10px 10px 10px 30px !important;
a .blackmu,
a.new .blackmu,
span.blackmu a:visited,
span.blackmu a.new,
span.blackmu a.external,
span.blackmu a.external:visited,
span.blackmu a.extiw,
span.blackmu a.extiw:visited,
span.blackmu a.mw-disambig,
span.blackmu a.mw-redirect {
     transition: color 0.13s linear;
    color: rgb(var(--blackmu-color));
     text-shadow: none;
}
}


.toc a, #toc a {
span.blackmu:hover,
     color: rgb(var(--xp-blue)) !important;
span.blackmu:active {
    text-decoration: none !important;
     color: rgb(var(--blackmu-text-color));
}
}


.toc a:hover, #toc a:hover {
span.blackmu:hover a,
     color: rgb(var(--bright-accent)) !important;
a:hover span.blackmu {
    text-decoration: underline !important;
     color: rgb(var(--blackmu-link-color));
}
}


.tocnumber {
/* 保留特效库代码 - 行949-1777 */
    color: #666666 !important;
/*
该文档为一个hover特效库,由一些常用的效果以及GitHub上的开源项目“Hover.css”的一些部分构成。
请使用hovers在页面中进行载入。
*/
 
/* hover状态切换 */
.hover-change,
.hover-remote {
  position: relative;
  display: inline-block;
  transition: opacity 0.5s linear;
}
}


/* 主页样式修改 - Windows XP风格 */
.hover-change-before,
/* 主页横幅样式 */
.hover-change-after,
.main-page-banner {
.hover-remote-target {
    position: relative;
  transition: inherit;
    display: grid;
    grid-template-areas:
        "welcome welcome welcome"
        "discord faq join";
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
    margin-bottom: 4rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #0055AA;
    border-radius: 8px 8px 0 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background-color: #F1F1F1;
    overflow: hidden;
}
}


/* 欢迎文本区域 */
.hover-change-after,
.main-page-banner .welcome-text {
.hover-remote-target {
    grid-area: welcome;
  opacity: 0;
    background: linear-gradient(to bottom, #0084C6, #0066AA);
  position: absolute;
    color: white;
  top: 0;
    padding: 1.5rem 2rem;
  left: 0;
    margin: 0;
}
    width: 100%;
.hover-remote-target {
    position: relative;
  left: 100%;
    overflow: hidden;
    border-bottom: 1px solid #0044AA;
    z-index: 2;
}
}


/* 背景图片支持 */
.hover-change-after[style^='right:'],
.main-page-banner .welcome-text::before {
.hover-change-after[style*=' right:'],
    content: "";
.hover-remote-after[style^='right:'],
    position: absolute;
.hover-remote-after[style*=' right:'] {
    top: 0;
  left: initial;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
}
}


/* 添加水平扫描线 */
.hover-change-after[style^='bottom:'],
.main-page-banner .welcome-text .scan-line {
.hover-change-after[style*=' bottom:'],
    position: absolute;
.hover-remote-after[style^='bottom:'],
    width: 100%;
.hover-remote-after[style*=' bottom:'] {
    height: 3px;
  top: initial;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 30%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.08) 70%,
        transparent 100%
    );
    z-index: 4;
    animation: horizScanLine 7s linear infinite;
    opacity: 0.3;
    pointer-events: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
}


/* 欢迎文本 */
.hover-change-after:hover,
.main-page-banner .welcome-text p {
.hover-remote-target {
    position: relative;
  opacity: 0;
    z-index: 2;
  margin-left: -9999px;
    margin: 0;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
}


/* 水平扫描线动画 */
/* 主要用于制作hover形式的标签页(tab)切换 */
@keyframes horizScanLine {
.hover-tab-mode {
    0% { top: -10px; }
  position: relative;
    100% { top: 100%; }
  transition: none;
}
.hover-tab-mode .hover-remote {
  transition: inherit;
  position: static;
}
}


/* 导航按钮美化 */
/* 闪烁效果 */
.main-page-banner .navigation-links {
.hover-change.flash:hover .hover-change-before {
    display: grid;
  margin-left: -9999px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
    grid-area: discord / discord / join / join;
    width: 100%;
    padding: 1rem;
    background-color: #F1F1F1;
}
}


.main-page-banner .nav-button {
.hover-change:hover > .hover-change-before,
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
.hover-remote > .hover-remote-target,
    border: 1px solid #999999;
.hover-change:hover > a > .hover-change-before,
    border-radius: 3px;
.hover-remote > a > .hover-remote-target {
    margin: 0;
  opacity: 0;
    transition: all 0.3s ease;
    height: min-content;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
}


/* 按钮光效 */
.hover-change:hover > .hover-change-after,
.main-page-banner .nav-button::before {
.hover-remote:hover > .hover-remote-target,
    content: "";
.hover-change:hover > a > .hover-change-after,
    position: absolute;
.hover-remote:hover > a > .hover-remote-target {
    top: 0;
  opacity: 1;
    left: -100%;
  margin-left: initial;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transition: left 0.5s;
}
}


.main-page-banner .nav-button:hover::before {
/* 基类 */
    left: 100%;
[class*='hovers-'] {
  display: inline-block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
  transition-duration: 0.25s;
  transition-property: all;
}
}


.main-page-banner .nav-button:hover {
/* 旋转放大 */
    transform: translateY(-5px);
.hovers-rotate-shrink {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
    background: linear-gradient(to bottom, #FEFEFE, #ECECEC);
  transform: rotate(0) scale(0.75);
    border-color: #666666;
}
.hovers-rotate-shrink:hover {
  transform: rotate(360deg) scale(1);
}
}


.main-page-banner .nav-button a {
.hovers-rotate-shrink-reverse {
    display: block;
  transition-duration: 0.5s;
    padding: 10px 15px;
  transform: rotate(360deg) scale(0.75);
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none !important;
    font-family: var(--body-font);
    position: relative;
    z-index: 1;
}
}


.main-page-banner .nav-button:hover a {
.hovers-rotate-shrink-reverse:hover {
    color: #000000;
  transform: rotate(0) scale(1);
}
}


.main-page-banner .nav-button:active {
/* 旋转 */
    background: #E0E0E0;
.hovers-rotate,
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
.hovers-rotate-reverse:hover {
  transition-duration: 0.5s;
  transform: rotate(0);
}
}


/* 公告容器 */
.hovers-rotate-reverse,
.announcement-container {
.hovers-rotate:hover {
    background-color: #F1F1F1;
  transition-duration: 0.5s;
    border: 1px solid #0055AA;
  transform: rotate(360deg);
    border-radius: 8px 8px 0 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden;
    position: relative;
}
}


.announcement-container .section-title {
/* 正常 => 浅 */
    background: linear-gradient(to bottom, #0084C6, #0066AA);
.hovers-fade-deep,
    color: white;
.hovers-fade,
    padding: 5px 10px;
.hovers-fade-shallow {
    font-family: var(--title-font);
  opacity: 1;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0044AA;
}
}
 
.hovers-fade-deep:hover,
/* 标题文本 */
.hovers-fade-deep.active {
.announcement-container .section-title span {
  opacity: 0.35;
    flex-grow: 1;
}
}
 
.hovers-fade:hover,
/* 添加XP窗口控制按钮占位 */
.hovers-fade.active {
.announcement-container .section-title::after {
  opacity: 0.5;
    content: "";
    display: inline-block;
    width: 63px; /* 3个按钮的宽度 */
}
}
 
.hovers-fade-shallow:hover,
.announcement-container .announcement-content {
.hovers-fade-shallow.active {
    background-color: #FFFFFF;
  opacity: 0.75;
    color: #000000;
    padding: 10px;
    font-family: var(--body-font);
    width: 100%;
    border-bottom: 1px solid #D3DCE3;
}
}


.announcement-content span {
/* 浅 => 正常 */
    display: inline-block;
.hovers-bloom-deep {
    white-space: nowrap;
  opacity: 0.35;
    animation: marquee 15s linear infinite;
}
}
 
.hovers-bloom {
@keyframes marquee {
  opacity: 0.5;
    0% { transform: translate(100%, 0); }
    100% { transform: translate(-100%, 0); }
}
}
/* 近期页面容器 */
.hovers-bloom-shallow {
.recent-pages-container {
  opacity: 0.75;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}
}


.recent-pages-container .page-section {
.hovers-bloom-deep:hover,
    flex-basis: 48%;
.hovers-bloom-deep.active,
    background-color: #F1F1F1;
.hovers-bloom:hover,
    border: 1px solid #0055AA;
.hovers-bloom.active,
    border-radius: 8px 8px 0 0;
.hovers-bloom-shallow:hover,
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
.hovers-bloom-shallow.active {
    margin-bottom: 1rem;
  opacity: 1;
    overflow: hidden;
    position: relative;
}
}


.recent-pages-container .section-title {
/* 正常 => 大 */
    background: linear-gradient(to bottom, #0084C6, #0066AA);
.hovers-grow-deep,
    color: white;
.hovers-grow,
    padding: 5px 10px;
.hovers-grow-shallow {
    font-family: var(--title-font);
  transform: scale(1);
    font-size: 1rem;
}
    font-weight: bold;
.hovers-grow-deep:hover,
    height: 25px;
.hovers-grow-deep.active {
    display: flex;
  transform: scale(1.5);
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0044AA;
}
}
 
.hovers-grow:hover,
/* 标题文本 */
.hovers-grow.active {
.recent-pages-container .section-title span {
  transform: scale(1.25);
    flex-grow: 1;
}
}
 
.hovers-grow-shallow:hover,
/* 添加XP窗口控制按钮占位 */
.hovers-grow-shallow.active {
.recent-pages-container .section-title::after {
  transform: scale(1.1);
    content: "";
    display: inline-block;
    width: 63px; /* 3个按钮的宽度 */
}
}


.recent-pages-container .page-list {
/* 正常 => 小 */
    background-color: #FFFFFF;
.hovers-shrink-deep:hover,
    padding: 8px;
.hovers-shrink-deep.active,
    max-height: 15rem;
.hovers-shrink:hover,
    overflow-y: auto;
.hovers-shrink.active,
    border: 1px solid #D1D1D1;
.hovers-shrink-shallow:hover,
    margin: 5px;
.hovers-shrink-shallow.active {
  transform: scale(1);
}
}
 
.hovers-shrink-deep {
.recent-pages-container .page-list a {
  transform: scale(0.5);
    color: #0055AA;
    display: block;
    padding: 4px;
    border-bottom: 1px solid #EFEFEF;
    font-family: var(--body-font);
    transition: all 0.2s ease;
}
}
 
.hovers-shrink {
.recent-pages-container .page-list a:hover {
  transform: scale(0.75);
    color: #CC6600;
    background-color: #E8F1FF;
    padding-left: 8px;
}
}
 
.hovers-shrink-shallow {
.recent-pages-container .see-more {
  transform: scale(0.9);
    background-color: #F0F0F0;
    border-top: 1px solid #CCCCCC;
    padding: 4px 8px;
    text-align: right;
    font-size: 0.9em;
}
}


.recent-pages-container .see-more a {
/* 左右抖动 */
    color: #0055AA;
@keyframes shake-flexible {
     font-family: var(--body-font);
  25% {
}
     transform: translateX(-0.0625em);
  }


.recent-pages-container .see-more a:hover {
  50% {
     color: #CC6600;
     transform: translateX(0.0625em);
}
  }


/* 特色内容容器 */
  75% {
.featured-content-container {
     transform: translateX(-0.0625em);
     display: flex;
  }
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
}


.featured-content-container .feature-item {
.hovers-shake-flexible:hover,
    flex-basis: 48%;
.hovers-shake-flexible.active {
    background-color: #F1F1F1;
  animation: shake-flexible 0.5s ease-out;
    border: 1px solid #0055AA;
    border-radius: 8px 8px 0 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}
}


.featured-content-container .section-title {
@keyframes shake {
    background: linear-gradient(to bottom, #0084C6, #0066AA);
  25% {
    color: white;
     transform: translateX(-8px);
     padding: 5px 10px;
  }
    font-family: var(--title-font);
    font-size: 1rem;
    font-weight: bold;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0044AA;
}


/* 标题文本 */
  50% {
.featured-content-container .section-title span {
     transform: translateX(8px);
     flex-grow: 1;
  }
}


/* 添加XP窗口控制按钮占位 */
  75% {
.featured-content-container .section-title::after {
     transform: translateX(-8px);
     content: "";
  }
    display: inline-block;
    width: 63px; /* 3个按钮的宽度 */
}
}


.featured-content-container .feature-content {
.hovers-shake:hover,
    background-color: #FFFFFF;
.hovers-shake.active {
    color: #000000;
  animation: shake 0.5s ease-out;
    padding: 10px;
    font-family: var(--body-font);
    border: 1px solid #D1D1D1;
    margin: 5px;
}
}


.featured-content-container .feature-content .featured-title {
/* 上下抖动 */
    color: #0055AA;
@keyframes bounce-flexible {
     font-size: 1.1rem;
  25% {
    font-weight: bold;
     transform: translateY(-0.0625em);
    margin-bottom: 0.5rem;
  }
    font-family: var(--title-font);
}


.featured-content-container .feature-content .featured-author {
  50% {
     font-size: 0.9rem;
     transform: translateY(0.0625em);
     color: #666666;
  }
    margin-bottom: 0.5rem;
 
  75% {
     transform: translateY(-0.0625em);
  }
}
}


.featured-content-container .feature-content .featured-description {
.hovers-bounce-flexible:hover,
    font-style: italic;
.hovers-bounce-flexible.active {
    color: #333333;
  animation: bounce-flexible 0.5s ease-out;
}
}


.featured-content-container .see-more {
@keyframes bounce {
     background-color: #F0F0F0;
  25% {
    border-top: 1px solid #CCCCCC;
     transform: translateY(-8px);
    padding: 4px 8px;
  }
    text-align: right;
    font-size: 0.9em;
}


/* 工具和资源容器 */
  50% {
.tools-and-resources {
     transform: translateY(8px);
     margin-bottom: 2rem;
  }
}


.tools-container {
  75% {
     display: grid;
     transform: translateY(-8px);
    grid-template-columns: 1fr 1fr;
  }
    grid-gap: 1rem;
}
}


.tools-container .tool-item {
.hovers-bounce:hover,
    background-color: #F1F1F1;
.hovers-bounce.active {
    color: #000000;
  position: relative;
    padding: 10px;
  left: 0;
    border: 1px solid #0055AA;
  animation: bounce 0.5s ease-out;
    border-radius: 8px 8px 0 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: var(--body-font);
    transition: all 0.3s ease;
    display: grid;
    grid-template-areas:
        "icon content"
        "title content";
    grid-template-columns: max-content 1fr;
    grid-template-rows: 0.6fr 0.4fr;
    grid-gap: 0.5rem 1rem;
    position: relative;
    overflow: hidden;
}
}


.tools-container .tool-item::before {
/* 绕顶端中点抖动 */
    content: "";
@keyframes swing {
     position: absolute;
  20% {
    top: 0;
     transform: rotate3d(0, 0, 1, 10deg);
    left: 0;
  }
    right: 0;
    height: 25px;
    background: linear-gradient(to bottom, #0084C6, #0066AA);
    z-index: 0;
}


.tools-container .tool-item:hover {
  40% {
     transform: translateY(-5px);
     transform: rotate3d(0, 0, 1, -10deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}


.tools-container .tool-item .tool-icon {
  60% {
     grid-area: icon;
     transform: rotate3d(0, 0, 1, 5deg);
    justify-self: center;
  }
    align-self: end;
 
    position: relative;
  80% {
     z-index: 1;
     transform: rotate3d(0, 0, 1, -5deg);
    width: 32px;
  }
     height: 32px;
 
    margin-top: 30px;
  to {
     transform: rotate3d(0, 0, 1, 0deg);
  }
}
}


.tools-container .tool-item .tool-title {
.hovers-swing {
    grid-area: title;
  transform-origin: top center;
    text-align: center;
}
    position: relative;
.hovers-swing:hover,
    z-index: 1;
.hovers-swing.active {
  animation: swing 0.75s ease-out;
}
}


.tools-container .tool-item .tool-title a {
/* 正常 => 大 */
    color: #0055AA;
@keyframes pulse-grow {
     font-weight: bold;
  to {
    font-family: var(--title-font);
     transform: scale(1.1);
  }
}
}


.tools-container .tool-item .tool-title a:hover {
.hovers-pulse-grow:hover,
    color: #CC6600;
.hovers-pulse-grow.active {
  animation: pulse-grow 0.5s linear infinite alternate;
}
}


.tools-container .tool-item .tool-description {
/* 正常 => 小 */
    grid-area: content;
@keyframes pulse-shrink {
     align-self: center;
  to {
    position: relative;
     transform: scale(0.9);
    z-index: 1;
  }
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    margin-top: 30px;
}
}


/* 页码样式 */
.hovers-pulse-shrink:hover,
.mw-page-numbers,  
.hovers-pulse-shrink.active {
.pageNumbers,
  animation: pulse-shrink 0.5s linear infinite alternate;
.pagination {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    font-family: var(--body-font);
}
}


.mw-page-numbers li,
/* 正常 => 小 */
.pageNumbers li,
@keyframes push {
.pagination li {
  50% {
     margin: 0 2px;
     transform: scale(0.8);
    list-style: none;
  }
}
}


.mw-page-numbers a,  
.hovers-push:hover,
.pageNumbers a,
.hovers-push.active {
.pagination a {
  animation: push 0.3s linear;
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
    border: 1px solid #999999;
    color: #000000;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
}


.mw-page-numbers a:hover,
/* 正常 => 大 */
.pageNumbers a:hover,
@keyframes pop {
.pagination a:hover {
  50% {
     background: linear-gradient(to bottom, #FEFEFE, #ECECEC);
     transform: scale(1.2);
    border-color: #666666;
  }
}
}


.mw-page-numbers .current,  
.hovers-pop:hover,
.pageNumbers .current,
.hovers-pop.active {
.pagination .current {
  animation: pop 0.3s linear;
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #D1E5FE, #BBD8FB);
    border: 1px solid #4A8BF5;
    color: #000000;
    border-radius: 3px;
    font-weight: bold;
}
}


/* 侧边栏样式 */
/* 正常 => 大 => 正常 => 大 */
#mw-navigation,  
.hovers-bounce-in:hover,
#mw-panel,
.hovers-bounce-in.active {
.sidebar {
  transform: scale(1.2);
    background-color: #F1F1F1 !important;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
}


#mw-navigation h2,  
/* 正常 => 小 => 正常 => 小 */
#mw-panel h3,
.hovers-bounce-out:hover,
.sidebar h3 {
.hovers-bounce-out.active {
    background: linear-gradient(to bottom, #0084C6, #0066AA) !important;
  transform: scale(0.8);
    color: white !important;
  transition-duration: 0.5s;
    padding: 5px 10px !important;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    font-family: var(--header-font) !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid #0044AA !important;
    margin: 0 !important;
}
}


/* 引用样式 */
/* 倾斜 */
div.blockquote, blockquote {
.hovers-tilt:hover,
    border: 1px solid #7B9EBD;
.hovers-tilt.active {
    background-color: #ECF4FD;
  transition-duration: 0.3s;
    color: #000000;
  transform: rotate(4deg);
    border-radius: 3px;
    padding: 8px 12px;
    margin: 1em 1.5em;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
}


/* 底部工具栏 */
/* 倾斜 + 放大 */
#footer, .footer {
.hovers-grow-rotate:hover,
    background-color: #F1F1F1 !important;
.hovers-grow-rotate.active {
    border-top: 1px solid #0055AA !important;
  transition-duration: 0.3s;
    color: #000000 !important;
  transform: scale(1.1) rotate(4deg);
    padding: 1em 0 !important;
    font-family: var(--body-font) !important;
}
}


#footer a, .footer a {
/* 升起 */
    color: #0055AA !important;
.hovers-float:hover,
}
.hovers-float.active {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform: translateY(-8px);
}


#footer a:hover, .footer a:hover {
/* 下沉 */
    color: #CC6600 !important;
.hovers-sink:hover,
.hovers-sink.active {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform: translateY(8px);
}
}


/* 轮播图 */
/* 飘浮 */
.mw-carousel {
@keyframes bob {
     position: relative;
  0% {
    width: 100%;
     transform: translateY(-10px);
     max-width: 960px;
  }
     margin: 2em auto;
  50% {
    overflow: hidden;
     transform: translateY(-5px);
    border: 1px solid #0055AA;
  }
    border-radius: 8px 8px 0 0;
  100% {
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
     transform: translateY(-10px);
    aspect-ratio: 16 / 9;
  }
    background-color: #F1F1F1;
}
@keyframes bob-float {
  100% {
     transform: translateY(-10px);
  }
}
}


.mw-carousel::before {
.hovers-bob:hover,
    content: "照片查看器";
.hovers-bob.active {
    position: absolute;
  animation-name: bob-float, bob;
    top: 0;
  animation-duration: 0.3s, 1.5s;
    left: 0;
  animation-delay: 0s, 0.3s;
    right: 0;
  animation-timing-function: ease-out, ease-in-out;
    height: 25px;
  animation-iteration-count: 1, infinite;
    background: linear-gradient(to bottom, #0084C6, #0066AA);
  animation-fill-mode: forwards;
    color: white;
  animation-direction: normal, alternate;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-weight: bold;
    font-family: var(--title-font);
    z-index: 5;
}
}


.mw-carousel .carousel-image {
/* 悬挂 */
     width: 100%;
@keyframes hang {
     height: 100%;
  0% {
     position: relative;
     transform: translateY(10px);
     margin-top: 25px; /* 为标题栏留出空间 */
  }
  50% {
     transform: translateY(5px);
  }
  100% {
     transform: translateY(10px);
  }
}
@keyframes hang-sink {
  100% {
     transform: translateY(10px);
  }
}
}


.mw-carousel .carousel-image img {
.hovers-hang:hover,
    width: 100%;
.hovers-hang.active {
    height: 100%;
  animation-name: hang-sink, hang;
    object-fit: cover;
  animation-duration: 0.3s, 1.5s;
    display: block;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
}


.mw-carousel .carousel-caption {
/* 非对称 */
    position: absolute;
.hovers-skew:hover,
    bottom: 0;
.hovers-skew.active {
    left: 0;
  transform: skew(-10deg);
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: left;
    z-index: 2;
}
}


.mw-carousel .carousel-navigation {
/* 非对称-左 */
    position: absolute;
.hovers-skew-forward {
    top: 50%;
  transform-origin: 0 100%;
    left: 0;
}
    width: 100%;
.hovers-skew-forward:hover,
    display: flex;
.hovers-skew-forward.active {
    justify-content: space-between;
  transform: skew(-10deg);
    transform: translateY(-50%);
    z-index: 3;
    padding: 0 10px;
}
}


.mw-carousel .carousel-prev,
/* 非对称-右 */
.mw-carousel .carousel-next {
.hovers-skew-backward {
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
  transform-origin: 0 100%;
    border: 1px solid #999999;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #000000;
}
}
 
.hovers-skew-backward:hover,
.mw-carousel .carousel-prev:hover,
.hovers-skew-backward.active {
.mw-carousel .carousel-next:hover {
  transform: skew(10deg);
    background: linear-gradient(to bottom, #FEFEFE, #ECECEC);
    border-color: #666666;
}
}


.mw-carousel .carousel-indicators {
/* 垂直抖动 */
     position: absolute;
@keyframes wobble-vertical {
     bottom: 40px;
  16.65% {
     left: 50%;
     transform: translateY(8px);
     transform: translateX(-50%);
  }
     display: flex;
  33.3% {
     gap: 5px;
     transform: translateY(-6px);
    z-index: 4;
  }
  49.95% {
     transform: translateY(4px);
  }
  66.6% {
     transform: translateY(-2px);
  }
  83.25% {
     transform: translateY(1px);
  }
  100% {
     transform: translateY(0);
  }
}
}


.mw-carousel .carousel-indicators .indicator {
.hovers-wobble-vertical:hover,
    width: 10px;
.hovers-wobble-vertical.active {
    height: 10px;
  animation-name: wobble-vertical;
    background-color: #CCCCCC;
  animation-duration: 1s;
    border: 1px solid #999999;
  animation-timing-function: ease-in-out;
    border-radius: 50%;
  animation-iteration-count: 1;
    cursor: pointer;
    transition: all 0.3s;
}
}


.mw-carousel .carousel-indicators .indicator.active {
/* 水平抖动 */
     background-color: #0084C6;
@keyframes wobble-horizontal {
     border-color: #0055AA;
  16.65% {
}
     transform: translateX(8px);
 
  }
/* 黑幕效果改为橙色半透明(符合XP主题) */
  33.3% {
.heimu,
     transform: translateX(-6px);
.heimu rt,
  }
.blackmu,
  49.95% {
.blackmu rt {
    transform: translateX(4px);
     --blackmu-color: 229, 140, 36;
  }
     --blackmu-text-color: 0, 0, 0;
  66.6% {
    --blackmu-link-color: 0, 85, 170;
    transform: translateX(-2px);
    --blackmu-visited-link-color: 0, 64, 128;
  }
    --blackmu-new-link-color: 204, 102, 0;
  83.25% {
    --blackmu-new-visited-link-color: 153, 76, 0;
     transform: translateX(1px);
   
  }
    background-color: rgba(var(--blackmu-color), 0.8);
  100% {
     transform: translateX(0);
  }
}
.hovers-wobble-horizontal:hover,
.hovers-wobble-horizontal.active {
  animation-name: wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
}


.heimu,
/* 右下弹回 */
.heimu a,
@keyframes wobble-to-bottom-right {
a .heimu,
  16.65% {
a.new .heimu,
    transform: translate(8px, 8px);
span.heimu a:visited,
  }
span.heimu a.new,
  33.3% {
span.heimu a.external,
    transform: translate(-6px, -6px);
span.heimu a.external:visited,
  }
span.heimu a.extiw,
  49.95% {
span.heimu a.extiw:visited,
    transform: translate(4px, 4px);
span.heimu a.mw-disambig,
  }
span.heimu a.mw-redirect,
  66.6% {
.blackmu,
    transform: translate(-2px, -2px);
.blackmu a,
  }
a .blackmu,
  83.25% {
a.new .blackmu,
    transform: translate(1px, 1px);
span.blackmu a:visited,
  }
span.blackmu a.new,
  100% {
span.blackmu a.external,
     transform: translate(0, 0);
span.blackmu a.external:visited,
  }
span.blackmu a.extiw,
span.blackmu a.extiw:visited,
span.blackmu a.mw-disambig,
span.blackmu a.mw-redirect {
     transition: color 0.13s linear;
    color: rgba(var(--blackmu-color), 0.8);
    text-shadow: none;
}
}


span.heimu:hover,
.hovers-wobble-to-bottom-right:hover,  
span.heimu:active,
.hovers-wobble-to-bottom-right.active {
span.blackmu:hover,
  animation-name: wobble-to-bottom-right;
span.blackmu:active {
  animation-duration: 1s;
    color: rgb(var(--blackmu-text-color));
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
}


span.heimu:hover a,
/* 右上弹回 */
a:hover span.heimu,
@keyframes wobble-to-top-right {
span.blackmu:hover a,
  16.65% {
a:hover span.blackmu {
    transform: translate(8px, -8px)
     color: rgb(var(--blackmu-link-color));
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
     transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0);
  }
}
}


/* 颜色幕 */
.hovers-wobble-to-top-right:hover,
.colormu-drk {
.hovers-wobble-to-top-right.active {
    color: #FFFFFF;
  animation-name: wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
}


.colormu-bri {
/* 果冻 */
     color: #000000;
@keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
     transform: skew(0);
  }
}
}


.colormu-drk:not(.colormu_toggle_on) a {
/* 赘肉 */
    color: #add8e6;
.hovers-wobble-top {
  transform-origin: 0 100%;
}
}
 
.hovers-wobble-top:hover,
.colormu-drk:not(.colormu_toggle_on) a.new {
.hovers-wobble-top.active {
    color: #FCC;
  animation-name: wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
}


.colormu>span,
@keyframes wobble-bottom {
.colormu a,
  16.65% {
.colormu a>span {
     transform: skew(-12deg);
     transition: color 0.2s;
  }
}
  33.3% {
 
    transform: skew(10deg);
.colormu:not(:hover):not(:active):not(.colormu_toggle_on)>span,
  }
.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a {
  49.95% {
     color: transparent;
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
     transform: skew(0);
  }
}
}


.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a>span {
.hovers-wobble-bottom {
    color: transparent !important;
  transform-origin: 100% 0;
}
}
 
.hovers-wobble-bottom:hover,
a .colormu-bri {
.hovers-wobble-bottom.active {
    color: inherit;
  animation-name: wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
}


a:hover .colormu>span,
/* 颤动 */
a:active .colormu>span,
@keyframes wobble-skew {
.colormu-drk.colormu_toggle_on,
  16.65% {
.colormu_toggle_on>span,
     transform: skew(-12deg);
.colormu-drk.colormu_toggle_on a>span {
  }
     color: inherit !important;
  33.3% {
}
     transform: skew(10deg);
 
  }
/* Windows XP样式的提示框(替代hovertip) */
  49.95% {
.hovertip {
     transform: skew(-6deg);
     background-color: #FFFFCC !important;
  }
    border: 1px solid #999999 !important;
  66.6% {
    border-radius: 3px !important;
     transform: skew(4deg);
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
  }
    padding: 6px !important;
  83.25% {
    color: #000000 !important;
     transform: skew(-2deg);
     font-family: var(--body-font) !important;
  }
    font-size: 0.9rem !important;
  100% {
     max-width: 300px !important;
     transform: skew(0);
}
  }
 
/* Windows XP风格的选项卡 */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
     border-color: #7B9EBD !important;
    border-width: 0 0 1px 0 !important;
    zoom: 1 !important;
    position: relative !important;
}
}
 
.hovers-wobble-skew:hover,
.yui-navset .yui-nav li,
.hovers-wobble-skew.active {
.yui-navset .yui-navset-top .yui-nav li {
  animation-name: wobble-skew;
    margin: 0 0.16em 0 0 !important;
  animation-duration: 1s;
    padding: 1px 0 0 !important;
  animation-timing-function: ease-in-out;
    list-style: none !important;
  animation-iteration-count: 1;
    display: inline-block !important;
}
}


.yui-navset .yui-nav a,
/* 振动 */
.yui-navset .yui-nav a:focus,
@keyframes buzz {
.yui-navset .yui-nav a:hover,
  50% {
.yui-navset .yui-navset-top .yui-nav a,
     transform: translateX(3px) rotate(2deg);
.yui-navset .yui-navset-top .yui-nav a:focus,
  }
.yui-navset .yui-navset-top .yui-nav a:hover {
  100% {
     background: linear-gradient(to bottom, #F5F5F5, #E5E5E5) !important;
     transform: translateX(-3px) rotate(-2deg);
    border: 1px solid #7B9EBD !important;
  }
    color: #000000 !important;
     cursor: pointer !important;
    text-decoration: none !important;
    padding: 0.25em 0.5em !important;
    border-radius: 2px 2px 0 0 !important;
}
}


.yui-navset .yui-nav .selected a,
.hovers-buzz:hover,
.yui-navset .yui-nav .selected a:focus,
.hovers-buzz.active {
.yui-navset .yui-nav .selected a:hover {
  animation-name: buzz;
    background: linear-gradient(to bottom, #E3EFFF, #CDE2FE) !important;
  animation-duration: 0.15s;
    color: #000000 !important;
  animation-timing-function: linear;
    border-color: #4A8BF5 !important;
  animation-iteration-count: infinite;
}
 
.yui-navset .yui-content {
    background: #FFFFFF !important;
    border: 1px solid #7B9EBD !important;
    border-top: none !important;
    padding: 10px !important;
}
}


/* Windows XP风格的代码块 */
/* 振出 */
pre, code, .mw-code {
@keyframes buzz-out {
     background-color: #FFFFFF !important;
  10% {
    border: 1px solid #7B9EBD !important;
     transform: translateX(3px) rotate(2deg);
    color: #000000 !important;
  }
     font-family: var(--mono-font) !important;
  20% {
    padding: 5px !important;
     transform: translateX(-3px) rotate(-2deg);
     border-radius: 3px !important;
  }
}
  30% {
 
     transform: translateX(3px) rotate(2deg);
/* Windows XP风格的分隔线 */
  }
hr {
  40% {
     margin: 1em 2em;
     transform: translateX(-3px) rotate(-2deg);
    padding: 0;
  }
    height: 0;
  50% {
    border: none;
     transform: translateX(2px) rotate(1deg);
    border-top: 1px solid #7B9EBD;
  }
}
  60% {
 
     transform: translateX(-2px) rotate(-1deg);
/* Windows XP风格块 - 原database主题块 */
  }
.lightstyled-quote {
  70% {
     background-color: #ECF4FD;
     transform: translateX(2px) rotate(1deg);
    color: #000000;
  }
    border-left: 3px solid #0055AA;
  80% {
     padding: 0.1rem 1rem;
     transform: translateX(-2px) rotate(-1deg);
    margin: 0.5rem 0 0.5rem 0.25rem;
  }
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  90% {
}
     transform: translateX(1px) rotate(0);
 
  }
.darkstyled-quote {
  100% {
     background-color: #D6E9FF;
     transform: translateX(-1px) rotate(0);
    border-left: 3px solid #0055AA;
  }
    color: #000000;
     padding: 0.1rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
 
.lightblock {
     background-color: #ECF4FD;
    color: #000000;
    padding: 0.01rem 1rem;
     margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #7B9EBD;
    border-radius: 3px;
}
}


.darkblock {
.hovers-buzz-out:hover,
    background-color: #D6E9FF;
.hovers-buzz-out.active {
    color: #000000;
  animation-name: buzz-out;
    padding: 0.01rem 1rem;
  animation-duration: 0.75s;
    margin: 0.5rem 0 0.5rem 0.25rem;
  animation-timing-function: linear;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  animation-iteration-count: 1;
    border: 1px solid #7B9EBD;
    border-radius: 3px;
}
}


/* Windows XP风格的错误屏幕块 */
/* 右移 */
.bluescreen {
.hovers-forward:hover,
    background-color: #0000AA;
.hovers-forward.active {
    color: #FFFFFF;
  transform: translateX(8px);
    padding: 1.5rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: "Courier New", monospace;
    border: 2px solid #FFFFFF;
    position: relative;
}
}


.bluescreen::before {
/* 左移 */
    content: "Windows";
.hovers-backward:hover,
    position: absolute;
.hovers-backward.active {
    top: 0.5rem;
  transform: translateX(-8px);
    left: 1rem;
    font-weight: bold;
}
}


/* Windows XP Logo块 */
/* 自由移动 */
.logoblock {
.hovers-top,
    padding: 0.5rem 1rem;
.hovers-left,
    color: #000000;
.hovers-bottom,
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
.hovers-right {
    margin: 0.5rem 0 0.5rem 0.25rem;
  transition: all 0.5s;
    display: block;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #7B9EBD;
    border-radius: 3px;
    min-height: 80px;
}
}


.logoblock::after {
.hovers-top:hover,
    content: "";
.hovers-top.active {
    float: center;
  transform: translateY(-0.0625em);
    border: solid 2px transparent;
    background: url() center/70% no-repeat;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
}


/* Windows XP风格的标题块 */
.hovers-left:hover,
.titlebox {
.hovers-left.active {
    color: #FFFFFF;
  transform: translateX(-0.0625em);
    position: relative;
    top: -1.6rem;
    background: linear-gradient(to bottom, #0084C6, #0066AA);
    padding: 0.5rem 2rem;
    line-height: 0.1rem;
    border-radius: 3px 3px 0 0;
    border: 1px solid #0055AA;
    border-bottom: none;
}
}


/* Windows XP风格警告消息 */
.hovers-bottom:hover,
.mw-warning, .warning {
.hovers-bottom.active {
    background-color: #FFEFD5;
  transform: translateY(0.0625em);
    color: #000000;
    padding: 0.7rem 1rem;
    margin: 1rem 0;
    border: 1px solid #FF8C00;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
}


.mw-warning:before, .warning:before {
.hovers-right:hover,
    content: "⚠️ ";
.hovers-right.active {
    font-size: 1.2rem;
  transform: translateX(0.0625em);
    vertical-align: middle;
    margin-right: 0.5rem;
}
}


/* Windows XP风格的提示消息 */
/* 滤镜 */
.mw-info, .info {
.hovers-blur,
    background-color: #E6F3FF;
.hovers-blur-reverse,
    color: #000000;
.hovers-brightness,
    padding: 0.7rem 1rem;
.hovers-brightness-reverse,
    margin: 1rem 0;
.hovers-contrast,
    border: 1px solid #4A8BF5;
.hovers-contrast-reverse,
    border-radius: 3px;
.hovers-grayscale,
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
.hovers-grayscale-reverse,
.hovers-invert,
.hovers-invert-reverse,
.hovers-saturate,
.hovers-saturate-reverse,
.hovers-sepia,
.hovers-sepia-reverse,
.hovers-hue-rotate,
.hovers-hue-rotate-reverse {
  transition-duration: 0.75s;
}
}


.mw-info:before, .info:before {
.hovers-blur:hover,
    content: "ℹ️ ";
.hovers-blur.active,
    font-size: 1.2rem;
.hovers-brightness:hover,
    vertical-align: middle;
.hovers-brightness.active,
    margin-right: 0.5rem;
.hovers-contrast:hover,
}
.hovers-contrast.active,
 
.hovers-grayscale:hover,
/* 窗口最小化和最大化状态的样式 */
.hovers-grayscale.active,
.minimized .page-list,
.hovers-invert:hover,
.minimized .feature-content,
.hovers-invert.active,
.minimized .tool-description,
.hovers-saturate:hover,
.minimized .announcement-content,
.hovers-saturate.active,
.minimized .mw-parser-output,
.hovers-sepia:hover,
.minimized .toc {
.hovers-sepia.active,
    display: none !important;
.hovers-hue-rotate:hover,
}
.hovers-hue-rotate.active {
 
  filter: initial;
.maximized {
}
    position: fixed !important;
    top: 5% !important;
    left: 5% !important;
    width: 90% !important;
    height: 90% !important;
    z-index: 9999 !important;
}
 
.maximized .page-list,
.maximized .feature-content,
.maximized .tool-description,
.maximized .announcement-content,
.maximized .mw-parser-output {
    max-height: calc(90vh - 40px) !important;
    overflow-y: auto !important;
}


/* Windows XP风格的图片浏览器 */
.hovers-blur {
.scp-image-block {
  filter: blur(5px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
    border-radius: 3px;
 
    border: 1px solid #7B9EBD;
.hovers-blur-reverse:hover,
    margin: 0 2em 1em;
.hovers-blur-reverse.active {
    background-color: #FFFFFF;
  filter: blur(5px);
}
}


.scp-image-block.block-right {
.hovers-brightness {
    float: right;
  filter: brightness(50%);
    margin: 0 0 1em 2em;
}
}


.scp-image-block .scp-image-caption {
.hovers-brightness-reverse:hover,
    background: linear-gradient(to bottom, #E3EFFF, #CDE2FE);
.hovers-brightness-reverse.active {
    color: #000000;
  filter: brightness(50%);
    padding: 5px;
    text-align: center;
    border-top: 1px solid #7B9EBD;
}
}


.scp-image-block img {
.hovers-contrast {
    padding: 5px;
  filter: contrast(50%);
    display: block;
    margin: 0 auto;
}
}


/* 响应式布局调整 */
.hovers-contrast-reverse:hover,
@media (max-width: 767px) {
.hovers-contrast-reverse.active {
    .main-page-banner {
  filter: contrast(50%);
        grid-template-areas:  
}
            "welcome"
 
            "navigation";
.hovers-grayscale {
        grid-template-columns: 1fr;
  filter: grayscale(100%);
    }
   
    .main-page-banner .welcome-text {
        width: 100%;
        margin-bottom: 0;
        box-sizing: border-box;
    }
   
    .main-page-banner .navigation-links {
        grid-area: navigation;
        display: flex;
        width: 100%;
        overflow: visible;
    }
   
    .recent-pages-container .page-section,
    .featured-content-container .feature-item {
        flex-basis: 100%;
    }
   
    .tools-container {
        grid-template-columns: 1fr;
    }
   
    .xp-window-controls {
        display: none !important;
    }
}
}


/* 打印样式(续) */
.hovers-grayscale-reverse:hover,  
@media print {
.hovers-grayscale-reverse.active {
    body {
  filter: grayscale(100%);
        background: #FFFFFF !important;
        color: #000000 !important;
    }
   
    #content {
        background: #FFFFFF !important;
        border: none !important;
        box-shadow: none !important;
    }
   
    .scan-animation,
    .xp-window-controls,
    .main-page-banner .navigation-links,
    .mw-carousel .carousel-navigation,
    .mw-carousel .carousel-indicators {
        display: none !important;
    }
   
    a {
        color: #000000 !important;
        text-decoration: underline !important;
    }
   
    a::before {
        content: none !important;
    }
   
    .infobox,
    .notaninfobox,
    .navbox,
    #toc,
    .toc,
    .announcement-container,
    .recent-pages-container .page-section,
    .featured-content-container .feature-item,
    .tools-container .tool-item {
        border: 1px solid #000000 !important;
        box-shadow: none !important;
    }
   
    .infobox th,
    .notaninfobox .infobox-title,
    .navbox-title,
    .toc .toctitle,
    #toc .toctitle,
    .announcement-container .section-title,
    .recent-pages-container .section-title,
    .featured-content-container .section-title,
    .tools-container .tool-item::before {
        background: #CCCCCC !important;
        color: #000000 !important;
    }
}
}


/* 滚动条样式 - Windows XP经典风格 */
.hovers-invert {
::-webkit-scrollbar {
  filter: invert(100%);
    width: 16px;
    height: 16px;
}
}


::-webkit-scrollbar-track {
.hovers-invert-reverse:hover,
    background-color: #F1F1F1;
.hovers-invert-reverse.active {
    border-left: 1px solid #DFDFDF;
  filter: invert(100%);
}
}


::-webkit-scrollbar-thumb {
.hovers-saturate {
    background: #C2D2E3;
  filter: saturate(200%);
    border: 1px solid #7B9EBD;
    border-radius: 3px;
}
}


::-webkit-scrollbar-thumb:hover {
.hovers-saturate-reverse:hover,
    background: #9CB6D3;
.hovers-saturate-reverse.active {
  filter: saturate(200%);
}
}


::-webkit-scrollbar-button {
.hovers-sepia {
    background-color: #F1F1F1;
  filter: sepia(100%);
    border: 1px solid #7B9EBD;
    height: 16px;
    width: 16px;
}
}


::-webkit-scrollbar-button:vertical:increment {
.hovers-sepia-reverse:hover,
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path fill="%237B9EBD" d="M4 0l-4 4h8z" transform="translate(0 2)"/></svg>');
.hovers-sepia-reverse.acitve {
    background-repeat: no-repeat;
  filter: sepia(100%);
    background-position: center;
}
}


::-webkit-scrollbar-button:vertical:decrement {
.hovers-hue-rotate {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path fill="%237B9EBD" d="M0 0l4 4 4-4h-8z" transform="translate(0 2)"/></svg>');
  filter: hue-rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
}
}


::-webkit-scrollbar-button:horizontal:increment {
.hovers-hue-rotate-reverse:hover,
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path fill="%237B9EBD" d="M0 0l4 4-4 4v-8z" transform="translate(2 0)"/></svg>');
.hovers-hue-rotate-reverse.active {
    background-repeat: no-repeat;
  filter: hue-rotate(180deg);
    background-position: center;
}
}


::-webkit-scrollbar-button:horizontal:decrement {
/* 背景滑动 */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path fill="%237B9EBD" d="M4 0l-4 4 4 4v-8z" transform="translate(2 0)"/></svg>');
.hovers-sweep-to-right,
    background-repeat: no-repeat;
.hovers-sweep-to-left,
    background-position: center;
.hovers-sweep-to-bottom,
.hovers-sweep-to-top,
.hovers-radial-out,
.hovers-radial-in {
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  overflow: hidden;
}
}


/* 表单元素样式 - Windows XP风格 */
.hovers-sweep-to-right:before,
input[type="text"],
.hovers-sweep-to-left:before,
input[type="password"],
.hovers-sweep-to-bottom:before,
input[type="email"],
.hovers-sweep-to-top:before,
input[type="url"],
.hovers-radial-out:before,
input[type="search"],
.hovers-radial-in:before {
textarea,
  content: '';
select {
  position: absolute;
    background-color: #FFFFFF;
  z-index: 10;
    border: 1px solid #7B9EBD;
  top: 0;
    color: #000000;
  left: 0;
    font-family: var(--body-font);
  right: 0;
    padding: 4px 8px;
  bottom: 0;
    border-radius: 2px;
  background: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
  transform: scaleX(0);
  transition: inherit;
}
}
 
.hovers-sweep-to-bottom:before,
input[type="text"]:focus,
.hovers-sweep-to-top:before {
input[type="password"]:focus,
  transform: scaleY(0);
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border-color: #5690D2;
    box-shadow: 0 0 4px rgba(86, 144, 210, 0.5);
    outline: none;
}
}
 
.hovers-radial-out:before,
select {
.hovers-radial-in:before {
    padding: 3px 4px;
  border-radius: 50%;
    background: linear-gradient(to bottom, #FEFEFE, #E5E5E5);
  transform: scale(0);
    border: 1px solid #7B9EBD;
}
}
 
.hovers-radial-in:before {
input[type="checkbox"],
  transform: scale(2);
input[type="radio"] {
    accent-color: #316AC5;
}
}


/* 按钮悬停时为Win XP鼠标悬停样式 */
.hovers-sweep-to-right:before {
button:hover,
  transform-origin: 0 50%;
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #316AC5 !important;
    color: #FFFFFF !important;
    border-color: #215091 !important;
    background-image: none !important;
}
}
 
.hovers-sweep-to-left:before {
/* Windows XP风格窗口的工具栏 */
  transform-origin: 100% 50%;
.xp-window-toolbar {
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
    border-bottom: 1px solid #CCCCCC;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}
}
 
.hovers-sweep-to-bottom:before {
.xp-window-toolbar button {
  transform-origin: 50% 0;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 2px 5px;
    margin: 0 2px;
    cursor: pointer;
}
}
 
.hovers-sweep-to-top:before {
.xp-window-toolbar button:hover {
  transform-origin: 50% 100%;
    background-color: #E0E0E0;
    border-color: #999999;
}
}
 
.hovers-radial-out:hover:before,
.xp-window-toolbar button:active {
.hovers-radial-out.active:before {
    background-color: #D0D0D0;
  transform: scale(2);
    border-color: #999999;
    border-style: inset;
}
}
 
.hovers-radial-in:hover:before,
/* Windows XP风格的状态栏 */
.hovers-radial-in.active:before {
.xp-window-statusbar {
  transform: scale(0);
    background-color: #F1F1F1;
    border-top: 1px solid #CCCCCC;
    padding: 2px 8px;
    font-size: 0.9em;
    color: #666666;
    display: flex;
    justify-content: space-between;
}
}


/* 菜单项 */
.hovers-sweep-to-right .hovers-content.center,
.xp-window-menu {
.hovers-sweep-to-left .hovers-content.center,
    background-color: #F1F1F1;
.hovers-sweep-to-bottom .hovers-content.center,
    border-bottom: 1px solid #CCCCCC;
.hovers-sweep-to-top .hovers-content.center,
    display: flex;
.hovers-radial-out .hovers-content.center,
    padding: 0 5px;
.hovers-radial-in .hovers-content.center {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}
}


.xp-window-menu-item {
.hovers-sweep-to-right:hover:before,
    padding: 3px 10px;
.hovers-sweep-to-left:hover:before,
    cursor: pointer;
.hovers-sweep-to-bottom:hover:before,
    color: #000000;
.hovers-sweep-to-top:hover:before,
    border: 1px solid transparent;
.hovers-sweep-to-right.active:before,
    border-radius: 2px;
.hovers-sweep-to-left:hover:before,
    margin-right: 1px;
.hovers-sweep-to-bottom:hover:before,
.hovers-sweep-to-top:hover:before {
  transform: scaleX(1);
}
}


.xp-window-menu-item:hover {
.hovers-sweep-to-right .hovers-content,
    background-color: #E0E0E0;
.hovers-sweep-to-left .hovers-content,
    border-color: #999999;
.hovers-sweep-to-bottom .hovers-content,
.hovers-sweep-to-top .hovers-content,
.hovers-radial-out .hovers-content,
.hovers-radial-in .hovers-content {
  width: 100%;
  height: 100%;
  position: absolute;
  transition-property: all;
  transition-duration: inherit;
  top: 0;
  left: 0;
  z-index: 11;
}
}


.xp-window-menu-item.active {
.hovers-sweep-to-right .hovers-content {
    background-color: #D0D0D0;
  left: initial;
    border-color: #999999;
  right: 100%;
}
 
/* 页码样式增强 - 确保更符合XP风格 */
.mw-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5em 0;
    padding: 0;
    list-style: none;
}
}
 
.hovers-sweep-to-right:hover .hovers-content,
.mw-pagination li {
.hovers-sweep-to-right.active .hovers-content {
    margin: 0 2px;
  right: 0;
}
}


.mw-pagination a,
.hovers-sweep-to-left .hovers-content {
.mw-pagination span {
  left: 100%;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #7B9EBD;
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
    color: #000000;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
}
 
.hovers-sweep-to-left:hover .hovers-content,
.mw-pagination a:hover {
.hovers-sweep-to-left.active .hovers-content {
    background: linear-gradient(to bottom, #FEFEFE, #ECECEC);
  left: 0;
    border-color: #666666;
}
}


.mw-pagination .active span {
.hovers-sweep-to-bottom .hovers-content {
    background: linear-gradient(to bottom, #D1E5FE, #BBD8FB);
  top: initial;
    border-color: #4A8BF5;
  bottom: 100%;
    color: #000000;
    font-weight: bold;
}
}
 
.hovers-sweep-to-bottom:hover .hovers-content,
.mw-pagination .disabled span {
.hovers-sweep-to-bottom.active .hovers-content {
    color: #AAAAAA;
  bottom: 0;
    background: #F8F8F8;
    border-color: #DDDDDD;
    cursor: not-allowed;
}
}


/* 进度条样式 - Windows XP风格 */
.hovers-sweep-to-top .hovers-content {
progress {
  top: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 100%;
    border: 1px solid #7B9EBD;
    border-radius: 2px;
    background-color: #FFFFFF;
}
}
 
.hovers-sweep-to-top:hover .hovers-content,
progress::-webkit-progress-bar {
.hovers-sweep-to-top.active .hovers-content {
    background-color: #FFFFFF;
  top: 0;
    border-radius: 1px;
}
}


progress::-webkit-progress-value {
.hovers-radial-out .hovers-content,
    background: linear-gradient(to bottom, #0084C6, #0066AA);
.hovers-radial-in:hover .hovers-content,
    border-radius: 1px;
.hovers-radial-in.active .hovers-content {
  opacity: 0;
}
}


progress::-moz-progress-bar {
.hovers-radial-in .hovers-content,
    background: linear-gradient(to bottom, #0084C6, #0066AA);
.hovers-radial-out:hover .hovers-content,
    border-radius: 1px;
.hovers-radial-out.active .hovers-content {
  opacity: 1;
}
}


/* XP风格的开始菜单(可用于站点导航等) */
/* 默认em */
.xp-start-menu {
.hovers-border,
    position: fixed;
.hovers-trim,
    bottom: 30px;
.hovers-ripple-out,
    left: 0;
.hovers-ripple-in,
    width: 320px;
.hovers-outline-out,
    background-color: #F1F1F1;
.hovers-outline-in,
    border: 1px solid #0055AA;
.hovers-reveal {
    border-radius: 0 8px 8px 0;
  font-size: 160px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  line-height: 16px;
    z-index: 10000;
    display: none;
}
}


.xp-start-menu.visible {
/* 内边框滑出 */
    display: block;
.hovers-border,
.hovers-trim {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
}


.xp-start-menu-header {
.hovers-border:before {
    background: linear-gradient(to right, #0084C6, #0066AA);
  content: '';
    height: 60px;
  width: 100%;
    padding: 10px;
  height: 100%;
    color: white;
  position: absolute;
    display: flex;
  top: 0;
    align-items: center;
  left: 0;
    border-radius: 0 8px 0 0;
  box-sizing: border-box;
  transition: inherit;
  border-width: calc(0.0625em * 0.6);
  border-color: inherit;
  border-style: solid;
  border-radius: inherit;
  opacity: 0;
}
}


.xp-start-menu-header img {
.hovers-border:hover:before,
    width: 40px;
.hovers-border.active:before {
    height: 40px;
  opacity: 1;
    margin-right: 10px;
}
}


.xp-start-menu-header .user-name {
/* 带边距内边框 */
    font-weight: bold;
.hovers-trim:before {
    font-size: 1.2em;
  content: '';
  position: absolute;
  top: calc(0.0625em * 0.4);
  left: calc(0.0625em * 0.4);
  bottom: calc(0.0625em * 0.4);
  right: calc(0.0625em * 0.4);
  transition: inherit;
  border-width: calc(0.0625em * 0.6);
  border-color: inherit;
  border-style: solid;
  opacity: 0;
  border-radius: inherit;
}
}


.xp-start-menu-body {
.hovers-trim:hover:before,
    display: flex;
.hovers-trim.active:before {
  opacity: 1;
}
}


.xp-start-menu-left {
/* 边框飞出与飞入 */
    width: 200px;
.hovers-ripple-out,
    padding: 8px;
.hovers-ripple-in,
    background-color: white;
.hovers-outline-out,
    border-right: 1px solid #CCCCCC;
.hovers-outline-in,
.hovers-reveal {
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  transition: all 0.3s;
}
}


.xp-start-menu-right {
.hovers-ripple-out:before,
    width: 120px;
.hovers-ripple-in:before,
    padding: 8px;
.hovers-outline-out:before,
    background-color: #F1F1F1;
.hovers-outline-in:before,
.hovers-reveal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: inherit;
  transition: inherit;
  border-width: calc(0.0625em * 0.6);
  border-color: inherit;
  border-style: solid;
  border-radius: inherit;
}
}
 
.hovers-ripple-out:before {
.xp-start-menu-item {
  opacity: 0;
    padding: 8px;
    margin: 2px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 2px;
}
}
 
.hovers-ripple-in:before {
.xp-start-menu-item:hover {
  top: calc(-0.0625em * 1.2);
    background-color: #316AC5;
  right: calc(-0.0625em * 1.2);
    color: white;
  bottom: calc(-0.0625em * 1.2);
  left: calc(-0.0625em * 1.2);
  opacity: 0;
}
}
 
.hovers-outline-out:before {
.xp-start-menu-item img {
  opacity: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
}
 
.hovers-outline-out:before {
.xp-start-menu-footer {
  top: calc(-0.0625em * 1.6);
    height: 30px;
  right: calc(-0.0625em * 1.6);
    background: linear-gradient(to right, #0084C6, #0066AA);
  bottom: calc(-0.0625em * 1.6);
    display: flex;
  left: calc(-0.0625em * 1.6);
    align-items: center;
  opacity: 0;
    justify-content: flex-end;
    padding: 0 10px;
}
}
 
.hovers-reveal:before {
.xp-start-button {
  border-width: 0;
    background: linear-gradient(to bottom, #63B34C, #4E9C3D);
  opacity: 0;
    color: white;
    border: 1px solid #4E9C3D;
    border-radius: 3px;
    padding: 2px 8px;
    font-weight: bold;
    cursor: pointer;
}
}


.xp-start-button:hover {
@keyframes ripple-out {
     background: linear-gradient(to bottom, #74C25D, #5FAD4E);
  50% {
}
     opacity: 1;
  }


/* 任务栏 */
  100% {
.xp-taskbar {
    top: calc(-0.0625em * 1.2);
     position: fixed;
    right: calc(-0.0625em * 1.2);
    bottom: calc(-0.0625em * 1.2);
    left: calc(-0.0625em * 1.2);
    opacity: 0;
  }
}
.hovers-ripple-out:hover:before,
.hovers-ripple-out.active:before {
  animation-name: ripple-out;
}
 
@keyframes ripple-in {
  50% {
    opacity: 1;
  }
 
  100% {
    top: 0;
     right: 0;
     bottom: 0;
     bottom: 0;
     left: 0;
     left: 0;
     width: 100%;
     opacity: 0;
    height: 30px;
  }
    background: linear-gradient(to top, #0084C6, #0066AA);
    display: flex;
    align-items: center;
    padding: 0 2px;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
}
 
.hovers-ripple-in:hover:before,
.xp-start-button-container {
.hovers-ripple-in.active:before {
    display: flex;
  animation-name: ripple-in;
    align-items: center;
    margin-right: 5px;
}
}


.xp-taskbar-items {
.hovers-outline-out:hover:before,
    display: flex;
.hovers-outline-in:hover:before,
    flex-grow: 1;
.hovers-outline-out.active:before,
    height: 100%;
.hovers-outline-in:hover:before {
    align-items: center;
  top: calc(-0.0625em * 0.8);
    overflow-x: auto;
  right: calc(-0.0625em * 0.8);
  bottom: calc(-0.0625em * 0.8);
  left: calc(-0.0625em * 0.8);
  opacity: 1;
}
}


.xp-taskbar-item {
.hovers-reveal:hover:before,
    background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
.hovers-reveal.active:before {
    border: 1px solid #999999;
  transform: translateY(0);
    height: 22px;
  border-width: calc(0.0625em * 0.4);
    padding: 0 8px;
  opacity: 1;
    margin: 0 2px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    min-width: 100px;
    max-width: 200px;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
}


.xp-taskbar-item:hover {
/* 圆角化 */
    background: linear-gradient(to bottom, #FEFEFE, #ECECEC);
.hovers-round-corners {
  overflow: hidden;
}
}
 
.hovers-round-corners:hover,
.xp-taskbar-item.active {
.hovers-round-corners.active {
    background: linear-gradient(to bottom, #D1E5FE, #BBD8FB);
  border-radius: 0.0625em;
    border-color: #4A8BF5;
}
}


.xp-taskbar-item img {
/* 重叠:翻转切换 */
    width: 16px;
    height: 16px;
    margin-right: 5px;
}


.xp-taskbar-item span {
.hover-turn {
    white-space: nowrap;
  position: relative;
    overflow: hidden;
  transform: translateZ(1px);
    text-overflow: ellipsis;
}
}


.xp-system-tray {
.hover-turn-before,
    display: flex;
.hover-turn-after {
    align-items: center;
  position: absolute;
    height: 100%;
  top: 0;
    padding: 0 5px;
  left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
}


.xp-system-tray-item {
@keyframes hover-turn {
     width: 16px;
  from {
    height: 16px;
     transform: rotateY(-90deg);
    margin: 0 3px;
  }
     cursor: pointer;
 
}
  50% {
     transform: scale(1.2);
  }


/* XP风格的系统图标 */
  to {
.xp-icon {
     transform: rotateY(0);
     display: inline-block;
  }
    width: 32px;
    height: 32px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
}


.xp-icon img {
.hover-turn:not(:hover) .hover-turn-before,
    width: 32px;
.hover-turn:hover .hover-turn-after {
    height: 32px;
  animation: hover-turn 0.5s;
    display: block;
    margin: 0 auto;
}
}


.xp-icon span {
.hover-turn:hover .hover-turn-before,
    display: block;
.hover-turn:not(:hover) .hover-turn-after {
    font-size: 0.8em;
opacity: 0;
    margin-top: 2px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    padding: 0 2px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
/* [[Category:在模板名字空间下的CSS页面]] */


.xp-icon:hover span {
 
     background-color: #316AC5;
/* 信息框样式 - Windows XP风格 */
     color: white;
.infobox,
.notaninfobox {
    position: relative;
    clear: right;
    float: right;
    margin: 0 0 1em 1em;
    width: 350px;
    font-size: 90%;
     background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    padding: 0;
    overflow: auto;
     z-index: 1;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}
}


.xp-shortcut::before {
@media all and (max-width: 511px) {
     content: "";
     .notaninfobox {
    position: absolute;
        float: none;
    bottom: 0;
        margin-left: 0;
    left: 0;
        width: auto;
    width: 8px;
     }
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path fill="%23000000" d="M0 0v6l6-3z" transform="translate(1 1)"/></svg>');
     background-repeat: no-repeat;
}
}


/* 通用辅助类 */
.infobox tr:not(:first-child) td {
.xp-shadow {
     border-bottom: 1px solid #ababab;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
}


.xp-border {
@media all and (max-width: 337px) {
     border: 1px solid #7B9EBD;
     .notaninfobox {
    border-radius: 3px;
        margin-left: -16px;
        margin-right: -16px;
        border-left: none;
        border-right: none;
    }
}
}


.xp-header-gradient {
.notaninfobox > .infobox-title,
     background: linear-gradient(to bottom, #0084C6, #0066AA);
.infobox th {
    position: relative;
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
     color: white;
     color: white;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    padding: 5px;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
}
}


.xp-button-gradient {
.notaninfobox > .infobox-title::after,
     background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
.infobox th::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
     background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}


.xp-panel-gradient {
.infobox-imagearea {
     background: linear-gradient(to bottom, #E3EFFF, #CDE2FE);
    text-align: center;
    padding: 8px;
     background-color: white;
}
 
.infobox-imagearea > div:not(:first-child) {
    padding-top: 1em;
}
 
/* Horizontally centre animated images */
.infobox-imagearea .animated {
    display: inline-flex;
    align-items: center;
}
}


/* 确保风格一致性 */
.notaninfobox .infobox-rows {
* {
    display: grid;
     box-sizing: border-box;
    grid-template-columns: max-content 1fr;
    gap: 1px;
    background-color: white;
}
 
.infobox .plainlinks a {
     color: rgb(var(--link-color)) !important;
    text-decoration: underline;
}
}


/* 淡入动画修改 - 使用XP风格的淡入效果 */
.infobox .plainlinks a:visited {
@keyframes fadeIn {
     color: rgb(var(--visited-link-color)) !important;
     from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


.mw-parser-output > * {
.notaninfobox .infobox-rows .infobox-row {
     animation: fadeIn 0.3s ease-out forwards;
     display: contents;
    opacity: 0;
}
}


/* 延迟动画 */
.notaninfobox .infobox-row .infobox-row-label,
.mw-parser-output > *:nth-child(1) { animation-delay: 0.05s; }
.notaninfobox .infobox-row .infobox-row-field {
.mw-parser-output > *:nth-child(2) { animation-delay: 0.1s; }
    padding: 4px 8px;
.mw-parser-output > *:nth-child(3) { animation-delay: 0.15s; }
    border: 1px solid #ababab;
.mw-parser-output > *:nth-child(4) { animation-delay: 0.2s; }
}
.mw-parser-output > *:nth-child(5) { animation-delay: 0.25s; }
.mw-parser-output > *:nth-child(n+6) { animation-delay: 0.3s; }


/* Windows XP启动动画 - 仅在页面加载时出现 */
.notaninfobox .infobox-row .infobox-row-label {
.xp-startup-screen {
     font-weight: bold;
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 10001;
     display: flex;
     display: flex;
    flex-direction: column;
    justify-content: center;
     align-items: center;
     align-items: center;
     color: white;
     background-color: #f0f0f0;
    animation: fadeOut 3s forwards;
    animation-delay: 2s;
}
}


.xp-startup-logo {
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label,
    width: 200px;
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field {
    height: 200px;
     background-color: #f9f9f9;
    margin-bottom: 30px;
     background: url() center/contain no-repeat;
}
}


.xp-startup-progress {
/* Community Updates - Windows XP风格 */
     width: 300px;
.community-updates {
     height: 20px;
    background: rgb(var(--xp-window-bg));
     background-color: #333333;
     padding: 15px;
     border: 1px solid #555555;
     border: 2px solid rgb(var(--xp-window-border));
     margin-top: 20px;
     box-shadow: var(--window-shadow);
     position: relative;
     position: relative;
     overflow: hidden;
     border-radius: 0;
}
}


.xp-startup-progress::after {
.community-updates::before {
     content: "";
     content: "Community Updates";
     position: absolute;
     position: absolute;
     top: 0;
     top: 0;
     left: -100%;
     left: 0;
     width: 100%;
     right: 0;
    height: 100%;
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
     background: linear-gradient(to right,  
    color: white;
        transparent 0%,
    padding: 5px 10px;
        #0084C6 30%,
    font-weight: bold;
        #0084C6 70%,
     text-shadow: var(--text-shadow);
        transparent 100%
     border-bottom: 1px solid rgb(var(--xp-window-border));
     );
     animation: progressMove 1.5s linear infinite;
}
}


@keyframes progressMove {
.community-updates ul {
     0% { left: -100%; }
     margin-top: 30px;
    100% { left: 100%; }
}
}


@keyframes fadeOut {
.community-updates ul li {
     0% { opacity: 1; visibility: visible; }
     list-style: none;
     99% { opacity: 0; visibility: visible; }
    padding: 10px;
     100% { opacity: 0; visibility: hidden; }
    background: white;
     margin: 5px 0;
    border: 1px solid #ababab;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
}


/* 页面错误消息 - 模拟XP错误弹窗 */
.community-updates ul li a {
.xp-error-dialog {
     color: rgb(var(--link-color));
     position: fixed;
     text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: #F1F1F1;
    border: 1px solid #0055AA;
    border-radius: 8px 8px 0 0;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
 
.xp-error-dialog-title {
    background: linear-gradient(to bottom, #0084C6, #0066AA);
    color: white;
    padding: 5px 10px;
    font-family: var(--title-font);
     font-size: 1rem;
     font-weight: bold;
     font-weight: bold;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0044AA;
}
}


.xp-error-dialog-title span {
/* Infoboxes with tabber */
     flex-grow: 1;
.tabber-container-infobox .tabber .tabbertab,
.tabber-container-infobox ul.tabbernav li a,
.tabber-container-infobox ul.tabbernav li.tabberactive a {
     background: none;
    border: none;
}
}


.xp-error-dialog-content {
.tabber-container-infobox .tabber .tabbertab {
     padding: 15px;
     padding: 0;
    display: flex;
    align-items: flex-start;
}
}


.xp-error-dialog-icon {
.tabber-container-infobox ul.tabbernav {
     width: 32px;
     font: inherit;
     height: 32px;
     font-size: 100%;
     margin-right: 10px;
     border-bottom: 1px solid #ababab;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="16" fill="%23FF0000"/><text x="16" y="24" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="24" fill="%23FFFFFF">!</text></svg>') no-repeat;
}
}


.xp-error-dialog-message {
.tabber-container-infobox ul.tabbernav li a:hover {
     flex-grow: 1;
     color: rgb(var(--hover-link-color));
    color: #000000;
}
}


.xp-error-dialog-buttons {
.tabber-container-infobox ul.tabbernav > li {
     display: flex;
     margin-bottom: 5px;
    justify-content: flex-end;
     padding: 0;
     padding: 10px 15px 15px;
}
}


.xp-error-dialog-ok {
.announcement-content span {
     background: linear-gradient(to bottom, #F5F5F5, #E5E5E5);
     display: inline-block;
     border: 1px solid #999999;
     white-space: nowrap;
    border-radius: 3px;
     animation: marquee 15s linear infinite;
     padding: 4px 15px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
}


.xp-error-dialog-ok:hover {
@keyframes marquee {
     background: linear-gradient(to bottom, #FEFEFE, #ECECEC);
     0% { transform: translate(100%, 0); }
     border-color: #666666;
     100% { transform: translate(-100%, 0); }
}
}


.xp-error-dialog-ok:active {
/* 主页头部样式 - Windows XP风格 */
     background: #E0E0E0;
.mw-mainpage-header {
     box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: rgb(var(--xp-window-bg));
     border: 2px solid rgb(var(--xp-window-border));
     box-shadow: var(--window-shadow);
    color: rgb(var(--xp-text));
    font-size: 1.5em;
    padding: 30px 20px 20px;
    text-align: center;
    position: relative;
    border-radius: 0;
}
}
/* 搜索框右侧按钮 - 更具体的选择器 */
 
#searchButton,
.mw-mainpage-header::before {
#mw-searchButton,
    content: "Welcome";
.searchButton,
    position: absolute;
button[name="go"],
    top: 0;
button[name="fulltext"],
    left: 0;
.mw-ui-button.mw-ui-progressive {
    right: 0;
     background-color: rgb(var(--gray-monochrome)) !important;
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    border: 1px solid rgb(var(--bright-accent)) !important;
     color: white;
     color: rgb(var(--bright-accent)) !important;
    padding: 5px 10px;
     font-family: var(--body-font) !important;
    font-weight: bold;
     padding: 0.3em 0.6em !important;
    text-shadow: var(--text-shadow);
    cursor: pointer !important;
     border-bottom: 1px solid rgb(var(--xp-window-border));
    transition: all 0.2s ease !important;
     text-align: left;
}
}


#searchButton:hover,
.mw-mainpage-header h1 {
#mw-searchButton:hover,
    font-size: 2.5em;
.searchButton:hover,
    margin-bottom: 10px;
button[name="go"]:hover,
     background: none;
button[name="fulltext"]:hover,
     color: rgb(var(--xp-text));
.mw-ui-button.mw-ui-progressive:hover {
     text-shadow: none;
     background-color: rgb(var(--bright-accent)) !important;
     color: rgb(var(--black-monochrome)) !important;
     box-shadow: 0 0 10px rgba(var(--bright-accent), 0.3) !important;
}
}


/* 变色龙皮肤特定搜索按钮 */
.mw-mainpage-header p {
.chameleon-search-form .btn {
     font-size: 1.2em;
     background-color: rgb(var(--gray-monochrome)) !important;
     margin: 5px 0;
     border: 1px solid rgb(var(--bright-accent)) !important;
    color: rgb(var(--bright-accent)) !important;
    font-family: var(--body-font) !important;
}
}


.chameleon-search-form .btn:hover {
.tabber-container-infobox ul.tabbernav > li > a {
     background-color: rgb(var(--bright-accent)) !important;
     color: rgb(var(--link-color));
     color: rgb(var(--black-monochrome)) !important;
     padding: 5px 10px;
}
    display: block;
/* 底部工具栏完整样式 */
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
#footer,
     border: 1px solid #ababab;
.footer,
     border-bottom: none;
#footer-places,
     border-radius: 3px 3px 0 0;
#footer-info,
#footer-info-lastmod,
#footer-info-viewcount,
#footer-places-privacy,
#footer-places-about,
#footer-places-disclaimer,
#footer-icons,
.footer-info,
.footer-places,
.footer-icons,
.printfooter,
.mw-footer,
.mw-footer li {
    background-color: rgb(var(--black-monochrome)) !important;
     color: rgb(var(--bright-accent)) !important;
     font-family: var(--body-font) !important;
     border: none !important;
}
}


/* 页脚主容器 */
/* To prevent the tabs from jumping around when they become active or inactive */
.mw-footer,
.tabber-container-infobox ul.tabbernav > li > a::before {
#footer,
     display: block;
.footer {
     content: attr(alt);
     background-color: rgb(var(--black-monochrome)) !important;
     font-weight: bold;
     border-top: 2px solid rgb(var(--bright-accent)) !important;
     height: 0;
     margin-top: 1em !important;
    color: transparent;
     padding: 1em 0 !important;
    overflow: hidden;
    visibility: hidden;
}
}


/* 页脚链接 */
.tabber-container-infobox ul.tabbernav > li.tabberactive {
#footer a,
     border: none;
.footer a,
.mw-footer a {
     color: rgb(var(--bright-accent)) !important;
    text-decoration: none !important;
}
}


#footer a:hover,
/* ModuleBox - Windows XP风格 */
.footer a:hover,
.modulebox {
.mw-footer a:hover {
    border: 2px solid rgb(var(--xp-window-border));
     color: rgb(var(--white-monochrome)) !important;
    padding: 30px 10px 10px;
     text-decoration: underline !important;
    margin: 10px 0;
     background-color: rgb(var(--xp-window-bg));
     position: relative;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}
}


/* 页脚列表项 */
.modulebox::before {
#footer li,
    content: "Module";
.footer li,
    position: absolute;
.mw-footer li {
    top: 0;
     color: rgb(var(--bright-accent)) !important;
    left: 0;
     margin: 0.5em 0 !important;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
     border-bottom: 1px solid rgb(var(--xp-window-border));
     text-align: left;
}
}


/* 底部工具栏按钮区域 */
.tabber-container-infobox ul.tabbernav > li.tabberactive > a {
#footer-poweredbyico,
    font-weight: bold;
#footer-copyrightico,
    color: rgb(var(--hover-link-color));
.footer-icons {
    background: linear-gradient(to bottom, #ffffff, #f6f6f6);
     background-color: transparent !important;
    border-bottom: 1px solid #ffffff;
    position: relative;
     z-index: 1;
}
}


/* 变色龙皮肤特定的页脚 */
.infobox-rows p {
.p-tb,
     margin: 0;
#p-tb,
.tools-menu,
#t-whatlinkshere,
#t-recentchangeslinked,
#t-specialpages,
#t-print,
#t-permalink,
#t-info {
     background-color: rgb(var(--black-monochrome)) !important;
    color: rgb(var(--bright-accent)) !important;
}
}


/* 页脚的具体区域 */
.infobox-rows dl + dl {
.mw-footer-container {
     margin-top: -0.4em;
     background-color: rgb(var(--black-monochrome)) !important;
}
}


/* 底部导航区域 */
.infobox-rows dl:last-child {
#footer-navigation {
     margin-bottom: 0.2em;
    background-color: rgb(var(--black-monochrome)) !important;
     border-top: 1px solid rgb(var(--bright-accent)) !important;
}
/* 变色龙皮肤特定修复 */
.chameleon-toc {
    background-color: rgb(var(--gray-monochrome)) !important;
    border: 2px solid rgb(var(--bright-accent)) !important;
}
}


.chameleon-toc .toctitle {
.infobox-footer {
     background-color: rgb(var(--bright-accent)) !important;
    text-align: center;
     color: rgb(var(--black-monochrome)) !important;
    padding: 5px;
     background-color: #f0f0f0;
     border-top: 1px solid #ababab;
}
}


/* 搜索按钮图标 */
/* 导航框(查论编)- Windows XP风格 */
.mw-ui-icon:before,
table.navbox {
.oo-ui-icon-search {
    border: 2px solid rgb(var(--xp-window-border));
     filter: brightness(0) saturate(100%) invert(58%) sepia(78%) saturate(481%) hue-rotate(353deg) brightness(101%) contrast(91%);
    clear: both;
    margin: 1em auto;
    padding: 0;
    text-align: center;
     width: 100%;
    background-color: rgb(var(--xp-window-bg));
    box-shadow: var(--window-shadow);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
}
}
/* 工具条完整修复 */
 
#mw-panel,
table.navbox + table.navbox {
#mw-head,
     margin-top: 5px;
#mw-head-base,
#mw-page-base,
#left-navigation,
#right-navigation,
#p-personal,
#p-search,
#p-tb,
#p-cactions,
#p-namespaces,
#p-views,
#p-variants,
#p-coll-print_export,
#p-wikibase-otherprojects,
#p-lang {
     background-color: rgb(var(--black-monochrome)) !important;
}
}


/* 工具条容器 */
.navbox-title,
.mw-portlet,
.navbox-abovebelow,
.vector-menu {
table.navbox th {
     background-color: rgb(var(--black-monochrome)) !important;
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
}
}


/* 工具条标题 */
.navbox-title::after,
.mw-portlet h3,
table.navbox th::after {
.vector-menu h3,
    content: "×";
.vector-menu-heading {
    position: absolute;
     background-color: rgb(var(--bright-accent)) !important;
    top: 2px;
     color: rgb(var(--black-monochrome)) !important;
    right: 5px;
     padding: 0.25em 0.5em !important;
    width: 16px;
     border: none !important;
    height: 16px;
     background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
     text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
     cursor: pointer;
     z-index: 1;
}
}
/* Echo扩展通知图标修复 */
 
/* 通知图标基础样式 */
.navbox-group {
#pt-notifications-alert,
    background-color: #f0f0f0;
#pt-notifications-notice,
    border: 1px solid #ababab;
.mw-echo-notifications-badge,
    color: black;
.mw-echo-notification-badge-nojs {
    font-weight: bold;
     background-color: transparent !important;
    padding: 5px;
     border: none !important;
     text-align: right;
     white-space: nowrap;
}
}


/* 修复图标颜色和可见性 */
.navbox-list {
#pt-notifications-alert .mw-echo-notifications-badge:before,
    background-color: white;
#pt-notifications-notice .mw-echo-notifications-badge:before,
     border: 1px solid #ababab;
.mw-echo-notifications-badge:before {
     padding: 5px;
     color: rgb(var(--bright-accent)) !important;
     text-align: left;
     filter: none !important;
     opacity: 1 !important;
}
}


/* 未读通知计数器 */
.navbox,
.mw-echo-notifications-badge:after,
.navbox-subgroup {
.mw-echo-notification-badge-nojs:after {
     background-color: rgb(var(--xp-window-bg));
     background-color: rgb(var(--bright-accent)) !important;
    color: rgb(var(--black-monochrome)) !important;
    border: 1px solid rgb(var(--black-monochrome)) !important;
    opacity: 1 !important;
}
}


/* 图标悬停效果 */
.navbox-subgroup .navbox-title {
#pt-notifications-alert:hover .mw-echo-notifications-badge:before,
    background-color: #c0d8f0;
#pt-notifications-notice:hover .mw-echo-notifications-badge:before {
     color: black;
     color: rgb(var(--white-monochrome)) !important;
    text-shadow: none;
}
}


/* 修复SVG图标 */
.navbox-subgroup .navbox-group,
.mw-echo-notifications-badge svg,
.navbox-subgroup .navbox-abovebelow {
.oo-ui-icon-bell svg,
     background-color: #e6f0f9;
.oo-ui-icon-tray svg {
     fill: rgb(var(--bright-accent)) !important;
    stroke: rgb(var(--bright-accent)) !important;
}
}


/* 确保图标容器可见 */
.navbox-even {
#pt-notifications-alert,
     background-color: #f9f9f9;
#pt-notifications-notice {
     opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}
}


/* 通知面板样式 */
.navbox-odd {
.mw-echo-ui-overlay,
     background-color: white;
.mw-echo-ui-notificationsWidget {
     background-color: rgb(var(--black-monochrome)) !important;
    border: 2px solid rgb(var(--bright-accent)) !important;
    color: rgb(var(--white-monochrome)) !important;
}
}


/* 通知项目 */
.collapseButton {
.mw-echo-ui-notificationItemWidget {
     float: right;
     background-color: rgb(var(--gray-monochrome)) !important;
    font-weight: 400;
     border-bottom: 1px solid rgb(var(--bright-accent)) !important;
     text-align: right;
     color: rgb(var(--white-monochrome)) !important;
     width: auto;
}
}


.mw-echo-ui-notificationItemWidget:hover {
.navbox .collapseButton {
     background-color: rgba(var(--bright-accent), 0.1) !important;
     width: 6em;
}
}


/* 通知标题和内容 */
.navbar {
.mw-echo-ui-notificationItemWidget-content-message-header {
     position: relative;
     color: rgb(var(--bright-accent)) !important;
    min-height: 23px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}
}


.mw-echo-ui-notificationItemWidget-content-message-body {
.navbox-title .Wikiplus-Edit-EveryWhereBtn {
     color: rgb(var(--white-monochrome)) !important;
     display: none;
}
}


#pt-notifications-alert .oo-ui-iconElement-icon,
@media only screen and (max-width:759px) {
#pt-notifications-notice .oo-ui-iconElement-icon,
    .infotable {
.mw-echo-notification-badge .oo-ui-iconElement-icon {
        width: 90%;
    background-color: transparent !important;
        float: none;
        margin: 0 auto;
    }
   
    .navbox-title>div {
        display: none;
    }
   
    .navbox-group,
    .navbox-group >div {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
}
}


/* 只修改通知图标的颜色 */
/* 主页Windows XP风格布局 */
#pt-notifications-alert .oo-ui-icon-bell,
.main-page-banner {
#pt-notifications-notice .oo-ui-icon-tray {
    position: relative;
     filter: invert(58%) sepia(58%) saturate(1008%) hue-rotate(351deg) brightness(97%) contrast(94%);
    display: grid;
}
    grid-template-areas:
/* 强制显示通知图标 - 针对可能被隐藏的情况 */
        "welcome welcome welcome"
#p-personal .vector-menu-content-list #pt-notifications-alert,
        "discord faq join";
#p-personal .vector-menu-content-list #pt-notifications-notice {
    grid-template-columns: 1fr 1fr 1fr;
     display: list-item !important;
    grid-column-gap: 3%;
    visibility: visible !important;
    margin-bottom: 2rem;
     opacity: 1 !important;
    width: 100%;
    box-sizing: border-box;
     border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    background-color: rgb(var(--xp-window-bg));
     z-index: 1;
     border-radius: 0;
}
}


/* 如果使用Font Awesome或其他图标字体 */
/* 欢迎文本区域 - Windows XP样式 */
.mw-echo-notifications-badge:before,
.main-page-banner .welcome-text {
.oo-ui-icon-bell:before,
    grid-area: welcome;
.oo-ui-icon-tray:before {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: rgb(var(--bright-accent)) !important;
     color: white;
     opacity: 1 !important;
     padding: 30px 20px 20px;
     visibility: visible !important;
    margin: 0;
}
    width: 100%;
/* 在顶栏显示用户头像 - 针对变色龙皮肤 */
.navbar-userloggedin,
#personal-inner,
#p-personal .vector-menu-content-list > li:first-child,
.navbar-personaltools > li:first-child {
     position: relative;
     position: relative;
     padding-left: 30px !important;
     overflow: hidden;
    border-bottom: 1px solid rgb(var(--xp-window-border));
    border-radius: 0;
    z-index: 2;
    text-shadow: var(--text-shadow);
}
}


.navbar-userloggedin::before,
/* 添加标题栏 */
#personal-inner::before,
.main-page-banner .welcome-text::before {
#p-personal .vector-menu-content-list > li:first-child > a::before,
     content: "Welcome";
.navbar-personaltools > li:first-child > a::before {
     content: "";
     position: absolute;
     position: absolute;
     left: 5px;
    top: 0;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
    right: 0;
     width: 24px;
     height: 25px;
     height: 24px;
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
     border-radius: 50%;
     color: white;
     background-size: cover;
     padding: 5px 10px;
     background-position: center;
     font-weight: bold;
     border: 1px solid rgb(var(--bright-accent));
     font-size: 14px;
     z-index: 100;
    text-shadow: var(--text-shadow);
     text-align: left;
    line-height: 25px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.2);
     z-index: 3;
}
}


/* 添加XP窗口控制按钮 */
.main-page-banner .welcome-text::after {
    content: "×";
    position: absolute;
    top: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 4;
}


 
/* 添加最小化、最大化按钮 */
/* 头像悬停效果 */
.main-page-banner .welcome-text .min-button,
.navbar-userloggedin::before,
.main-page-banner .welcome-text .max-button {
#personal-inner::before,
    position: absolute;
#p-personal .vector-menu-content-list > li:first-child > a::before,
    top: 7px;
.navbar-personaltools > li:first-child > a::before {
    width: 16px;
     transition: all 0.3s ease !important;
    height: 16px;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: black;
    background-color: rgb(var(--light-gray-monochrome));
    cursor: pointer;
     z-index: 4;
}
}


.navbar-userloggedin:hover::before,
.main-page-banner .welcome-text .min-button {
#personal-inner:hover::before,
     right: 45px;
#p-personal .vector-menu-content-list > li:first-child > a:hover::before,
     content: "_";
.navbar-personaltools > li:first-child > a:hover::before {
     line-height: 13px;
     transform: translateY(-50%) scale(1.2) !important;
     box-shadow: 0 0 10px rgba(var(--bright-accent), 0.6) !important;
     border-color: rgb(var(--white-monochrome)) !important;
}
}
/* 本段内容来自萌娘百科 https://zh.moegirl.org.cn/MediaWiki:Gadget-site-styles.css 感谢贡献!*/
/* 版权协定:知识共享 署名-非商业性使用-相同方式共享 3.0 */
.heimu,
.heimu rt{
    --heimu-color:#252525;
    --heimu-text-color:#fff;
    --heimu-link-color:#add8e6;
    --heimu-visited-link-color:#c5cae9;
    --heimu-new-link-color:#fcc;
    --heimu-new-visited-link-color:#ef9a9a;
    --heimu-extiw-visited-link-color:#d1c4e9;


    background-color:var(--heimu-color);
.main-page-banner .welcome-text .max-button {
    right: 25px;
    content: "□";
}
}


.heimu,
.main-page-banner .welcome-text p {
.heimu a,
     position: relative;
a .heimu,
    z-index: 2;
a.new .heimu,
     margin: 0;
span.heimu a:visited,
     font-size: 1.1em;
span.heimu a.new,
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited,
span.heimu a.mw-disambig,
span.heimu a.mw-redirect{
     transition:color 0.13s linear;
     color:var(--heimu-color);
     text-shadow:none;
}
}


span.heimu:hover,
/* 导航按钮 - Windows XP风格 */
span.heimu:active{
.main-page-banner .navigation-links {
     color:var(--heimu-text-color);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
    grid-area: discord / discord / join / join;
    width: 100%;
    padding: 10px;
     background-color: rgb(var(--xp-window-bg));
}
}


span.heimu:hover a,
.main-page-banner .nav-button {
a:hover span.heimu{
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
     color:var(--heimu-link-color);
    border: 1px solid #ababab;
    border-radius: 3px;
    margin: 0 0 10px 0;
    transition: all 0.3s ease;
     height: min-content;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
}


span.heimu:hover a:visited,
.main-page-banner .nav-button:hover {
a:visited:hover span.heimu{
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
     color:var(--heimu-visited-link-color);
    transform: translateY(-3px);
     box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
}


span.heimu:hover a.new,
.main-page-banner .nav-button:active {
a.new:hover span.heimu{
    background: linear-gradient(to bottom, #e0e0e0, #f0f0f0);
     color:var(--heimu-new-link-color);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
     transform: translateY(0);
}
}


span.heimu a.new:hover:visited,
.main-page-banner .nav-button a {
a.new:hover:visited span.heimu{
    display: block;
     color:var(--heimu-new-visited-link-color);
    padding: 8px 0;
    width: 100%;
    text-align: center;
     color: black;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
}
}


span.heimu:hover a.extiw:visited,
/* 响应式布局 */
a.extiw:visited:hover span.heimu{
@media (max-width: 767px) {
     color:var(--heimu-extiw-visited-link-color);
    .main-page-banner {
}
        grid-template-areas:  
[color-mode="dark"] .heimu,
            "welcome"
[color-mode="dark"] .heimu rt{
            "navigation";
     --heimu-color:#5e6272;
        grid-template-columns: 1fr;
    }
   
     .main-page-banner .welcome-text {
        width: 100%;
        margin-bottom: 0;
        box-sizing: border-box;
    }
   
    .main-page-banner .navigation-links {
        grid-area: navigation;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
   
     .main-page-banner .nav-button {
        flex: 1;
        min-width: 30%;
        margin: 0 5px 10px;
    }
}
}


/*
/* 公告容器 - Windows XP风格 */
该文档为一个hover特效库,由一些常用的效果以及GitHub上的开源项目“Hover.css”的一些部分构成。
.announcement-container {
请使用hovers在页面中进行载入。
    background-color: rgb(var(--xp-window-bg));
*/
    border: 2px solid rgb(var(--xp-window-border));
 
    box-shadow: var(--window-shadow);
/* hover状态切换 */
    margin-bottom: 2rem;
.hover-change,
    display: flex;
.hover-remote {
    flex-wrap: wrap;
  position: relative;
    align-content: space-between;
  display: inline-block;
    position: relative;
  transition: opacity 0.5s linear;
    border-radius: 0;
}
}


.hover-change-before,
.announcement-container .section-title {
.hover-change-after,
    width: 100%;
.hover-remote-target {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
  transition: inherit;
    color: white;
    padding: 5px 10px;
    font-family: var(--title-font);
    font-size: 1.3rem;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-shadow: var(--text-shadow);
    position: relative;
}
}


.hover-change-after,
.announcement-container .section-title::after {
.hover-remote-target {
    content: "×";
  opacity: 0;
    position: absolute;
  position: absolute;
    top: 7px;
  top: 0;
    right: 5px;
  left: 0;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}
.hover-remote-target {
 
  left: 100%;
.announcement-container .announcement-content {
    background-color: white;
    color: black;
    padding: 10px;
    width: 100%;
}
}


.hover-change-after[style^='right:'],
.announcement-container .more-content {
.hover-change-after[style*=' right:'],
    width: 100%;
.hover-remote-after[style^='right:'],
    border-top: 1px solid #ababab;
.hover-remote-after[style*=' right:'] {
    padding: 5px;
  left: initial;
    background-color: #f0f0f0;
    text-align: right;
}
}


.hover-change-after[style^='bottom:'],
/* 最近页面容器 - Windows XP风格 */
.hover-change-after[style*=' bottom:'],
.recent-pages-container {
.hover-remote-after[style^='bottom:'],
    display: flex;
.hover-remote-after[style*=' bottom:'] {
    flex-wrap: wrap;
  top: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}
}


.hover-change-after:hover,
.recent-pages-container .page-section {
.hover-remote-target {
    flex-basis: 48%;
  opacity: 0;
    background-color: rgb(var(--xp-window-bg));
  margin-left: -9999px;
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 1rem;
    display: grid;
    grid-template-areas: "title" "page" "more";
    grid-template-rows: auto 1fr auto;
    position: relative;
    border-radius: 0;
}
}


/* 主要用于制作hover形式的标签页(tab)切换 */
.recent-pages-container .section-title {
.hover-tab-mode {
    grid-area: title;
  position: relative;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
  transition: none;
    color: white;
}
    padding: 5px 30px 5px 10px;
.hover-tab-mode .hover-remote {
    font-weight: bold;
  transition: inherit;
    text-shadow: var(--text-shadow);
  position: static;
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
    text-align: left;
    height: 25px;
    line-height: 25px;
    border-left: none;
}
}


/* 闪烁效果 */
.recent-pages-container .section-title::after {
.hover-change.flash:hover .hover-change-before {
    content: "×";
  margin-left: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
 
.recent-pages-container .page-list {
    grid-area: page;
    background-color: white;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    border-bottom: 1px solid #ababab;
}
}


.hover-change:hover > .hover-change-before,
.recent-pages-container .page-list a {
.hover-remote > .hover-remote-target,
    display: block;
.hover-change:hover > a > .hover-change-before,
    padding: 3px 0;
.hover-remote > a > .hover-remote-target {
    border-bottom: 1px solid #e0e0e0;
  opacity: 0;
    color: rgb(var(--link-color));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


.hover-change:hover > .hover-change-after,
.recent-pages-container .page-list a:last-child {
.hover-remote:hover > .hover-remote-target,
    border-bottom: none;
.hover-change:hover > a > .hover-change-after,
.hover-remote:hover > a > .hover-remote-target {
  opacity: 1;
  margin-left: initial;
}
}


/* 基类 */
.recent-pages-container .see-more {
[class*='hovers-'] {
    grid-area: more;
  display: inline-block;
    background-color: #f0f0f0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    padding: 5px 10px;
  transform: perspective(1px) translateZ(0);
    text-align: right;
  vertical-align: middle;
  transition-duration: 0.25s;
  transition-property: all;
}
}


/* 旋转放大 */
.recent-pages-container .see-more a {
.hovers-rotate-shrink {
    color: rgb(var(--link-color));
  transition-duration: 0.5s;
  transform: rotate(0) scale(0.75);
}
.hovers-rotate-shrink:hover {
  transform: rotate(360deg) scale(1);
}
}


.hovers-rotate-shrink-reverse {
/* 特色内容容器 - Windows XP风格 */
  transition-duration: 0.5s;
.featured-content-container .feature-content .featured-description {
  transform: rotate(360deg) scale(0.75);
    font-style: italic;
    color: #444;
}
}


.hovers-rotate-shrink-reverse:hover {
.featured-content-container .see-more {
  transform: rotate(0) scale(1);
    grid-area: more;
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
}
}


/* 旋转 */
.featured-content-container .see-more a {
.hovers-rotate,
    color: rgb(var(--link-color));
.hovers-rotate-reverse:hover {
  transition-duration: 0.5s;
  transform: rotate(0);
}
}


.hovers-rotate-reverse,
/* 工具和资源容器 - Windows XP风格 */
.hovers-rotate:hover {
.tools-and-resources {
  transition-duration: 0.5s;
    margin-bottom: 2rem;
  transform: rotate(360deg);
}
}


/* 正常 => 浅 */
.tools-container {
.hovers-fade-deep,
    display: grid;
.hovers-fade,
    grid-template-columns: 1fr 1fr;
.hovers-fade-shallow {
    grid-gap: 1rem;
  opacity: 1;
}
}
.hovers-fade-deep:hover,
 
.hovers-fade-deep.active {
.tools-container .tool-item {
  opacity: 0.35;
    background-color: rgb(var(--xp-window-bg));
}
    border: 2px solid rgb(var(--xp-window-border));
.hovers-fade:hover,
    box-shadow: var(--window-shadow);
.hovers-fade.active {
    padding: 30px 10px 10px;
  opacity: 0.5;
    display: grid;
}
    grid-template-areas:
.hovers-fade-shallow:hover,
        "icon content"
.hovers-fade-shallow.active {
        "title content";
  opacity: 0.75;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto auto;
    grid-gap: 0.5rem 1rem;
    position: relative;
    border-radius: 0;
}
}


/* 浅 => 正常 */
.tools-container .tool-item::before {
.hovers-bloom-deep {
    content: "Tool";
  opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}
}
.hovers-bloom {
 
  opacity: 0.5;
.tools-container .tool-item::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}
.hovers-bloom-shallow {
 
  opacity: 0.75;
.tools-container .tool-item .tool-icon {
    grid-area: icon;
    justify-self: center;
    align-self: center;
    background-color: white;
    border: 1px solid #ababab;
    padding: 5px;
}
}


.hovers-bloom-deep:hover,
.tools-container .tool-item .tool-title {
.hovers-bloom-deep.active,
    grid-area: title;
.hovers-bloom:hover,
    text-align: center;
.hovers-bloom.active,
.hovers-bloom-shallow:hover,
.hovers-bloom-shallow.active {
  opacity: 1;
}
}


/* 正常 => 大 */
.tools-container .tool-item .tool-title a {
.hovers-grow-deep,
    color: rgb(var(--link-color));
.hovers-grow,
    font-weight: bold;
.hovers-grow-shallow {
  transform: scale(1);
}
}
.hovers-grow-deep:hover,
 
.hovers-grow-deep.active {
.tools-container .tool-item .tool-description {
  transform: scale(1.5);
    grid-area: content;
    background-color: white;
    border: 1px solid #ababab;
    padding: 8px;
}
}
.hovers-grow:hover,
 
.hovers-grow.active {
/* 新闻容器 - Windows XP风格 */
  transform: scale(1.25);
.news-container {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 2rem;
    position: relative;
    border-radius: 0;
}
}
.hovers-grow-shallow:hover,
 
.hovers-grow-shallow.active {
.news-container .section-title {
  transform: scale(1.1);
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 30px 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
    text-align: left;
    width: 100%;
    border-left: none;
}
}


/* 正常 => 小 */
.news-container .section-title::after {
.hovers-shrink-deep:hover,
    content: "×";
.hovers-shrink-deep.active,
    position: absolute;
.hovers-shrink:hover,
    top: 5px;
.hovers-shrink.active,
    right: 5px;
.hovers-shrink-shallow:hover,
    width: 16px;
.hovers-shrink-shallow.active {
    height: 16px;
  transform: scale(1);
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}
.hovers-shrink-deep {
 
  transform: scale(0.5);
.news-container .news-content {
    background-color: white;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ababab;
}
}
.hovers-shrink {
 
  transform: scale(0.75);
.news-container .news-content .news-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
}
}
.hovers-shrink-shallow {
 
  transform: scale(0.9);
.news-container .news-content .news-item:last-child {
    border-bottom: none;
}
}


/* 左右抖动 */
.news-container .news-content .news-title {
@keyframes shake-flexible {
    font-weight: bold;
  25% {
    margin-bottom: 3px;
     transform: translateX(-0.0625em);
     color: rgb(var(--xp-blue-dark));
  }
}


  50% {
.news-container .news-content .news-date {
     transform: translateX(0.0625em);
     font-size: 0.8rem;
  }
    color: #666;
 
     margin-bottom: 3px;
  75% {
     transform: translateX(-0.0625em);
  }
}
}


.hovers-shake-flexible:hover,
.news-container .news-archive {
.hovers-shake-flexible.active {
    background-color: #f0f0f0;
  animation: shake-flexible 0.5s ease-out;
    padding: 5px 10px;
    text-align: right;
    width: 100%;
}
}


@keyframes shake {
.news-container .news-archive a {
  25% {
     color: rgb(var(--link-color));
     transform: translateX(-8px);
}
  }


  50% {
/* 轮播图容器 - Windows XP风格 */
     transform: translateX(8px);
.mw-carousel {
  }
    position: relative;
 
    width: 100%;
  75% {
    max-width: 960px;
     transform: translateX(-8px);
    margin: 20px auto;
  }
    overflow: hidden;
     border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    aspect-ratio: 16 / 9;
     background-color: rgb(var(--xp-window-bg));
    border-radius: 0;
}
}


.hovers-shake:hover,
.mw-carousel::before {
.hovers-shake.active {
    content: "Slideshow";
  animation: shake 0.5s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    z-index: 10;
}
}


/* 上下抖动 */
.mw-carousel::after {
@keyframes bounce-flexible {
    content: "×";
  25% {
    position: absolute;
     transform: translateY(-0.0625em);
    top: 2px;
  }
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
     border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 10;
}


  50% {
.mw-carousel .carousel-image {
     transform: translateY(0.0625em);
     width: 100%;
  }
    height: 100%;
 
     position: relative;
  75% {
    margin-top: 25px;
     transform: translateY(-0.0625em);
  }
}
}


.hovers-bounce-flexible:hover,
.mw-carousel .carousel-image img {
.hovers-bounce-flexible.active {
    width: 100%;
  animation: bounce-flexible 0.5s ease-out;
    height: calc(100% - 25px);
    object-fit: cover;
    display: block;
    border: 1px solid #ababab;
}
}


@keyframes bounce {
.mw-carousel .carousel-caption {
  25% {
    position: absolute;
     transform: translateY(-8px);
    bottom: 0;
  }
    left: 0;
    width: 100%;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
    padding: 20px 15px 12px;
    text-align: left;
    transition: all 0.4s ease;
    z-index: 2;
}


  50% {
.mw-carousel:hover .carousel-caption {
     transform: translateY(8px);
    top: 25px;
  }
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 25px);
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
     backdrop-filter: blur(3px);
}


  75% {
.mw-carousel .carousel-caption h3 {
     transform: translateY(-8px);
     margin: 0 0 5px;
  }
    font-size: 1.6em;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease;
    background: none;
    padding: 0;
    border: none;
}
}


.hovers-bounce:hover,
.mw-carousel .carousel-caption p {
.hovers-bounce.active {
    margin: 0;
  position: relative;
    font-size: 1.1em;
  left: 0;
    line-height: 1.4;
  animation: bounce 0.5s ease-out;
    max-width: 80%;
    transition: all 0.4s ease 0.1s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
}


/* 绕顶端中点抖动 */
.mw-carousel .carousel-navigation {
@keyframes swing {
    position: absolute;
  20% {
    top: 50%;
     transform: rotate3d(0, 0, 1, 10deg);
    left: 0;
  }
    width: 100%;
    display: flex;
    justify-content: space-between;
     transform: translateY(-50%);
    z-index: 3;
    padding: 0 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}


  40% {
.mw-carousel:hover .carousel-navigation {
     transform: rotate3d(0, 0, 1, -10deg);
     opacity: 1;
  }
}


  60% {
.mw-carousel .carousel-prev,
     transform: rotate3d(0, 0, 1, 5deg);
.mw-carousel .carousel-next {
  }
     background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
 
    border: 1px solid #ababab;
  80% {
    width: 32px;
     transform: rotate3d(0, 0, 1, -5deg);
    height: 32px;
  }
    font-size: 18px;
 
    cursor: pointer;
  to {
     display: flex;
     transform: rotate3d(0, 0, 1, 0deg);
    justify-content: center;
  }
    align-items: center;
    transition: all 0.3s;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
}


.hovers-swing {
.mw-carousel .carousel-prev:hover,
  transform-origin: top center;
.mw-carousel .carousel-next:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
}
}
.hovers-swing:hover,
 
.hovers-swing.active {
.mw-carousel .carousel-indicators {
  animation: swing 0.75s ease-out;
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: auto;
    display: flex;
    gap: 5px;
    z-index: 4;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
}


/* 正常 => 大 */
.mw-carousel .carousel-indicators .indicator {
@keyframes pulse-grow {
    width: 10px;
  to {
    height: 10px;
     transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.5);
  }
     border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s;
}
}


.hovers-pulse-grow:hover,
.mw-carousel .carousel-indicators .indicator.active {
.hovers-pulse-grow.active {
    background-color: #ffffff;
  animation: pulse-grow 0.5s linear infinite alternate;
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
}


/* 正常 => 小 */
/* 图片全局样式 */
@keyframes pulse-shrink {
img {
  to {
    max-width: 100%;
     transform: scale(0.9);
    height: auto;
  }
     display: block;
    border: 1px solid #ababab;
}
}


.hovers-pulse-shrink:hover,
/* 添加图片过渡效果 */
.hovers-pulse-shrink.active {
.mw-carousel .carousel-image img {
  animation: pulse-shrink 0.5s linear infinite alternate;
    transition: transform 0.5s ease;
}
}


/* 正常 => 小 */
.mw-carousel:hover .carousel-image img {
@keyframes push {
     transform: scale(1.03);
  50% {
     transform: scale(0.8);
  }
}
}


.hovers-push:hover,
/* 目录框样式 - Windows XP风格 */
.hovers-push.active {
#toc, .toc {
  animation: push 0.3s linear;
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 30px 10px 10px;
    margin: 1em 0;
    position: relative;
    border-radius: 0;
}
}


/* 正常 => 大 */
#toc::before, .toc::before {
@keyframes pop {
    content: "Contents";
  50% {
    position: absolute;
     transform: scale(1.2);
    top: 0;
  }
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
     border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}
}


.hovers-pop:hover,
#toc::after, .toc::after {
.hovers-pop.active {
    content: "×";
  animation: pop 0.3s linear;
    position: absolute;
}
    top: 2px;
 
    right: 5px;
/* 正常 => 大 => 正常 => 大 */
    width: 16px;
.hovers-bounce-in:hover,
    height: 16px;
.hovers-bounce-in.active {
    background-color: #ff6347;
  transform: scale(1.2);
    border: 1px solid rgb(var(--xp-window-border));
  transition-duration: 0.5s;
    text-align: center;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
 
.toc .toctitle, #toc .toctitle {
    display: none;
}
}


/* 正常 => 小 => 正常 => 小 */
.toc ul, #toc ul {
.hovers-bounce-out:hover,
    margin: 0;
.hovers-bounce-out.active {
    padding: 0 0 0 1.5em;
  transform: scale(0.8);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
}


/* 倾斜 */
.toc li, #toc li {
.hovers-tilt:hover,
    margin: 5px 0;
.hovers-tilt.active {
  transition-duration: 0.3s;
  transform: rotate(4deg);
}
}


/* 倾斜 + 放大 */
.toc a, #toc a {
.hovers-grow-rotate:hover,
    color: rgb(var(--link-color));
.hovers-grow-rotate.active {
    text-decoration: none;
  transition-duration: 0.3s;
  transform: scale(1.1) rotate(4deg);
}
}


/* 升起 */
.toc a:hover, #toc a:hover {
.hovers-float:hover,
    color: rgb(var(--hover-link-color));
.hovers-float.active {
    text-decoration: underline;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform: translateY(-8px);
}
}


/* 下沉 */
.tocnumber {
.hovers-sink:hover,
    color: #666;
.hovers-sink.active {
    margin-right: 5px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform: translateY(8px);
}
}


/* 飘浮 */
/* 变色龙皮肤特定修复 */
@keyframes bob {
.chameleon-toc {
  0% {
     background-color: rgb(var(--xp-window-bg));
     transform: translateY(-10px);
     border: 2px solid rgb(var(--xp-window-border));
  }
     box-shadow: var(--window-shadow);
  50% {
    padding: 30px 10px 10px;
     transform: translateY(-5px);
    position: relative;
  }
    border-radius: 0;
  100% {
     transform: translateY(-10px);
  }
}
@keyframes bob-float {
  100% {
    transform: translateY(-10px);
  }
}
}


.hovers-bob:hover,
.chameleon-toc::before {
.hovers-bob.active {
    content: "Contents";
  animation-name: bob-float, bob;
    position: absolute;
  animation-duration: 0.3s, 1.5s;
    top: 0;
  animation-delay: 0s, 0.3s;
    left: 0;
  animation-timing-function: ease-out, ease-in-out;
    right: 0;
  animation-iteration-count: 1, infinite;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
  animation-fill-mode: forwards;
    color: white;
  animation-direction: normal, alternate;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}
}


/* 悬挂 */
.chameleon-toc::after {
@keyframes hang {
    content: "×";
  0% {
    position: absolute;
     transform: translateY(10px);
    top: 2px;
  }
    right: 5px;
  50% {
     width: 16px;
     transform: translateY(5px);
    height: 16px;
  }
    background-color: #ff6347;
  100% {
     border: 1px solid rgb(var(--xp-window-border));
     transform: translateY(10px);
    text-align: center;
  }
    line-height: 16px;
    font-size: 12px;
    color: white;
     cursor: pointer;
    z-index: 1;
}
}
@keyframes hang-sink {
 
  100% {
.chameleon-toc .toctitle {
     transform: translateY(10px);
     display: none;
  }
}
}


.hovers-hang:hover,
/* Echo扩展通知图标修复 */
.hovers-hang.active {
#pt-notifications-alert,
  animation-name: hang-sink, hang;
#pt-notifications-notice,
  animation-duration: 0.3s, 1.5s;
.mw-echo-notifications-badge,
  animation-delay: 0s, 0.3s;
.mw-echo-notification-badge-nojs {
  animation-timing-function: ease-out, ease-in-out;
    background-color: transparent !important;
  animation-iteration-count: 1, infinite;
    border: none !important;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
}


/* 非对称 */
#pt-notifications-alert .mw-echo-notifications-badge:before,
.hovers-skew:hover,
#pt-notifications-notice .mw-echo-notifications-badge:before,
.hovers-skew.active {
.mw-echo-notifications-badge:before {
  transform: skew(-10deg);
    color: rgb(var(--link-color)) !important;
    filter: none !important;
    opacity: 1 !important;
}
}


/* 非对称-左 */
.mw-echo-notifications-badge:after,
.hovers-skew-forward {
.mw-echo-notification-badge-nojs:after {
  transform-origin: 0 100%;
    background-color: #ff6347 !important;
    color: white !important;
    border: 1px solid rgb(var(--xp-window-border)) !important;
    opacity: 1 !important;
}
}
.hovers-skew-forward:hover,
 
.hovers-skew-forward.active {
/* 通知面板样式 */
  transform: skew(-10deg);
.mw-echo-ui-overlay,
.mw-echo-ui-notificationsWidget {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}
}


/* 非对称-右 */
.mw-echo-ui-notificationItemWidget {
.hovers-skew-backward {
    background-color: white !important;
  transform-origin: 0 100%;
    border-bottom: 1px solid #ababab !important;
    color: black !important;
}
}
.hovers-skew-backward:hover,
 
.hovers-skew-backward.active {
.mw-echo-ui-notificationItemWidget:hover {
  transform: skew(10deg);
    background-color: #f0f0f0 !important;
}
}


/* 垂直抖动 */
.mw-echo-ui-notificationItemWidget-content-message-header {
@keyframes wobble-vertical {
     color: rgb(var(--xp-blue-dark)) !important;
  16.65% {
     transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
}


.hovers-wobble-vertical:hover,
.mw-echo-ui-notificationItemWidget-content-message-body {
.hovers-wobble-vertical.active {
    color: black !important;
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
}


/* 水平抖动 */
/* 用户头像样式 - Windows XP风格 */
@keyframes wobble-horizontal {
#p-personal .vector-menu-content-list > li:first-child > a::before,
  16.65% {
.navbar-personaltools > li:first-child > a::before {
     transform: translateX(8px);
     content: "";
  }
    position: absolute;
  33.3% {
    left: 5px;
     transform: translateX(-6px);
    top: 50%;
  }
     transform: translateY(-50%);
  49.95% {
    width: 24px;
     transform: translateX(4px);
     height: 24px;
  }
     background-color: #f0f0f0;
  66.6% {
     border: 1px solid #7f9db9;
     transform: translateX(-2px);
    z-index: 100;
  }
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='5' fill='%237f9db9'/%3E%3Cpath d='M21,19v1c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2v-1c0-3.9,3.1-7,7-7h4C17.9,12,21,15.1,21,19z' fill='%237f9db9'/%3E%3C/svg%3E");
  83.25% {
    background-size: cover;
     transform: translateX(1px);
  }
  100% {
     transform: translateX(0);
  }
}
}
.hovers-wobble-horizontal:hover,
 
.hovers-wobble-horizontal.active {
/* Windows XP启动栏和任务栏 */
  animation-name: wobble-horizontal;
body::after {
  animation-duration: 1s;
    content: "开始";
  animation-timing-function: ease-in-out;
    position: fixed;
  animation-iteration-count: 1;
    left: 0;
    bottom: 30px;
    width: 100px;
    height: 30px;
    background: linear-gradient(to bottom, #4cae4c, #398439);
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
    z-index: 9999;
    cursor: pointer;
    border: 1px solid #366;
    border-left: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M0 0h11v11H0V0zm13 0h11v11H13V0zM0 13h11v11H0V13zm13 0h11v11H13V13z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
}
 
body::before {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #4581c8, #2f5b9d);
    border-top: 1px solid #223f6f;
    z-index: 9998;
}
}


/* 右下弹回 */
/* 响应式调整 */
@keyframes wobble-to-bottom-right {
@media (max-width: 767px) {
  16.65% {
    .tools-container {
    transform: translate(8px, 8px);
        grid-template-columns: 1fr;
  }
    }
  33.3% {
   
    transform: translate(-6px, -6px);
    .recent-pages-container .page-section,
  }
    .featured-content-container .feature-item {
  49.95% {
        flex-basis: 100%;
    transform: translate(4px, 4px);
        margin-bottom: 15px;
  }
    }
  66.6% {
   
     transform: translate(-2px, -2px);
    body::after {
  }
        width: 80px;
  83.25% {
        font-size: 12px;
     transform: translate(1px, 1px);
    }
  }
}
  100% {
 
     transform: translate(0, 0);
/* Windows XP蓝屏风格 */
  }
.bluescreen {
     background-color: #0000aa;
    color: #ffffff;
    font-family: "Courier New", monospace;
    padding: 20px;
    margin: 10px 0;
     border: 2px solid #000055;
     box-shadow: var(--window-shadow);
    position: relative;
}
}


.hovers-wobble-to-bottom-right:hover,
.bluescreen h2 {
.hovers-wobble-to-bottom-right.active {
    color: #ffffff;
  animation-name: wobble-to-bottom-right;
    background: none;
  animation-duration: 1s;
    border: none;
  animation-timing-function: ease-in-out;
    margin-top: 10px;
  animation-iteration-count: 1;
    margin-bottom: 20px;
    font-size: 1.5em;
    text-shadow: none;
}
}


/* 右上弹回 */
.bluescreen p {
@keyframes wobble-to-top-right {
     margin: 10px 0;
  16.65% {
     line-height: 1.5;
     transform: translate(8px, -8px)
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
     transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0);
  }
}
}


.hovers-wobble-to-top-right:hover,
.bluescreen code {
.hovers-wobble-to-top-right.active {
    background-color: #0000aa;
  animation-name: wobble-to-top-right;
    border: none;
  animation-duration: 1s;
    color: #ffffff;
  animation-timing-function: ease-in-out;
    display: block;
  animation-iteration-count: 1;
    margin: 10px 0;
    font-family: "Courier New", monospace;
}
}


/* 果冻 */
/* 标题栏文本 */
@keyframes wobble-top {
.titlebox {
  16.65% {
     color: white;
     transform: skew(-12deg);
    position: relative;
  }
     top: -16px;
  33.3% {
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
     transform: skew(10deg);
    padding: 5px 20px;
  }
    line-height: 10px;
  49.95% {
     font-weight: bold;
     transform: skew(-6deg);
     text-shadow: var(--text-shadow);
  }
     border: 1px solid rgb(var(--xp-window-border));
  66.6% {
    display: inline-block;
     transform: skew(4deg);
}
  }
  83.25% {
     transform: skew(-2deg);
  }
  100% {
     transform: skew(0);
  }
}


/* 赘肉 */
/* Windows XP Logo风格块 */
.hovers-wobble-top {
.logoblock {
  transform-origin: 0 100%;
    padding: 30px 10px 10px;
}
    color: black;
.hovers-wobble-top:hover,
    box-shadow: var(--window-shadow);
.hovers-wobble-top.active {
    margin: 10px 0;
  animation-name: wobble-top;
    display: block;
  animation-duration: 1s;
    position: relative;
  animation-timing-function: ease-in-out;
    background-color: rgb(var(--xp-window-bg));
  animation-iteration-count: 1;
    border: 2px solid rgb(var(--xp-window-border));
    border-radius: 0;
}
}


@keyframes wobble-bottom {
.logoblock::before {
  16.65% {
     content: "Windows";
     transform: skew(-12deg);
    position: absolute;
  }
    top: 0;
  33.3% {
     left: 0;
     transform: skew(10deg);
    right: 0;
  }
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
  49.95% {
    color: white;
     transform: skew(-6deg);
    padding: 5px 10px;
  }
    font-weight: bold;
  66.6% {
     text-shadow: var(--text-shadow);
     transform: skew(4deg);
     border-bottom: 1px solid rgb(var(--xp-window-border));
  }
    text-align: left;
  83.25% {
    height: 15px;
     transform: skew(-2deg);
     line-height: 15px;
  }
    font-size: 12px;
  100% {
     transform: skew(0);
  }
}
}


.hovers-wobble-bottom {
.logoblock::after {
  transform-origin: 100% 0;
    content: "";
    float: center;
    border: solid 2px #0000;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230078d7' d='M0 0h11v11H0V0zm13 0h11v11H13V0zM0 13h11v11H0V13zm13 0h11v11H13V13z'/%3E%3C/svg%3E") center/70% no-repeat;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
}
.hovers-wobble-bottom:hover,
 
.hovers-wobble-bottom.active {
/* Windows XP错误对话框 */
  animation-name: wobble-bottom;
.error-dialog {
  animation-duration: 1s;
    background-color: rgb(var(--xp-window-bg));
  animation-timing-function: ease-in-out;
    border: 2px solid rgb(var(--xp-window-border));
  animation-iteration-count: 1;
    padding: 30px 10px 10px;
    margin: 10px 0;
    position: relative;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}
}


/* 颤动 */
.error-dialog::before {
@keyframes wobble-skew {
    content: "Error";
  16.65% {
     position: absolute;
     transform: skew(-12deg);
    top: 0;
  }
    left: 0;
  33.3% {
     right: 0;
     transform: skew(10deg);
     background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
  }
    color: white;
  49.95% {
    padding: 5px 10px;
     transform: skew(-6deg);
    font-weight: bold;
  }
     text-shadow: var(--text-shadow);
  66.6% {
     border-bottom: 1px solid rgb(var(--xp-window-border));
     transform: skew(4deg);
    text-align: left;
  }
    height: 15px;
  83.25% {
     line-height: 15px;
     transform: skew(-2deg);
    font-size: 12px;
  }
  100% {
     transform: skew(0);
  }
}
}
.hovers-wobble-skew:hover,
 
.hovers-wobble-skew.active {
.error-dialog::after {
  animation-name: wobble-skew;
    content: "×";
  animation-duration: 1s;
    position: absolute;
  animation-timing-function: ease-in-out;
    top: 2px;
  animation-iteration-count: 1;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
 
.error-dialog .icon {
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23ff0000'/%3E%3Cpath d='M12 6v8M12 16v2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
}


/* 振动 */
.error-dialog .message {
@keyframes buzz {
     margin-left: 50px;
  50% {
     font-weight: bold;
     transform: translateX(3px) rotate(2deg);
  }
  100% {
     transform: translateX(-3px) rotate(-2deg);
  }
}
}


.hovers-buzz:hover,
.error-dialog .buttons {
.hovers-buzz.active {
    text-align: right;
  animation-name: buzz;
    margin-top: 15px;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
}


/* 振出 */
.error-dialog .buttons button {
@keyframes buzz-out {
     background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
  10% {
     border: 1px solid #ababab;
    transform: translateX(3px) rotate(2deg);
     padding: 3px 10px;
  }
     margin-left: 5px;
  20% {
     cursor: pointer;
     transform: translateX(-3px) rotate(-2deg);
  }
  30% {
     transform: translateX(3px) rotate(2deg);
  }
  40% {
     transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
     transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
     transform: translateX(-1px) rotate(0);
  }
}
}


.hovers-buzz-out:hover,
.error-dialog .buttons button:hover {
.hovers-buzz-out.active {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
  animation-name: buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
}


/* 右移 */
/* JS添加功能 */
.hovers-forward:hover,
.JS-added-button {
.hovers-forward.active {
    display: none; /* 由JS控制显示 */
  transform: translateX(8px);
    position: fixed;
    right: 10px;
    bottom: 40px;
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
}


/* 左移 */
.JS-added-button:hover {
.hovers-backward:hover,
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
.hovers-backward.active {
  transform: translateX(-8px);
}
}


/* 自由移动 */
/* 创建一个窗口最小化图标,显示在任务栏中 */
.hovers-top,
.minimized-window {
.hovers-left,
    position: fixed;
.hovers-bottom,
    left: 110px;
.hovers-right {
    bottom: 0;
  transition: all 0.5s;
    height: 30px;
    padding: 0 10px;
    background: linear-gradient(to bottom, #67a9e0, #3a84c5);
    color: white;
    line-height: 30px;
    font-size: 12px;
    z-index: 9999;
    cursor: pointer;
    border-top: 1px solid #81bdeb;
    border-left: 1px solid #81bdeb;
    border-right: 1px solid #25619a;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


.hovers-top:hover,
.minimized-window:hover {
.hovers-top.active {
    background: linear-gradient(to bottom, #81bdeb, #67a9e0);
  transform: translateY(-0.0625em);
}
}


.hovers-left:hover,
/* 添加系统时钟到任务栏 */
.hovers-left.active {
.taskbar-clock {
  transform: translateX(-0.0625em);
    position: fixed;
    right: 10px;
    bottom: 0;
    height: 30px;
    padding: 0 10px;
    background: transparent;
    color: white;
    line-height: 30px;
    font-size: 12px;
    z-index: 9999;
}
}


.hovers-bottom:hover,
/* CommonJS功能 */
.hovers-bottom.active {
/* 这些样式将由JavaScript功能使用 */d-content-container {
  transform: translateY(0.0625em);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
}


.hovers-right:hover,
.featured-content-container .feature-item {
.hovers-right.active {
    flex-basis: 48%;
  transform: translateX(0.0625em);
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 1rem;
    display: grid;
    grid-template-areas: "title" "content" "more";
    grid-template-rows: auto 1fr auto;
    position: relative;
    border-radius: 0;
}
}


/* 滤镜 */
.featured-content-container .section-title {
.hovers-blur,
    grid-area: title;
.hovers-blur-reverse,
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
.hovers-brightness,
    color: white;
.hovers-brightness-reverse,
    padding: 5px 30px 5px 10px;
.hovers-contrast,
    font-weight: bold;
.hovers-contrast-reverse,
    text-shadow: var(--text-shadow);
.hovers-grayscale,
    border-bottom: 1px solid rgb(var(--xp-window-border));
.hovers-grayscale-reverse,
    position: relative;
.hovers-invert,
    text-align: left;
.hovers-invert-reverse,
    height: 25px;
.hovers-saturate,
    line-height: 25px;
.hovers-saturate-reverse,
    border-left: none;
.hovers-sepia,
}
.hovers-sepia-reverse,
 
.hovers-hue-rotate,
.featured-content-container .section-title::after {
.hovers-hue-rotate-reverse {
    content: "×";
  transition-duration: 0.75s;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}


.hovers-blur:hover,
.featured-content-container .feature-content {
.hovers-blur.active,
    grid-area: content;
.hovers-brightness:hover,
    background-color: white;
.hovers-brightness.active,
    padding: 10px;
.hovers-contrast:hover,
    border-bottom: 1px solid #ababab;
.hovers-contrast.active,
.hovers-grayscale:hover,
.hovers-grayscale.active,
.hovers-invert:hover,
.hovers-invert.active,
.hovers-saturate:hover,
.hovers-saturate.active,
.hovers-sepia:hover,
.hovers-sepia.active,
.hovers-hue-rotate:hover,
.hovers-hue-rotate.active {
  filter: initial;
}
}


.hovers-blur {
.featured-content-container .feature-content .featured-title {
  filter: blur(5px);
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(var(--xp-blue-dark));
}
}


.hovers-blur-reverse:hover,
.featured-content-container .feature-content .featured-author {
.hovers-blur-reverse.active {
    font-size: 0.9rem;
  filter: blur(5px);
    color: #666;
    margin-bottom: 5px;
}
}


.hovers-brightness {
.featured-content-container .feature-content .featured-description {
  filter: brightness(50%);
    font-style: italic;
    color: #444;
}
}


.hovers-brightness-reverse:hover,
.featured-content-container .see-more {
.hovers-brightness-reverse.active {
    grid-area: more;
  filter: brightness(50%);
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
}
}


.hovers-contrast {
.featured-content-container .see-more a {
  filter: contrast(50%);
    color: rgb(var(--link-color));
}
}


.hovers-contrast-reverse:hover,
/* 工具和资源容器 - Windows XP风格 */
.hovers-contrast-reverse.active {
.tools-and-resources {
  filter: contrast(50%);
    margin-bottom: 2rem;
}
}


.hovers-grayscale {
.tools-container {
  filter: grayscale(100%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}
}


.hovers-grayscale-reverse:hover,
.tools-container .tool-item {
.hovers-grayscale-reverse.active {
    background-color: rgb(var(--xp-window-bg));
  filter: grayscale(100%);
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 30px 10px 10px;
    display: grid;
    grid-template-areas:
        "icon content"
        "title content";
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto auto;
    grid-gap: 0.5rem 1rem;
    position: relative;
    border-radius: 0;
}
}


.hovers-invert {
.tools-container .tool-item::before {
  filter: invert(100%);
    content: "Tool";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}
}


.hovers-invert-reverse:hover,
.tools-container .tool-item::after {
.hovers-invert-reverse.active {
    content: "×";
  filter: invert(100%);
    position: absolute;
}
    top: 2px;
 
    right: 5px;
.hovers-saturate {
    width: 16px;
  filter: saturate(200%);
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}


.hovers-saturate-reverse:hover,
.tools-container .tool-item .tool-icon {
.hovers-saturate-reverse.active {
    grid-area: icon;
  filter: saturate(200%);
    justify-self: center;
    align-self: center;
    background-color: white;
    border: 1px solid #ababab;
    padding: 5px;
}
}


.hovers-sepia {
.tools-container .tool-item .tool-title {
  filter: sepia(100%);
    grid-area: title;
    text-align: center;
}
}


.hovers-sepia-reverse:hover,
.tools-container .tool-item .tool-title a {
.hovers-sepia-reverse.acitve {
    color: rgb(var(--link-color));
  filter: sepia(100%);
    font-weight: bold;
}
}


.hovers-hue-rotate {
.tools-container .tool-item .tool-description {
  filter: hue-rotate(180deg);
    grid-area: content;
    background-color: white;
    border: 1px solid #ababab;
    padding: 8px;
}
}


.hovers-hue-rotate-reverse:hover,
/* 新闻容器 - Windows XP风格 */
.hovers-hue-rotate-reverse.active {
.news-container {
  filter: hue-rotate(180deg);
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 2rem;
    position: relative;
    border-radius: 0;
}
}


/* 背景滑动 */
.news-container .section-title {
.hovers-sweep-to-right,
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
.hovers-sweep-to-left,
    color: white;
.hovers-sweep-to-bottom,
    padding: 5px 30px 5px 10px;
.hovers-sweep-to-top,
    font-weight: bold;
.hovers-radial-out,
    text-shadow: var(--text-shadow);
.hovers-radial-in {
    border-bottom: 1px solid rgb(var(--xp-window-border));
  position: relative;
    position: relative;
  transition-duration: 0.3s;
    text-align: left;
  transition-timing-function: ease-out;
    width: 100%;
  overflow: hidden;
    border-left: none;
}
 
.news-container .section-title::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}


.hovers-sweep-to-right:before,
.news-container .news-content {
.hovers-sweep-to-left:before,
    background-color: white;
.hovers-sweep-to-bottom:before,
    padding: 10px;
.hovers-sweep-to-top:before,
    width: 100%;
.hovers-radial-out:before,
    border-bottom: 1px solid #ababab;
.hovers-radial-in:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  transform: scaleX(0);
  transition: inherit;
}
}
.hovers-sweep-to-bottom:before,
 
.hovers-sweep-to-top:before {
.news-container .news-content .news-item {
  transform: scaleY(0);
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
}
}
.hovers-radial-out:before,
 
.hovers-radial-in:before {
.news-container .news-content .news-item:last-child {
  border-radius: 50%;
    border-bottom: none;
  transform: scale(0);
}
}
.hovers-radial-in:before {
 
  transform: scale(2);
.news-container .news-content .news-title {
    font-weight: bold;
    margin-bottom: 3px;
    color: rgb(var(--xp-blue-dark));
}
}


.hovers-sweep-to-right:before {
.news-container .news-content .news-date {
  transform-origin: 0 50%;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 3px;
}
}
.hovers-sweep-to-left:before {
 
  transform-origin: 100% 50%;
.news-container .news-archive {
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
    width: 100%;
}
}
.hovers-sweep-to-bottom:before {
 
  transform-origin: 50% 0;
.news-container .news-archive a {
    color: rgb(var(--link-color));
}
}
.hovers-sweep-to-top:before {
 
  transform-origin: 50% 100%;
/* 响应式调整 */
@media (max-width: 767px) {
    .tools-container {
        grid-template-columns: 1fr;
    }
   
    .recent-pages-container .page-section,
    .featured-content-container .feature-item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
   
    body::after {
        width: 80px;
        font-size: 12px;
    }
}
}
.hovers-radial-out:hover:before,
 
.hovers-radial-out.active:before {
/* Windows XP蓝屏风格 */
  transform: scale(2);
.bluescreen {
    background-color: #0000aa;
    color: #ffffff;
    font-family: "Courier New", monospace;
    padding: 20px;
    margin: 10px 0;
    border: 2px solid #000055;
    box-shadow: var(--window-shadow);
    position: relative;
}
}
.hovers-radial-in:hover:before,
 
.hovers-radial-in.active:before {
.bluescreen h2 {
  transform: scale(0);
    color: #ffffff;
    background: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.5em;
    text-shadow: none;
}
}


.hovers-sweep-to-right .hovers-content.center,
.bluescreen p {
.hovers-sweep-to-left .hovers-content.center,
    margin: 10px 0;
.hovers-sweep-to-bottom .hovers-content.center,
    line-height: 1.5;
.hovers-sweep-to-top .hovers-content.center,
.hovers-radial-out .hovers-content.center,
.hovers-radial-in .hovers-content.center {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}
}


.hovers-sweep-to-right:hover:before,
.bluescreen code {
.hovers-sweep-to-left:hover:before,
    background-color: #0000aa;
.hovers-sweep-to-bottom:hover:before,
    border: none;
.hovers-sweep-to-top:hover:before,
    color: #ffffff;
.hovers-sweep-to-right.active:before,
    display: block;
.hovers-sweep-to-left:hover:before,
    margin: 10px 0;
.hovers-sweep-to-bottom:hover:before,
    font-family: "Courier New", monospace;
.hovers-sweep-to-top:hover:before {
  transform: scaleX(1);
}
}


.hovers-sweep-to-right .hovers-content,
/* 标题栏文本 */
.hovers-sweep-to-left .hovers-content,
.titlebox {
.hovers-sweep-to-bottom .hovers-content,
    color: white;
.hovers-sweep-to-top .hovers-content,
    position: relative;
.hovers-radial-out .hovers-content,
    top: -16px;
.hovers-radial-in .hovers-content {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
  width: 100%;
    padding: 5px 20px;
  height: 100%;
    line-height: 10px;
  position: absolute;
    font-weight: bold;
  transition-property: all;
    text-shadow: var(--text-shadow);
  transition-duration: inherit;
    border: 1px solid rgb(var(--xp-window-border));
  top: 0;
    display: inline-block;
  left: 0;
  z-index: 11;
}
}


.hovers-sweep-to-right .hovers-content {
/* Windows XP Logo风格块 */
  left: initial;
.logoblock {
  right: 100%;
    padding: 30px 10px 10px;
    color: black;
    box-shadow: var(--window-shadow);
    margin: 10px 0;
    display: block;
    position: relative;
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    border-radius: 0;
}
}
.hovers-sweep-to-right:hover .hovers-content,
 
.hovers-sweep-to-right.active .hovers-content {
.logoblock::before {
  right: 0;
    content: "Windows";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}
}


.hovers-sweep-to-left .hovers-content {
.logoblock::after {
  left: 100%;
    content: "";
}
    float: center;
.hovers-sweep-to-left:hover .hovers-content,
    border: solid 2px #0000;
.hovers-sweep-to-left.active .hovers-content {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230078d7' d='M0 0h11v11H0V0zm13 0h11v11H13V0zM0 13h11v11H0V13zm13 0h11v11H13V13z'/%3E%3C/svg%3E") center/70% no-repeat;
  left: 0;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
}


.hovers-sweep-to-bottom .hovers-content {
/* Windows XP错误对话框 */
  top: initial;
.error-dialog {
  bottom: 100%;
    background-color: rgb(var(--xp-window-bg));
}
    border: 2px solid rgb(var(--xp-window-border));
.hovers-sweep-to-bottom:hover .hovers-content,
    padding: 30px 10px 10px;
.hovers-sweep-to-bottom.active .hovers-content {
    margin: 10px 0;
  bottom: 0;
    position: relative;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}
}


.hovers-sweep-to-top .hovers-content {
.error-dialog::before {
  top: 100%;
    content: "Error";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}
}
.hovers-sweep-to-top:hover .hovers-content,
 
.hovers-sweep-to-top.active .hovers-content {
.error-dialog::after {
  top: 0;
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}
}


.hovers-radial-out .hovers-content,
.error-dialog .icon {
.hovers-radial-in:hover .hovers-content,
    float: left;
.hovers-radial-in.active .hovers-content {
    margin-right: 10px;
  opacity: 0;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23ff0000'/%3E%3Cpath d='M12 6v8M12 16v2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
}


.hovers-radial-in .hovers-content,
.error-dialog .message {
.hovers-radial-out:hover .hovers-content,
    margin-left: 50px;
.hovers-radial-out.active .hovers-content {
    font-weight: bold;
  opacity: 1;
}
}


/* 默认em */
.error-dialog .buttons {
.hovers-border,
    text-align: right;
.hovers-trim,
    margin-top: 15px;
.hovers-ripple-out,
.hovers-ripple-in,
.hovers-outline-out,
.hovers-outline-in,
.hovers-reveal {
  font-size: 160px;
  line-height: 16px;
}
}


/* 内边框滑出 */
.error-dialog .buttons button {
.hovers-border,
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
.hovers-trim {
    border: 1px solid #ababab;
  position: relative;
    padding: 3px 10px;
  top: 0;
    margin-left: 5px;
  left: 0;
    cursor: pointer;
  transition: all 0.3s;
}
}


.hovers-border:before {
.error-dialog .buttons button:hover {
  content: '';
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: inherit;
  border-width: calc(0.0625em * 0.6);
  border-color: inherit;
  border-style: solid;
  border-radius: inherit;
  opacity: 0;
}
}


.hovers-border:hover:before,
/* JS添加功能 */
.hovers-border.active:before {
.JS-added-button {
  opacity: 1;
    display: none; /* 由JS控制显示 */
    position: fixed;
    right: 10px;
    bottom: 40px;
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
 
.JS-added-button:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
}
}


/* 带边距内边框 */
/* 创建一个窗口最小化图标,显示在任务栏中 */
.hovers-trim:before {
.minimized-window {
  content: '';
    position: fixed;
  position: absolute;
    left: 110px;
  top: calc(0.0625em * 0.4);
    bottom: 0;
  left: calc(0.0625em * 0.4);
    height: 30px;
  bottom: calc(0.0625em * 0.4);
    padding: 0 10px;
  right: calc(0.0625em * 0.4);
    background: linear-gradient(to bottom, #67a9e0, #3a84c5);
  transition: inherit;
    color: white;
  border-width: calc(0.0625em * 0.6);
    line-height: 30px;
  border-color: inherit;
    font-size: 12px;
  border-style: solid;
    z-index: 9999;
  opacity: 0;
    cursor: pointer;
  border-radius: inherit;
    border-top: 1px solid #81bdeb;
    border-left: 1px solid #81bdeb;
    border-right: 1px solid #25619a;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


.hovers-trim:hover:before,
.minimized-window:hover {
.hovers-trim.active:before {
    background: linear-gradient(to bottom, #81bdeb, #67a9e0);
  opacity: 1;
}
}


/* 边框飞出与飞入 */
/* 添加系统时钟到任务栏 */
.hovers-ripple-out,
.taskbar-clock {
.hovers-ripple-in,
    position: fixed;
.hovers-outline-out,
    right: 10px;
.hovers-outline-in,
    bottom: 0;
.hovers-reveal {
    height: 30px;
  animation-duration: 0.7s;
    padding: 0 10px;
  animation-timing-function: ease-out;
    background: transparent;
  transition: all 0.3s;
    color: white;
    line-height: 30px;
    font-size: 12px;
    z-index: 9999;
}
/* 导航框(查论编)- Windows XP风格 */
table.navbox {
    border: 2px solid rgb(var(--xp-window-border));
    clear: both;
    margin: 1em auto;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: rgb(var(--xp-window-bg));
    box-shadow: var(--window-shadow);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
}
 
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
}
}


.hovers-ripple-out:before,
.navbox-title::after,
.hovers-ripple-in:before,
table.navbox th::after {
.hovers-outline-out:before,
    content: "×";
.hovers-outline-in:before,
    position: absolute;
.hovers-reveal:before {
    top: 2px;
  content: '';
    right: 5px;
  position: absolute;
    width: 16px;
  top: 0;
    height: 16px;
  right: 0;
    background-color: #ff6347;
  bottom: 0;
    border: 1px solid rgb(var(--xp-window-border));
  left: 0;
    text-align: center;
  animation: inherit;
    line-height: 16px;
  transition: inherit;
    font-size: 12px;
  border-width: calc(0.0625em * 0.6);
    color: white;
  border-color: inherit;
    cursor: pointer;
  border-style: solid;
    z-index: 1;
  border-radius: inherit;
}
}
.hovers-ripple-out:before {
 
  opacity: 0;
.navbox-group {
    background-color: #f0f0f0;
    border: 1px solid #ababab;
    color: black;
    font-weight: bold;
    padding: 5px;
    text-align: right;
    white-space: nowrap;
}
}
.hovers-ripple-in:before {
 
  top: calc(-0.0625em * 1.2);
.navbox-list {
  right: calc(-0.0625em * 1.2);
     background-color: white;
  bottom: calc(-0.0625em * 1.2);
     border: 1px solid #ababab;
  left: calc(-0.0625em * 1.2);
     padding: 5px;
  opacity: 0;
     text-align: left;
}
.hovers-outline-out:before {
  opacity: 0;
}
.hovers-outline-out:before {
  top: calc(-0.0625em * 1.6);
  right: calc(-0.0625em * 1.6);
  bottom: calc(-0.0625em * 1.6);
  left: calc(-0.0625em * 1.6);
  opacity: 0;
}
.hovers-reveal:before {
  border-width: 0;
  opacity: 0;
}
 
@keyframes ripple-out {
  50% {
    opacity: 1;
  }
 
  100% {
     top: calc(-0.0625em * 1.2);
    right: calc(-0.0625em * 1.2);
    bottom: calc(-0.0625em * 1.2);
     left: calc(-0.0625em * 1.2);
    opacity: 0;
  }
}
.hovers-ripple-out:hover:before,
.hovers-ripple-out.active:before {
  animation-name: ripple-out;
}
 
@keyframes ripple-in {
  50% {
    opacity: 1;
  }
 
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
}
.hovers-ripple-in:hover:before,
.hovers-ripple-in.active:before {
  animation-name: ripple-in;
}
 
.hovers-outline-out:hover:before,
.hovers-outline-in:hover:before,
.hovers-outline-out.active:before,
.hovers-outline-in:hover:before {
  top: calc(-0.0625em * 0.8);
  right: calc(-0.0625em * 0.8);
  bottom: calc(-0.0625em * 0.8);
  left: calc(-0.0625em * 0.8);
  opacity: 1;
}
 
.hovers-reveal:hover:before,
.hovers-reveal.active:before {
  transform: translateY(0);
  border-width: calc(0.0625em * 0.4);
  opacity: 1;
}
 
/* 圆角化 */
.hovers-round-corners {
  overflow: hidden;
}
.hovers-round-corners:hover,
.hovers-round-corners.active {
  border-radius: 0.0625em;
}
 
/* 重叠:翻转切换 */
 
.hover-turn {
  position: relative;
  transform: translateZ(1px);
}
 
.hover-turn-before,
.hover-turn-after {
  position: absolute;
  top: 0;
  left: 0;
}
 
@keyframes hover-turn {
  from {
    transform: rotateY(-90deg);
  }
 
  50% {
     transform: scale(1.2);
  }
 
  to {
     transform: rotateY(0);
  }
}
 
.hover-turn:not(:hover) .hover-turn-before,
.hover-turn:hover .hover-turn-after {
  animation: hover-turn 0.5s;
}
 
.hover-turn:hover .hover-turn-before,
.hover-turn:not(:hover) .hover-turn-after {
opacity: 0;
}
/* [[Category:在模板名字空间下的CSS页面]] */
 
/*
.colormu_toggle_on是为了黑幕开关(MediaWiki:Gadget-heimu-toggle.js)做适配。
.colormu-drk、.colormu-bri分别是暗色背景和亮色背景,
暗色背景的文字通常是浅色,在半隐背景后,颜色需要变成深色。
*/
.colormu-drk {
color: #FFF;
}
.colormu-bri {
color: #000;
}
.colormu-drk:not(.colormu_toggle_on) a {
color: #add8e6;
}
.colormu-drk:not(.colormu_toggle_on) a.new {
color: #FCC;
}
.colormu>span, .colormu a, .colormu a>span {
transition: color 0.2s;
}
.colormu:not(:hover):not(:active):not(.colormu_toggle_on)>span,
.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a {
color: transparent;
}
/* for T:Coloredlink in T:彩幕 */
.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a>span {
color: transparent !important;
}
/* for T:彩幕 in link */
a .colormu-bri {
color: inherit;
}
a:hover .colormu>span, a:active .colormu>span,
/* and for MediaWiki:Gadget-heimu-toggle.js */
.colormu-drk.colormu_toggle_on, .colormu_toggle_on>span, .colormu-drk.colormu_toggle_on a>span {
color: inherit !important;
}
}
/* CommonJS功能 */
/* 这些样式将由JavaScript功能使用 */

2025年5月10日 (六) 15:42的版本

/* Windows XP风格MediaWiki主题 - 完整迁移自Wikidot */

/* 导入所需字体 */
@import url("https://fonts.googleapis.com/css2?family=Microsoft+Sans+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-16px.css");
@import url("https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-12px.css");
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

:root {
    /* 主题基础设置 */
    --fade-in-delay: 0.1s;
    --theme-base: "xp-style";
    --theme-id: "windows-xp";
    --theme-name: "Windows XP Theme";
    --header-title: "The Backrooms";
    --header-subtitle: "正 在 开 机 . . .";
    
    /* 字体设置 - 保持原有字体 */
    --body-font: "VonwaonBitmap 16px", VT323, monospace;
    --header-font: "VonwaonBitmap 16px", VT323, monospace;
    --title-font: "VonwaonBitmap 16px", VT323, monospace;
    --mono-font: "VonwaonBitmap 16px", VT323, monospace;
    --pixel-font-16: 'VonwaonBitmap 16px', VT323, monospace;
    --pixel-font-12: 'VonwaonBitmap 12px', VT323, monospace;
    --base-font-size: 14px;
    
    /* Windows XP 颜色方案 */
    --xp-blue: 49, 106, 197;
    --xp-blue-light: 82, 153, 235;
    --xp-blue-dark: 16, 35, 85;
    --xp-green: 57, 154, 48;
    --xp-button: 192, 192, 192;
    --xp-window-border: 0, 0, 0;
    --xp-window-bg: 236, 233, 216;
    --xp-text: 0, 0, 0;
    
    /* 颜色方案 - 迁移并适配XP风格 */
    --white-monochrome: 255, 255, 255;
    --pale-gray-monochrome: 236, 233, 216;
    --light-gray-monochrome: 192, 192, 192;
    --gray-monochrome: 128, 128, 128;
    --black-monochrome: 0, 0, 0;
    --bright-accent: var(--xp-blue);
    --medium-accent: var(--xp-blue);
    --dark-accent: var(--xp-blue-dark);
    --pale-accent: var(--xp-blue-light);
    
    /* 链接颜色 */
    --link-color: 0, 0, 255;
    --visited-link-color: 128, 0, 128;
    --hover-link-color: 0, 0, 255;
    
    /* 文本阴影 */
    --text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    
    /* 边框和阴影 */
    --window-border: 1px solid rgb(var(--xp-window-border));
    --window-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* 应用全局字体 */
body {
    font-family: var(--body-font) !important;
    font-size: var(--base-font-size) !important;
    line-height: 1.5 !important;
    background-color: #3a6ea5; /* 经典XP桌面蓝色背景 */
    background-image: url("local-files/windows-xp-bliss.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgb(var(--xp-text));
}

/* 标题字体 */
h1, h2, h3, h4, h5, h6, #firstHeading {
    font-family: var(--title-font);
    color: rgb(var(--white-monochrome));
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    padding: 5px 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
    text-shadow: var(--text-shadow);
}

/* 窗口操作按钮 - 关闭、最大化、最小化 */
h1::after, 
h2::after,
h3::after,
h4::after,
h5::after,
h6::after,
#firstHeading::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
}

h1::before, 
h2::before,
h3::before,
h4::before,
h5::before,
h6::before,
#firstHeading::before {
    content: "□";
    position: absolute;
    top: 2px;
    right: 25px;
    width: 16px;
    height: 16px;
    background-color: rgb(var(--light-gray-monochrome));
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

h1 span::before, 
h2 span::before,
h3 span::before,
h4 span::before,
h5 span::before,
h6 span::before,
#firstHeading span::before {
    content: "_";
    position: absolute;
    top: 2px;
    right: 45px;
    width: 16px;
    height: 16px;
    background-color: rgb(var(--light-gray-monochrome));
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

/* 链接样式 */
a {
    color: rgb(var(--link-color));
    text-decoration: none;
}

a:visited {
    color: rgb(var(--visited-link-color));
}

a:hover {
    color: rgb(var(--hover-link-color));
    text-decoration: underline;
}

/* ">" 箭头指示符 - 保留原样 */
a:hover::before {
    content: "> ";
}

/* 背景样式 */
html, body {
    background-color: #3a6ea5 !important; /* 保留XP桌面风格 */
}

/* 搜索框和搜索按钮样式 */
#searchButton, 
.searchButton,
input[type="submit"],
input[type="button"],
.mw-ui-button,
button[name="go"],
button[name="fulltext"],
.mw-ui-button.mw-ui-progressive {
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0) !important;
    border: 1px solid #ababab !important;
    color: black !important;
    font-family: var(--body-font) !important;
    padding: 3px 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border-radius: 0 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

#searchButton:hover,
.searchButton:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.mw-ui-button:hover,
button[name="go"]:hover,
button[name="fulltext"]:hover,
.mw-ui-button.mw-ui-progressive:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9) !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

/* 分类条样式 */
#catlinks,
.catlinks {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 1px solid rgb(var(--xp-window-border)) !important;
    padding: 0.5em !important;
    margin-top: 1em !important;
    font-family: var(--body-font) !important;
    box-shadow: var(--window-shadow) !important;
}

#catlinks a,
.catlinks a {
    color: rgb(var(--link-color)) !important;
    text-decoration: none !important;
}

#catlinks a:hover,
.catlinks a:hover {
    color: rgb(var(--hover-link-color)) !important;
    text-decoration: underline !important;
}

/* 工具栏样式 */
#footer-info,
#footer-places,
.footer-places,
.footer-info {
    background-color: rgb(var(--xp-window-bg)) !important;
    border-top: 1px solid rgb(var(--xp-window-border)) !important;
    color: rgb(var(--xp-text)) !important;
    padding: 0.5em 1em !important;
    font-family: var(--body-font) !important;
}

#footer-info a,
#footer-places a {
    color: rgb(var(--link-color)) !important;
}

#footer-info a:hover,
#footer-places a:hover {
    color: rgb(var(--hover-link-color)) !important;
}

/* 主内容区背景 */
#content {
    background-color: rgb(var(--xp-window-bg));
    position: relative;
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin: 10px auto;
    padding: 0;
    border-radius: 0;
}

/* 导航栏 */
.navbar, 
.navbar.navbar-default,
.navbar-light {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 1px solid rgb(var(--xp-window-border)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}

.navbar .navbar-brand,
.navbar .nav-link,
.navbar-light .navbar-nav .nav-link {
    color: rgb(var(--link-color)) !important;
    font-family: var(--header-font) !important;
}

.navbar .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(var(--hover-link-color)) !important;
    background-color: rgba(var(--xp-blue), 0.1) !important;
}

/* 下拉菜单 */
.dropdown-menu {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 1px solid rgb(var(--xp-window-border)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}

.dropdown-item {
    color: rgb(var(--link-color)) !important;
    font-family: var(--body-font) !important;
}

.dropdown-item:hover {
    background-color: rgba(var(--xp-blue), 0.1) !important;
    color: rgb(var(--hover-link-color)) !important;
}

/* 侧边栏 */
#mw-navigation, #mw-panel, .sidebar {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}

#mw-navigation h2, #mw-panel h3, .sidebar h3 {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light))) !important;
    color: rgb(var(--white-monochrome)) !important;
    font-family: var(--header-font) !important;
    border-bottom: 1px solid rgb(var(--xp-window-border)) !important;
    padding: 5px 10px !important;
    text-shadow: var(--text-shadow) !important;
    position: relative !important;
}

/* 工具栏 */
#p-tb, .tools-menu {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}

/* 内容区域 */
#content, .mw-body {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}

/* 页脚 */
#footer, .footer {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
    border-top: 1px solid rgb(var(--xp-window-border)) !important;
    color: rgb(var(--xp-text)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
    margin: 10px auto !important;
    padding: 10px !important;
}

/* 搜索框 */
#searchInput, .form-control {
    background-color: white !important;
    border: 1px solid #7f9db9 !important;
    color: rgb(var(--xp-text)) !important;
    font-family: var(--body-font) !important;
    padding: 3px 5px !important;
}

/* 按钮 */
.btn, .mw-ui-button {
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0) !important;
    border: 1px solid #ababab !important;
    color: black !important;
    font-family: var(--body-font) !important;
    padding: 3px 8px !important;
    border-radius: 0 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.btn:hover, .mw-ui-button:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9) !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

/* 表格 */
.wikitable, table.wikitable {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    box-shadow: var(--window-shadow) !important;
}

.wikitable th {
    background: linear-gradient(to bottom, #e3e3e3, #d0d0d0) !important;
    border: 1px solid #ababab !important;
    color: black !important;
    padding: 5px !important;
}

.wikitable td {
    border: 1px solid #ababab !important;
    background-color: white !important;
    color: black !important;
    padding: 5px !important;
}

/* 代码块和预格式文本 */
pre, code, .mw-code {
    background-color: white !important;
    border: 1px solid #ababab !important;
    color: black !important;
    font-family: var(--mono-font) !important;
    padding: 5px !important;
}

/* 链接颜色 */
a {
    color: rgb(var(--link-color)) !important;
}

a:visited {
    color: rgb(var(--visited-link-color)) !important;
}

a:hover {
    color: rgb(var(--hover-link-color)) !important;
    text-decoration: underline !important;
}

/* 扫描线动画 - 修改为半透明灰色 */
.scan-animation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}

/* 主扫描线 - 较宽较慢 */
.scan-animation::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(128, 128, 128, 0) 0%,
        rgba(128, 128, 128, 0.1) 20%,
        rgba(128, 128, 128, 0.2) 50%,
        rgba(128, 128, 128, 0.1) 80%,
        rgba(128, 128, 128, 0) 100%
    );
    box-shadow: 
        0 0 8px rgba(128, 128, 128, 0.15),
        0 0 15px rgba(128, 128, 128, 0.1);
    animation: scanMain 12s linear infinite;
    opacity: 0.4;
}

/* 副扫描线 - 中等速度 */
.scan-animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(128, 128, 128, 0) 0%,
        rgba(128, 128, 128, 0.3) 50%,
        rgba(128, 128, 128, 0) 100%
    );
    box-shadow: 0 0 6px rgba(128, 128, 128, 0.2);
    animation: scanSecondary 7s linear infinite;
    animation-delay: -3s;
    opacity: 0.25;
}

/* 快速扫描线 - 细小快速 */
.scan-animation .fast-scan {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background: rgba(128, 128, 128, 0.6);
    box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
    animation: scanFast 3s linear infinite;
    animation-delay: -1.5s;
    opacity: 0.15;
}

/* 各个扫描线的动画 */
@keyframes scanMain {
    0% { 
        top: -2rem;
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% { 
        top: 100vh;
        opacity: 0.6;
    }
}

@keyframes scanSecondary {
    0% { 
        top: -1rem;
        opacity: 0.4;
    }
    35% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.5;
    }
    100% { 
        top: 100vh;
        opacity: 0.4;
    }
}

@keyframes scanFast {
    0% { 
        top: -0.3rem;
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    100% { 
        top: 100vh;
        opacity: 0.3;
    }
}

/* 保留原始的淡入效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 应用动画到内容 */
.mw-parser-output > * {
    animation: fadeIn 0.5s ease-out forwards;
    opacity: 0;
}

/* 延迟动画 */
.mw-parser-output > *:nth-child(1) { animation-delay: 0.1s; }
.mw-parser-output > *:nth-child(2) { animation-delay: 0.2s; }
.mw-parser-output > *:nth-child(3) { animation-delay: 0.3s; }
.mw-parser-output > *:nth-child(4) { animation-delay: 0.4s; }
.mw-parser-output > *:nth-child(5) { animation-delay: 0.5s; }
.mw-parser-output > *:nth-child(n+6) { animation-delay: 0.6s; }

/* 修复代码区域样式 */
.mw-highlight pre {
    background-color: white !important;
    border: 1px solid #ababab !important;
    padding: 1em !important;
    overflow: auto !important;
}

/* 语法高亮颜色 - 保持原有值 */
.mw-highlight .k { color: #0000AA !important; } /* 关键字 */
.mw-highlight .s { color: #006600 !important; } /* 字符串 */
.mw-highlight .c { color: #666666 !important; } /* 注释 */
.mw-highlight .n { color: #000000 !important; } /* 名称 */
.mw-highlight .o { color: #000000 !important; } /* 运算符 */

/* 引用样式 - Windows XP风格 */
.lightstyled-quote, .darkstyled-quote {
    background-color: rgb(var(--xp-window-bg));
    color: rgb(var(--xp-text));
    border: 1px solid #ababab;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(var(--xp-blue));
    position: relative;
}

.lightstyled-quote::before, .darkstyled-quote::before {
    content: "Information";
    position: absolute;
    top: -22px;
    left: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 0.9em;
    text-shadow: var(--text-shadow);
}

/* 块样式 - Windows XP风格 */
.lightblock, .darkblock {
    background-color: rgb(var(--xp-window-bg));
    color: rgb(var(--xp-text));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 10px;
    margin: 10px 0;
    position: relative;
    border-radius: 0;
}

.lightblock::before, .darkblock::before {
    content: "Message";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-align: left;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
}

.lightblock::after, .darkblock::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

/* 保留黑幕效果 - 行826-947 */
.heimu,
.heimu rt{
    --heimu-color:#252525;
    --heimu-text-color:#fff;
    --heimu-link-color:#add8e6;
    --heimu-visited-link-color:#c5cae9;
    --heimu-new-link-color:#fcc;
    --heimu-new-visited-link-color:#ef9a9a;
    --heimu-extiw-visited-link-color:#d1c4e9;

    background-color:var(--heimu-color);
}

.heimu,
.heimu a,
a .heimu,
a.new .heimu,
span.heimu a:visited,
span.heimu a.new,
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited,
span.heimu a.mw-disambig,
span.heimu a.mw-redirect{
    transition:color 0.13s linear;
    color:var(--heimu-color);
    text-shadow:none;
}

span.heimu:hover,
span.heimu:active{
    color:var(--heimu-text-color);
}

span.heimu:hover a,
a:hover span.heimu{
    color:var(--heimu-link-color);
}

span.heimu:hover a:visited,
a:visited:hover span.heimu{
    color:var(--heimu-visited-link-color);
}

span.heimu:hover a.new,
a.new:hover span.heimu{
    color:var(--heimu-new-link-color);
}

span.heimu a.new:hover:visited,
a.new:hover:visited span.heimu{
    color:var(--heimu-new-visited-link-color);
}

span.heimu:hover a.extiw:visited,
a.extiw:visited:hover span.heimu{
    color:var(--heimu-extiw-visited-link-color);
}
[color-mode="dark"] .heimu,
[color-mode="dark"] .heimu rt{
    --heimu-color:#5e6272;
}

/* 保留彩幕效果 - 行1778-1838 */
.colormu-drk {
	color: #FFF;
}
.colormu-bri {
	color: #000;
}
.colormu-drk:not(.colormu_toggle_on) a {
	color: #add8e6;
}
.colormu-drk:not(.colormu_toggle_on) a.new {
	color: #FCC;
}
.colormu>span, .colormu a, .colormu a>span {
	transition: color 0.2s;
}
 
.colormu:not(:hover):not(:active):not(.colormu_toggle_on)>span,
.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a {
	color: transparent;
}
 
/* for T:Coloredlink in T:彩幕 */
.colormu:not(:hover):not(:active):not(.colormu_toggle_on) a>span {
	color: transparent !important;
}
 
/* for T:彩幕 in link */
a .colormu-bri {
	color: inherit;
}
a:hover .colormu>span, a:active .colormu>span,
/* and for MediaWiki:Gadget-heimu-toggle.js */
.colormu-drk.colormu_toggle_on, .colormu_toggle_on>span, .colormu-drk.colormu_toggle_on a>span {
	color: inherit !important;
}

/* 橙幕效果 - 修改为Windows XP样式 */
.blackmu,
.blackmu rt {
    --blackmu-color: var(--xp-blue);
    --blackmu-text-color: 255, 255, 255;
    --blackmu-link-color: 173, 216, 230;
    --blackmu-visited-link-color: 197, 202, 233;
    --blackmu-new-link-color: 255, 204, 204;
    --blackmu-new-visited-link-color: 239, 154, 154;
    --blackmu-extiw-visited-link-color: 209, 196, 233;
    
    background-color: rgb(var(--blackmu-color));
}

.blackmu,
.blackmu a,
a .blackmu,
a.new .blackmu,
span.blackmu a:visited,
span.blackmu a.new,
span.blackmu a.external,
span.blackmu a.external:visited,
span.blackmu a.extiw,
span.blackmu a.extiw:visited,
span.blackmu a.mw-disambig,
span.blackmu a.mw-redirect {
    transition: color 0.13s linear;
    color: rgb(var(--blackmu-color));
    text-shadow: none;
}

span.blackmu:hover,
span.blackmu:active {
    color: rgb(var(--blackmu-text-color));
}

span.blackmu:hover a,
a:hover span.blackmu {
    color: rgb(var(--blackmu-link-color));
}

/* 保留特效库代码 - 行949-1777 */
/*
	该文档为一个hover特效库,由一些常用的效果以及GitHub上的开源项目“Hover.css”的一些部分构成。
	请使用hovers在页面中进行载入。
*/

/* hover状态切换 */
.hover-change,
.hover-remote {
  position: relative;
  display: inline-block;
  transition: opacity 0.5s linear;
}

.hover-change-before,
.hover-change-after,
.hover-remote-target {
  transition: inherit;
}

.hover-change-after,
.hover-remote-target {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.hover-remote-target {
  left: 100%;
}

.hover-change-after[style^='right:'],
.hover-change-after[style*=' right:'],
.hover-remote-after[style^='right:'],
.hover-remote-after[style*=' right:'] {
  left: initial;
}

.hover-change-after[style^='bottom:'],
.hover-change-after[style*=' bottom:'],
.hover-remote-after[style^='bottom:'],
.hover-remote-after[style*=' bottom:'] {
  top: initial;
}

.hover-change-after:hover,
.hover-remote-target {
  opacity: 0;
  margin-left: -9999px;
}

/* 主要用于制作hover形式的标签页(tab)切换 */
.hover-tab-mode {
  position: relative;
  transition: none;
}
.hover-tab-mode .hover-remote {
  transition: inherit;
  position: static;
}

/* 闪烁效果 */
.hover-change.flash:hover .hover-change-before {
  margin-left: -9999px;
}

.hover-change:hover > .hover-change-before,
.hover-remote > .hover-remote-target,
.hover-change:hover > a > .hover-change-before,
.hover-remote > a > .hover-remote-target {
  opacity: 0;
}

.hover-change:hover > .hover-change-after,
.hover-remote:hover > .hover-remote-target,
.hover-change:hover > a > .hover-change-after,
.hover-remote:hover > a > .hover-remote-target {
  opacity: 1;
  margin-left: initial;
}

/* 基类 */
[class*='hovers-'] {
  display: inline-block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
  transition-duration: 0.25s;
  transition-property: all;
}

/* 旋转放大 */
.hovers-rotate-shrink {
  transition-duration: 0.5s;
  transform: rotate(0) scale(0.75);
}
.hovers-rotate-shrink:hover {
  transform: rotate(360deg) scale(1);
}

.hovers-rotate-shrink-reverse {
  transition-duration: 0.5s;
  transform: rotate(360deg) scale(0.75);
}

.hovers-rotate-shrink-reverse:hover {
  transform: rotate(0) scale(1);
}

/* 旋转 */
.hovers-rotate,
.hovers-rotate-reverse:hover {
  transition-duration: 0.5s;
  transform: rotate(0);
}

.hovers-rotate-reverse,
.hovers-rotate:hover {
  transition-duration: 0.5s;
  transform: rotate(360deg);
}

/* 正常 => 浅 */
.hovers-fade-deep,
.hovers-fade,
.hovers-fade-shallow {
  opacity: 1;
}
.hovers-fade-deep:hover,
.hovers-fade-deep.active {
  opacity: 0.35;
}
.hovers-fade:hover,
.hovers-fade.active {
  opacity: 0.5;
}
.hovers-fade-shallow:hover,
.hovers-fade-shallow.active {
  opacity: 0.75;
}

/* 浅 => 正常 */
.hovers-bloom-deep {
  opacity: 0.35;
}
.hovers-bloom {
  opacity: 0.5;
}
.hovers-bloom-shallow {
  opacity: 0.75;
}

.hovers-bloom-deep:hover,
.hovers-bloom-deep.active,
.hovers-bloom:hover,
.hovers-bloom.active,
.hovers-bloom-shallow:hover,
.hovers-bloom-shallow.active {
  opacity: 1;
}

/* 正常 => 大 */
.hovers-grow-deep,
.hovers-grow,
.hovers-grow-shallow {
  transform: scale(1);
}
.hovers-grow-deep:hover,
.hovers-grow-deep.active {
  transform: scale(1.5);
}
.hovers-grow:hover,
.hovers-grow.active {
  transform: scale(1.25);
}
.hovers-grow-shallow:hover,
.hovers-grow-shallow.active {
  transform: scale(1.1);
}

/* 正常 => 小 */
.hovers-shrink-deep:hover,
.hovers-shrink-deep.active,
.hovers-shrink:hover,
.hovers-shrink.active,
.hovers-shrink-shallow:hover,
.hovers-shrink-shallow.active {
  transform: scale(1);
}
.hovers-shrink-deep {
  transform: scale(0.5);
}
.hovers-shrink {
  transform: scale(0.75);
}
.hovers-shrink-shallow {
  transform: scale(0.9);
}

/* 左右抖动 */
@keyframes shake-flexible {
  25% {
    transform: translateX(-0.0625em);
  }

  50% {
    transform: translateX(0.0625em);
  }

  75% {
    transform: translateX(-0.0625em);
  }
}

.hovers-shake-flexible:hover,
.hovers-shake-flexible.active {
  animation: shake-flexible 0.5s ease-out;
}

@keyframes shake {
  25% {
    transform: translateX(-8px);
  }

  50% {
    transform: translateX(8px);
  }

  75% {
    transform: translateX(-8px);
  }
}

.hovers-shake:hover,
.hovers-shake.active {
  animation: shake 0.5s ease-out;
}

/* 上下抖动 */
@keyframes bounce-flexible {
  25% {
    transform: translateY(-0.0625em);
  }

  50% {
    transform: translateY(0.0625em);
  }

  75% {
    transform: translateY(-0.0625em);
  }
}

.hovers-bounce-flexible:hover,
.hovers-bounce-flexible.active {
  animation: bounce-flexible 0.5s ease-out;
}

@keyframes bounce {
  25% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(8px);
  }

  75% {
    transform: translateY(-8px);
  }
}

.hovers-bounce:hover,
.hovers-bounce.active {
  position: relative;
  left: 0;
  animation: bounce 0.5s ease-out;
}

/* 绕顶端中点抖动 */
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 10deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.hovers-swing {
  transform-origin: top center;
}
.hovers-swing:hover,
.hovers-swing.active {
  animation: swing 0.75s ease-out;
}

/* 正常 => 大 */
@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}

.hovers-pulse-grow:hover,
.hovers-pulse-grow.active {
  animation: pulse-grow 0.5s linear infinite alternate;
}

/* 正常 => 小 */
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

.hovers-pulse-shrink:hover,
.hovers-pulse-shrink.active {
  animation: pulse-shrink 0.5s linear infinite alternate;
}

/* 正常 => 小 */
@keyframes push {
  50% {
    transform: scale(0.8);
  }
}

.hovers-push:hover,
.hovers-push.active {
  animation: push 0.3s linear;
}

/* 正常 => 大 */
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
}

.hovers-pop:hover,
.hovers-pop.active {
  animation: pop 0.3s linear;
}

/* 正常 => 大 => 正常 => 大 */
.hovers-bounce-in:hover,
.hovers-bounce-in.active {
  transform: scale(1.2);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* 正常 => 小 => 正常 => 小 */
.hovers-bounce-out:hover,
.hovers-bounce-out.active {
  transform: scale(0.8);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* 倾斜 */
.hovers-tilt:hover,
.hovers-tilt.active {
  transition-duration: 0.3s;
  transform: rotate(4deg);
}

/* 倾斜 + 放大 */
.hovers-grow-rotate:hover,
.hovers-grow-rotate.active {
  transition-duration: 0.3s;
  transform: scale(1.1) rotate(4deg);
}

/* 升起 */
.hovers-float:hover,
.hovers-float.active {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform: translateY(-8px);
}

/* 下沉 */
.hovers-sink:hover,
.hovers-sink.active {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform: translateY(8px);
}

/* 飘浮 */
@keyframes bob {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes bob-float {
  100% {
    transform: translateY(-10px);
  }
}

.hovers-bob:hover,
.hovers-bob.active {
  animation-name: bob-float, bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* 悬挂 */
@keyframes hang {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes hang-sink {
  100% {
    transform: translateY(10px);
  }
}

.hovers-hang:hover,
.hovers-hang.active {
  animation-name: hang-sink, hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* 非对称 */
.hovers-skew:hover,
.hovers-skew.active {
  transform: skew(-10deg);
}

/* 非对称-左 */
.hovers-skew-forward {
  transform-origin: 0 100%;
}
.hovers-skew-forward:hover,
.hovers-skew-forward.active {
  transform: skew(-10deg);
}

/* 非对称-右 */
.hovers-skew-backward {
  transform-origin: 0 100%;
}
.hovers-skew-backward:hover,
.hovers-skew-backward.active {
  transform: skew(10deg);
}

/* 垂直抖动 */
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.hovers-wobble-vertical:hover,
.hovers-wobble-vertical.active {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* 水平抖动 */
@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.hovers-wobble-horizontal:hover,
.hovers-wobble-horizontal.active {
  animation-name: wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* 右下弹回 */
@keyframes wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.hovers-wobble-to-bottom-right:hover, 
.hovers-wobble-to-bottom-right.active {
  animation-name: wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* 右上弹回 */
@keyframes wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px)
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0);
  }
}

.hovers-wobble-to-top-right:hover,
.hovers-wobble-to-top-right.active {
  animation-name: wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* 果冻 */
@keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

/* 赘肉 */
.hovers-wobble-top {
  transform-origin: 0 100%;
}
.hovers-wobble-top:hover,
.hovers-wobble-top.active {
  animation-name: wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

.hovers-wobble-bottom {
  transform-origin: 100% 0;
}
.hovers-wobble-bottom:hover,
.hovers-wobble-bottom.active {
  animation-name: wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* 颤动 */
@keyframes wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.hovers-wobble-skew:hover,
.hovers-wobble-skew.active {
  animation-name: wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* 振动 */
@keyframes buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hovers-buzz:hover,
.hovers-buzz.active {
  animation-name: buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* 振出 */
@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hovers-buzz-out:hover,
.hovers-buzz-out.active {
  animation-name: buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* 右移 */
.hovers-forward:hover,
.hovers-forward.active {
  transform: translateX(8px);
}

/* 左移 */
.hovers-backward:hover,
.hovers-backward.active {
  transform: translateX(-8px);
}

/* 自由移动 */
.hovers-top,
.hovers-left,
.hovers-bottom,
.hovers-right {
  transition: all 0.5s;
}

.hovers-top:hover,
.hovers-top.active {
  transform: translateY(-0.0625em);
}

.hovers-left:hover,
.hovers-left.active {
  transform: translateX(-0.0625em);
}

.hovers-bottom:hover,
.hovers-bottom.active {
  transform: translateY(0.0625em);
}

.hovers-right:hover,
.hovers-right.active {
  transform: translateX(0.0625em);
}

/* 滤镜 */
.hovers-blur,
.hovers-blur-reverse,
.hovers-brightness,
.hovers-brightness-reverse,
.hovers-contrast,
.hovers-contrast-reverse,
.hovers-grayscale,
.hovers-grayscale-reverse,
.hovers-invert,
.hovers-invert-reverse,
.hovers-saturate,
.hovers-saturate-reverse,
.hovers-sepia,
.hovers-sepia-reverse,
.hovers-hue-rotate,
.hovers-hue-rotate-reverse {
  transition-duration: 0.75s;
}

.hovers-blur:hover,
.hovers-blur.active,
.hovers-brightness:hover,
.hovers-brightness.active,
.hovers-contrast:hover,
.hovers-contrast.active,
.hovers-grayscale:hover,
.hovers-grayscale.active,
.hovers-invert:hover,
.hovers-invert.active,
.hovers-saturate:hover,
.hovers-saturate.active,
.hovers-sepia:hover,
.hovers-sepia.active,
.hovers-hue-rotate:hover,
.hovers-hue-rotate.active {
  filter: initial;
}

.hovers-blur {
  filter: blur(5px);
}

.hovers-blur-reverse:hover,
.hovers-blur-reverse.active {
  filter: blur(5px);
}

.hovers-brightness {
  filter: brightness(50%);
}

.hovers-brightness-reverse:hover,
.hovers-brightness-reverse.active {
  filter: brightness(50%);
}

.hovers-contrast {
  filter: contrast(50%);
}

.hovers-contrast-reverse:hover,
.hovers-contrast-reverse.active {
  filter: contrast(50%);
}

.hovers-grayscale {
  filter: grayscale(100%);
}

.hovers-grayscale-reverse:hover, 
.hovers-grayscale-reverse.active {
  filter: grayscale(100%);
}

.hovers-invert {
  filter: invert(100%);
}

.hovers-invert-reverse:hover,
.hovers-invert-reverse.active {
  filter: invert(100%);
}

.hovers-saturate {
  filter: saturate(200%);
}

.hovers-saturate-reverse:hover,
.hovers-saturate-reverse.active {
  filter: saturate(200%);
}

.hovers-sepia {
  filter: sepia(100%);
}

.hovers-sepia-reverse:hover,
.hovers-sepia-reverse.acitve {
  filter: sepia(100%);
}

.hovers-hue-rotate {
  filter: hue-rotate(180deg);
}

.hovers-hue-rotate-reverse:hover,
.hovers-hue-rotate-reverse.active {
  filter: hue-rotate(180deg);
}

/* 背景滑动 */
.hovers-sweep-to-right,
.hovers-sweep-to-left,
.hovers-sweep-to-bottom,
.hovers-sweep-to-top,
.hovers-radial-out,
.hovers-radial-in {
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  overflow: hidden;
}

.hovers-sweep-to-right:before,
.hovers-sweep-to-left:before,
.hovers-sweep-to-bottom:before,
.hovers-sweep-to-top:before,
.hovers-radial-out:before,
.hovers-radial-in:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  transform: scaleX(0);
  transition: inherit;
}
.hovers-sweep-to-bottom:before,
.hovers-sweep-to-top:before {
  transform: scaleY(0);
}
.hovers-radial-out:before,
.hovers-radial-in:before {
  border-radius: 50%;
  transform: scale(0);
}
.hovers-radial-in:before {
  transform: scale(2);
}

.hovers-sweep-to-right:before {
  transform-origin: 0 50%;
}
.hovers-sweep-to-left:before {
  transform-origin: 100% 50%;
}
.hovers-sweep-to-bottom:before {
  transform-origin: 50% 0;
}
.hovers-sweep-to-top:before {
  transform-origin: 50% 100%;
}
.hovers-radial-out:hover:before,
.hovers-radial-out.active:before {
  transform: scale(2);
}
.hovers-radial-in:hover:before,
.hovers-radial-in.active:before {
  transform: scale(0);
}

.hovers-sweep-to-right .hovers-content.center,
.hovers-sweep-to-left .hovers-content.center,
.hovers-sweep-to-bottom .hovers-content.center,
.hovers-sweep-to-top .hovers-content.center,
.hovers-radial-out .hovers-content.center,
.hovers-radial-in .hovers-content.center {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}

.hovers-sweep-to-right:hover:before,
.hovers-sweep-to-left:hover:before,
.hovers-sweep-to-bottom:hover:before,
.hovers-sweep-to-top:hover:before,
.hovers-sweep-to-right.active:before,
.hovers-sweep-to-left:hover:before,
.hovers-sweep-to-bottom:hover:before,
.hovers-sweep-to-top:hover:before {
  transform: scaleX(1);
}

.hovers-sweep-to-right .hovers-content,
.hovers-sweep-to-left .hovers-content,
.hovers-sweep-to-bottom .hovers-content,
.hovers-sweep-to-top .hovers-content,
.hovers-radial-out .hovers-content,
.hovers-radial-in .hovers-content {
  width: 100%;
  height: 100%;
  position: absolute;
  transition-property: all;
  transition-duration: inherit;
  top: 0;
  left: 0;
  z-index: 11;
}

.hovers-sweep-to-right .hovers-content {
  left: initial;
  right: 100%;
}
.hovers-sweep-to-right:hover .hovers-content,
.hovers-sweep-to-right.active .hovers-content {
  right: 0;
}

.hovers-sweep-to-left .hovers-content {
  left: 100%;
}
.hovers-sweep-to-left:hover .hovers-content,
.hovers-sweep-to-left.active .hovers-content {
  left: 0;
}

.hovers-sweep-to-bottom .hovers-content {
  top: initial;
  bottom: 100%;
}
.hovers-sweep-to-bottom:hover .hovers-content,
.hovers-sweep-to-bottom.active .hovers-content {
  bottom: 0;
}

.hovers-sweep-to-top .hovers-content {
  top: 100%;
}
.hovers-sweep-to-top:hover .hovers-content,
.hovers-sweep-to-top.active .hovers-content {
  top: 0;
}

.hovers-radial-out .hovers-content,
.hovers-radial-in:hover .hovers-content,
.hovers-radial-in.active .hovers-content {
  opacity: 0;
}

.hovers-radial-in .hovers-content,
.hovers-radial-out:hover .hovers-content,
.hovers-radial-out.active .hovers-content {
  opacity: 1;
}

/* 默认em */
.hovers-border,
.hovers-trim,
.hovers-ripple-out,
.hovers-ripple-in,
.hovers-outline-out,
.hovers-outline-in,
.hovers-reveal {
  font-size: 160px;
  line-height: 16px;
}

/* 内边框滑出 */
.hovers-border,
.hovers-trim {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hovers-border:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: inherit;
  border-width: calc(0.0625em * 0.6);
  border-color: inherit;
  border-style: solid;
  border-radius: inherit;
  opacity: 0;
}

.hovers-border:hover:before,
.hovers-border.active:before {
  opacity: 1;
}

/* 带边距内边框 */
.hovers-trim:before {
  content: '';
  position: absolute;
  top: calc(0.0625em * 0.4);
  left: calc(0.0625em * 0.4);
  bottom: calc(0.0625em * 0.4);
  right: calc(0.0625em * 0.4);
  transition: inherit;
  border-width: calc(0.0625em * 0.6);
  border-color: inherit;
  border-style: solid;
  opacity: 0;
  border-radius: inherit;
}

.hovers-trim:hover:before,
.hovers-trim.active:before {
  opacity: 1;
}

/* 边框飞出与飞入 */
.hovers-ripple-out,
.hovers-ripple-in,
.hovers-outline-out,
.hovers-outline-in,
.hovers-reveal {
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  transition: all 0.3s;
}

.hovers-ripple-out:before,
.hovers-ripple-in:before,
.hovers-outline-out:before,
.hovers-outline-in:before,
.hovers-reveal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: inherit;
  transition: inherit;
  border-width: calc(0.0625em * 0.6);
  border-color: inherit;
  border-style: solid;
  border-radius: inherit;
}
.hovers-ripple-out:before {
  opacity: 0;
}
.hovers-ripple-in:before {
  top: calc(-0.0625em * 1.2);
  right: calc(-0.0625em * 1.2);
  bottom: calc(-0.0625em * 1.2);
  left: calc(-0.0625em * 1.2);
  opacity: 0;
}
.hovers-outline-out:before {
  opacity: 0;
}
.hovers-outline-out:before {
  top: calc(-0.0625em * 1.6);
  right: calc(-0.0625em * 1.6);
  bottom: calc(-0.0625em * 1.6);
  left: calc(-0.0625em * 1.6);
  opacity: 0;
}
.hovers-reveal:before {
  border-width: 0;
  opacity: 0;
}

@keyframes ripple-out {
  50% {
    opacity: 1;
  }

  100% {
    top: calc(-0.0625em * 1.2);
    right: calc(-0.0625em * 1.2);
    bottom: calc(-0.0625em * 1.2);
    left: calc(-0.0625em * 1.2);
    opacity: 0;
  }
}
.hovers-ripple-out:hover:before,
.hovers-ripple-out.active:before {
  animation-name: ripple-out;
}

@keyframes ripple-in {
  50% {
    opacity: 1;
  }

  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
}
.hovers-ripple-in:hover:before,
.hovers-ripple-in.active:before {
  animation-name: ripple-in;
}

.hovers-outline-out:hover:before,
.hovers-outline-in:hover:before,
.hovers-outline-out.active:before,
.hovers-outline-in:hover:before {
  top: calc(-0.0625em * 0.8);
  right: calc(-0.0625em * 0.8);
  bottom: calc(-0.0625em * 0.8);
  left: calc(-0.0625em * 0.8);
  opacity: 1;
}

.hovers-reveal:hover:before,
.hovers-reveal.active:before {
  transform: translateY(0);
  border-width: calc(0.0625em * 0.4);
  opacity: 1;
}

/* 圆角化 */
.hovers-round-corners {
  overflow: hidden;
}
.hovers-round-corners:hover,
.hovers-round-corners.active {
  border-radius: 0.0625em;
}

/* 重叠:翻转切换 */

.hover-turn {
  position: relative;
  transform: translateZ(1px);
}

.hover-turn-before,
.hover-turn-after {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes hover-turn {
  from {
    transform: rotateY(-90deg);
  }

  50% {
    transform: scale(1.2);
  }

  to {
    transform: rotateY(0);
  }
}

.hover-turn:not(:hover) .hover-turn-before,
.hover-turn:hover .hover-turn-after {
  animation: hover-turn 0.5s;
}

.hover-turn:hover .hover-turn-before,
.hover-turn:not(:hover) .hover-turn-after {
	opacity: 0;
}
/* [[Category:在模板名字空间下的CSS页面]] */


/* 信息框样式 - Windows XP风格 */
.infobox,
.notaninfobox {
    position: relative;
    clear: right;
    float: right;
    margin: 0 0 1em 1em;
    width: 350px;
    font-size: 90%;
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    padding: 0;
    overflow: auto;
    z-index: 1;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}

@media all and (max-width: 511px) {
    .notaninfobox {
        float: none;
        margin-left: 0;
        width: auto;
    }
}

.infobox tr:not(:first-child) td {
    border-bottom: 1px solid #ababab;
}

@media all and (max-width: 337px) {
    .notaninfobox {
        margin-left: -16px;
        margin-right: -16px;
        border-left: none;
        border-right: none;
    }
}

.notaninfobox > .infobox-title,
.infobox th {
    position: relative;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    padding: 5px;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
}

.notaninfobox > .infobox-title::after,
.infobox th::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.infobox-imagearea {
    text-align: center;
    padding: 8px;
    background-color: white;
}

.infobox-imagearea > div:not(:first-child) {
    padding-top: 1em;
}

/* Horizontally centre animated images */
.infobox-imagearea .animated {
    display: inline-flex;
    align-items: center;
}

.notaninfobox .infobox-rows {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 1px;
    background-color: white;
}

.infobox .plainlinks a {
    color: rgb(var(--link-color)) !important;
    text-decoration: underline;
}

.infobox .plainlinks a:visited {
    color: rgb(var(--visited-link-color)) !important;
}

.notaninfobox .infobox-rows .infobox-row {
    display: contents;
}

.notaninfobox .infobox-row .infobox-row-label,
.notaninfobox .infobox-row .infobox-row-field {
    padding: 4px 8px;
    border: 1px solid #ababab;
}

.notaninfobox .infobox-row .infobox-row-label {
    font-weight: bold;
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
}

.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label,
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field {
    background-color: #f9f9f9;
}

/* Community Updates - Windows XP风格 */
.community-updates {
    background: rgb(var(--xp-window-bg));
    padding: 15px;
    border: 2px solid rgb(var(--xp-window-border));
    margin-top: 20px;
    box-shadow: var(--window-shadow);
    position: relative;
    border-radius: 0;
}

.community-updates::before {
    content: "Community Updates";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
}

.community-updates ul {
    margin-top: 30px;
}

.community-updates ul li {
    list-style: none;
    padding: 10px;
    background: white;
    margin: 5px 0;
    border: 1px solid #ababab;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.community-updates ul li a {
    color: rgb(var(--link-color));
    text-decoration: none;
    font-weight: bold;
}

/* Infoboxes with tabber */
.tabber-container-infobox .tabber .tabbertab,
.tabber-container-infobox ul.tabbernav li a,
.tabber-container-infobox ul.tabbernav li.tabberactive a {
    background: none;
    border: none;
}

.tabber-container-infobox .tabber .tabbertab {
    padding: 0;
}

.tabber-container-infobox ul.tabbernav {
    font: inherit;
    font-size: 100%;
    border-bottom: 1px solid #ababab;
}

.tabber-container-infobox ul.tabbernav li a:hover {
    color: rgb(var(--hover-link-color));
}

.tabber-container-infobox ul.tabbernav > li {
    margin-bottom: 5px;
    padding: 0;
}

.announcement-content span {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% { transform: translate(100%, 0); }
    100% { transform: translate(-100%, 0); }
}

/* 主页头部样式 - Windows XP风格 */
.mw-mainpage-header {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    color: rgb(var(--xp-text));
    font-size: 1.5em;
    padding: 30px 20px 20px;
    text-align: center;
    position: relative;
    border-radius: 0;
}

.mw-mainpage-header::before {
    content: "Welcome";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
}

.mw-mainpage-header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    background: none;
    color: rgb(var(--xp-text));
    text-shadow: none;
}

.mw-mainpage-header p {
    font-size: 1.2em;
    margin: 5px 0;
}

.tabber-container-infobox ul.tabbernav > li > a {
    color: rgb(var(--link-color));
    padding: 5px 10px;
    display: block;
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

/* To prevent the tabs from jumping around when they become active or inactive */
.tabber-container-infobox ul.tabbernav > li > a::before {
    display: block;
    content: attr(alt);
    font-weight: bold;
    height: 0;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

.tabber-container-infobox ul.tabbernav > li.tabberactive {
    border: none;
}

/* ModuleBox - Windows XP风格 */
.modulebox {
    border: 2px solid rgb(var(--xp-window-border));
    padding: 30px 10px 10px;
    margin: 10px 0;
    background-color: rgb(var(--xp-window-bg));
    position: relative;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}

.modulebox::before {
    content: "Module";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
}

.tabber-container-infobox ul.tabbernav > li.tabberactive > a {
    font-weight: bold;
    color: rgb(var(--hover-link-color));
    background: linear-gradient(to bottom, #ffffff, #f6f6f6);
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 1;
}

.infobox-rows p {
    margin: 0;
}

.infobox-rows dl + dl {
    margin-top: -0.4em;
}

.infobox-rows dl:last-child {
    margin-bottom: 0.2em;
}

.infobox-footer {
    text-align: center;
    padding: 5px;
    background-color: #f0f0f0;
    border-top: 1px solid #ababab;
}

/* 导航框(查论编)- Windows XP风格 */
table.navbox {
    border: 2px solid rgb(var(--xp-window-border));
    clear: both;
    margin: 1em auto;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: rgb(var(--xp-window-bg));
    box-shadow: var(--window-shadow);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
}

table.navbox + table.navbox {
    margin-top: 5px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
}

.navbox-title::after,
table.navbox th::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.navbox-group {
    background-color: #f0f0f0;
    border: 1px solid #ababab;
    color: black;
    font-weight: bold;
    padding: 5px;
    text-align: right;
    white-space: nowrap;
}

.navbox-list {
    background-color: white;
    border: 1px solid #ababab;
    padding: 5px;
    text-align: left;
}

.navbox,
.navbox-subgroup {
    background-color: rgb(var(--xp-window-bg));
}

.navbox-subgroup .navbox-title {
    background-color: #c0d8f0;
    color: black;
    text-shadow: none;
}

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background-color: #e6f0f9;
}

.navbox-even {
    background-color: #f9f9f9;
}

.navbox-odd {
    background-color: white;
}

.collapseButton {
    float: right;
    font-weight: 400;
    text-align: right;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}

.navbar {
    position: relative;
    min-height: 23px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbox-title .Wikiplus-Edit-EveryWhereBtn {
    display: none;
}

@media only screen and (max-width:759px) {
    .infotable {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    
    .navbox-title>div {
        display: none;
    }
    
    .navbox-group,
    .navbox-group >div {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
}

/* 主页Windows XP风格布局 */
.main-page-banner {
    position: relative;
    display: grid;
    grid-template-areas: 
        "welcome welcome welcome"
        "discord faq join";
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
    margin-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    background-color: rgb(var(--xp-window-bg));
    z-index: 1;
    border-radius: 0;
}

/* 欢迎文本区域 - Windows XP样式 */
.main-page-banner .welcome-text {
    grid-area: welcome;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 30px 20px 20px;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgb(var(--xp-window-border));
    border-radius: 0;
    z-index: 2;
    text-shadow: var(--text-shadow);
}

/* 添加标题栏 */
.main-page-banner .welcome-text::before {
    content: "Welcome";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    text-shadow: var(--text-shadow);
    text-align: left;
    line-height: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 3;
}

/* 添加XP窗口控制按钮 */
.main-page-banner .welcome-text::after {
    content: "×";
    position: absolute;
    top: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 4;
}

/* 添加最小化、最大化按钮 */
.main-page-banner .welcome-text .min-button,
.main-page-banner .welcome-text .max-button {
    position: absolute;
    top: 7px;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: black;
    background-color: rgb(var(--light-gray-monochrome));
    cursor: pointer;
    z-index: 4;
}

.main-page-banner .welcome-text .min-button {
    right: 45px;
    content: "_";
    line-height: 13px;
}

.main-page-banner .welcome-text .max-button {
    right: 25px;
    content: "□";
}

.main-page-banner .welcome-text p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 1.1em;
}

/* 导航按钮 - Windows XP风格 */
.main-page-banner .navigation-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
    grid-area: discord / discord / join / join;
    width: 100%;
    padding: 10px;
    background-color: rgb(var(--xp-window-bg));
}

.main-page-banner .nav-button {
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    border-radius: 3px;
    margin: 0 0 10px 0;
    transition: all 0.3s ease;
    height: min-content;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.main-page-banner .nav-button:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
    transform: translateY(-3px);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.main-page-banner .nav-button:active {
    background: linear-gradient(to bottom, #e0e0e0, #f0f0f0);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

.main-page-banner .nav-button a {
    display: block;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
}

/* 响应式布局 */
@media (max-width: 767px) {
    .main-page-banner {
        grid-template-areas: 
            "welcome"
            "navigation";
        grid-template-columns: 1fr;
    }
    
    .main-page-banner .welcome-text {
        width: 100%;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    
    .main-page-banner .navigation-links {
        grid-area: navigation;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .main-page-banner .nav-button {
        flex: 1;
        min-width: 30%;
        margin: 0 5px 10px;
    }
}

/* 公告容器 - Windows XP风格 */
.announcement-container {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    border-radius: 0;
}

.announcement-container .section-title {
    width: 100%;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-family: var(--title-font);
    font-size: 1.3rem;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-shadow: var(--text-shadow);
    position: relative;
}

.announcement-container .section-title::after {
    content: "×";
    position: absolute;
    top: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.announcement-container .announcement-content {
    background-color: white;
    color: black;
    padding: 10px;
    width: 100%;
}

.announcement-container .more-content {
    width: 100%;
    border-top: 1px solid #ababab;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: right;
}

/* 最近页面容器 - Windows XP风格 */
.recent-pages-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.recent-pages-container .page-section {
    flex-basis: 48%;
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 1rem;
    display: grid;
    grid-template-areas: "title" "page" "more";
    grid-template-rows: auto 1fr auto;
    position: relative;
    border-radius: 0;
}

.recent-pages-container .section-title {
    grid-area: title;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 30px 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
    text-align: left;
    height: 25px;
    line-height: 25px;
    border-left: none;
}

.recent-pages-container .section-title::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.recent-pages-container .page-list {
    grid-area: page;
    background-color: white;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    border-bottom: 1px solid #ababab;
}

.recent-pages-container .page-list a {
    display: block;
    padding: 3px 0;
    border-bottom: 1px solid #e0e0e0;
    color: rgb(var(--link-color));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-pages-container .page-list a:last-child {
    border-bottom: none;
}

.recent-pages-container .see-more {
    grid-area: more;
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
}

.recent-pages-container .see-more a {
    color: rgb(var(--link-color));
}

/* 特色内容容器 - Windows XP风格 */
.featured-content-container .feature-content .featured-description {
    font-style: italic;
    color: #444;
}

.featured-content-container .see-more {
    grid-area: more;
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
}

.featured-content-container .see-more a {
    color: rgb(var(--link-color));
}

/* 工具和资源容器 - Windows XP风格 */
.tools-and-resources {
    margin-bottom: 2rem;
}

.tools-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.tools-container .tool-item {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 30px 10px 10px;
    display: grid;
    grid-template-areas:
        "icon content"
        "title content";
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto auto;
    grid-gap: 0.5rem 1rem;
    position: relative;
    border-radius: 0;
}

.tools-container .tool-item::before {
    content: "Tool";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.tools-container .tool-item::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.tools-container .tool-item .tool-icon {
    grid-area: icon;
    justify-self: center;
    align-self: center;
    background-color: white;
    border: 1px solid #ababab;
    padding: 5px;
}

.tools-container .tool-item .tool-title {
    grid-area: title;
    text-align: center;
}

.tools-container .tool-item .tool-title a {
    color: rgb(var(--link-color));
    font-weight: bold;
}

.tools-container .tool-item .tool-description {
    grid-area: content;
    background-color: white;
    border: 1px solid #ababab;
    padding: 8px;
}

/* 新闻容器 - Windows XP风格 */
.news-container {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 2rem;
    position: relative;
    border-radius: 0;
}

.news-container .section-title {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 30px 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
    text-align: left;
    width: 100%;
    border-left: none;
}

.news-container .section-title::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.news-container .news-content {
    background-color: white;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ababab;
}

.news-container .news-content .news-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
}

.news-container .news-content .news-item:last-child {
    border-bottom: none;
}

.news-container .news-content .news-title {
    font-weight: bold;
    margin-bottom: 3px;
    color: rgb(var(--xp-blue-dark));
}

.news-container .news-content .news-date {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 3px;
}

.news-container .news-archive {
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
    width: 100%;
}

.news-container .news-archive a {
    color: rgb(var(--link-color));
}

/* 轮播图容器 - Windows XP风格 */
.mw-carousel {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 20px auto;
    overflow: hidden;
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    aspect-ratio: 16 / 9;
    background-color: rgb(var(--xp-window-bg));
    border-radius: 0;
}

.mw-carousel::before {
    content: "Slideshow";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    z-index: 10;
}

.mw-carousel::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.mw-carousel .carousel-image {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 25px;
}

.mw-carousel .carousel-image img {
    width: 100%;
    height: calc(100% - 25px);
    object-fit: cover;
    display: block;
    border: 1px solid #ababab;
}

.mw-carousel .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
    padding: 20px 15px 12px;
    text-align: left;
    transition: all 0.4s ease;
    z-index: 2;
}

.mw-carousel:hover .carousel-caption {
    top: 25px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 25px);
    background: rgba(0, 0, 0, 0.6); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    backdrop-filter: blur(3px);
}

.mw-carousel .carousel-caption h3 {
    margin: 0 0 5px;
    font-size: 1.6em;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease;
    background: none;
    padding: 0;
    border: none;
}

.mw-carousel .carousel-caption p {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.4;
    max-width: 80%;
    transition: all 0.4s ease 0.1s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.mw-carousel .carousel-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 3;
    padding: 0 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mw-carousel:hover .carousel-navigation {
    opacity: 1;
}

.mw-carousel .carousel-prev,
.mw-carousel .carousel-next {
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    width: 32px;
    height: 32px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.mw-carousel .carousel-prev:hover,
.mw-carousel .carousel-next:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
}

.mw-carousel .carousel-indicators {
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: auto;
    display: flex;
    gap: 5px;
    z-index: 4;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.mw-carousel .carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s;
}

.mw-carousel .carousel-indicators .indicator.active {
    background-color: #ffffff;
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* 图片全局样式 */
img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ababab;
}

/* 添加图片过渡效果 */
.mw-carousel .carousel-image img {
    transition: transform 0.5s ease;
}

.mw-carousel:hover .carousel-image img {
    transform: scale(1.03);
}

/* 目录框样式 - Windows XP风格 */
#toc, .toc {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 30px 10px 10px;
    margin: 1em 0;
    position: relative;
    border-radius: 0;
}

#toc::before, .toc::before {
    content: "Contents";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

#toc::after, .toc::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.toc .toctitle, #toc .toctitle {
    display: none;
}

.toc ul, #toc ul {
    margin: 0;
    padding: 0 0 0 1.5em;
}

.toc li, #toc li {
    margin: 5px 0;
}

.toc a, #toc a {
    color: rgb(var(--link-color));
    text-decoration: none;
}

.toc a:hover, #toc a:hover {
    color: rgb(var(--hover-link-color));
    text-decoration: underline;
}

.tocnumber {
    color: #666;
    margin-right: 5px;
}

/* 变色龙皮肤特定修复 */
.chameleon-toc {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 30px 10px 10px;
    position: relative;
    border-radius: 0;
}

.chameleon-toc::before {
    content: "Contents";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.chameleon-toc::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.chameleon-toc .toctitle {
    display: none;
}

/* Echo扩展通知图标修复 */
#pt-notifications-alert,
#pt-notifications-notice,
.mw-echo-notifications-badge,
.mw-echo-notification-badge-nojs {
    background-color: transparent !important;
    border: none !important;
}

#pt-notifications-alert .mw-echo-notifications-badge:before,
#pt-notifications-notice .mw-echo-notifications-badge:before,
.mw-echo-notifications-badge:before {
    color: rgb(var(--link-color)) !important;
    filter: none !important;
    opacity: 1 !important;
}

.mw-echo-notifications-badge:after,
.mw-echo-notification-badge-nojs:after {
    background-color: #ff6347 !important;
    color: white !important;
    border: 1px solid rgb(var(--xp-window-border)) !important;
    opacity: 1 !important;
}

/* 通知面板样式 */
.mw-echo-ui-overlay,
.mw-echo-ui-notificationsWidget {
    background-color: rgb(var(--xp-window-bg)) !important;
    border: 2px solid rgb(var(--xp-window-border)) !important;
    box-shadow: var(--window-shadow) !important;
    border-radius: 0 !important;
}

.mw-echo-ui-notificationItemWidget {
    background-color: white !important;
    border-bottom: 1px solid #ababab !important;
    color: black !important;
}

.mw-echo-ui-notificationItemWidget:hover {
    background-color: #f0f0f0 !important;
}

.mw-echo-ui-notificationItemWidget-content-message-header {
    color: rgb(var(--xp-blue-dark)) !important;
}

.mw-echo-ui-notificationItemWidget-content-message-body {
    color: black !important;
}

/* 用户头像样式 - Windows XP风格 */
#p-personal .vector-menu-content-list > li:first-child > a::before,
.navbar-personaltools > li:first-child > a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #f0f0f0;
    border: 1px solid #7f9db9;
    z-index: 100;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='5' fill='%237f9db9'/%3E%3Cpath d='M21,19v1c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2v-1c0-3.9,3.1-7,7-7h4C17.9,12,21,15.1,21,19z' fill='%237f9db9'/%3E%3C/svg%3E");
    background-size: cover;
}

/* Windows XP启动栏和任务栏 */
body::after {
    content: "开始";
    position: fixed;
    left: 0;
    bottom: 30px;
    width: 100px;
    height: 30px;
    background: linear-gradient(to bottom, #4cae4c, #398439);
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
    z-index: 9999;
    cursor: pointer;
    border: 1px solid #366;
    border-left: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M0 0h11v11H0V0zm13 0h11v11H13V0zM0 13h11v11H0V13zm13 0h11v11H13V13z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
}

body::before {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #4581c8, #2f5b9d);
    border-top: 1px solid #223f6f;
    z-index: 9998;
}

/* 响应式调整 */
@media (max-width: 767px) {
    .tools-container {
        grid-template-columns: 1fr;
    }
    
    .recent-pages-container .page-section,
    .featured-content-container .feature-item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    body::after {
        width: 80px;
        font-size: 12px;
    }
}

/* Windows XP蓝屏风格 */
.bluescreen {
    background-color: #0000aa;
    color: #ffffff;
    font-family: "Courier New", monospace;
    padding: 20px;
    margin: 10px 0;
    border: 2px solid #000055;
    box-shadow: var(--window-shadow);
    position: relative;
}

.bluescreen h2 {
    color: #ffffff;
    background: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.5em;
    text-shadow: none;
}

.bluescreen p {
    margin: 10px 0;
    line-height: 1.5;
}

.bluescreen code {
    background-color: #0000aa;
    border: none;
    color: #ffffff;
    display: block;
    margin: 10px 0;
    font-family: "Courier New", monospace;
}

/* 标题栏文本 */
.titlebox {
    color: white;
    position: relative;
    top: -16px;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    padding: 5px 20px;
    line-height: 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border: 1px solid rgb(var(--xp-window-border));
    display: inline-block;
}

/* Windows XP Logo风格块 */
.logoblock {
    padding: 30px 10px 10px;
    color: black;
    box-shadow: var(--window-shadow);
    margin: 10px 0;
    display: block;
    position: relative;
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    border-radius: 0;
}

.logoblock::before {
    content: "Windows";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.logoblock::after {
    content: "";
    float: center;
    border: solid 2px #0000;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230078d7' d='M0 0h11v11H0V0zm13 0h11v11H13V0zM0 13h11v11H0V13zm13 0h11v11H13V13z'/%3E%3C/svg%3E") center/70% no-repeat;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

/* Windows XP错误对话框 */
.error-dialog {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    padding: 30px 10px 10px;
    margin: 10px 0;
    position: relative;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}

.error-dialog::before {
    content: "Error";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.error-dialog::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.error-dialog .icon {
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23ff0000'/%3E%3Cpath d='M12 6v8M12 16v2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.error-dialog .message {
    margin-left: 50px;
    font-weight: bold;
}

.error-dialog .buttons {
    text-align: right;
    margin-top: 15px;
}

.error-dialog .buttons button {
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    padding: 3px 10px;
    margin-left: 5px;
    cursor: pointer;
}

.error-dialog .buttons button:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
}

/* JS添加功能 */
.JS-added-button {
    display: none; /* 由JS控制显示 */
    position: fixed;
    right: 10px;
    bottom: 40px;
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.JS-added-button:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
}

/* 创建一个窗口最小化图标,显示在任务栏中 */
.minimized-window {
    position: fixed;
    left: 110px;
    bottom: 0;
    height: 30px;
    padding: 0 10px;
    background: linear-gradient(to bottom, #67a9e0, #3a84c5);
    color: white;
    line-height: 30px;
    font-size: 12px;
    z-index: 9999;
    cursor: pointer;
    border-top: 1px solid #81bdeb;
    border-left: 1px solid #81bdeb;
    border-right: 1px solid #25619a;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.minimized-window:hover {
    background: linear-gradient(to bottom, #81bdeb, #67a9e0);
}

/* 添加系统时钟到任务栏 */
.taskbar-clock {
    position: fixed;
    right: 10px;
    bottom: 0;
    height: 30px;
    padding: 0 10px;
    background: transparent;
    color: white;
    line-height: 30px;
    font-size: 12px;
    z-index: 9999;
}

/* CommonJS功能 */
/* 这些样式将由JavaScript功能使用 */d-content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.featured-content-container .feature-item {
    flex-basis: 48%;
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 1rem;
    display: grid;
    grid-template-areas: "title" "content" "more";
    grid-template-rows: auto 1fr auto;
    position: relative;
    border-radius: 0;
}

.featured-content-container .section-title {
    grid-area: title;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 30px 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
    text-align: left;
    height: 25px;
    line-height: 25px;
    border-left: none;
}

.featured-content-container .section-title::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.featured-content-container .feature-content {
    grid-area: content;
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid #ababab;
}

.featured-content-container .feature-content .featured-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(var(--xp-blue-dark));
}

.featured-content-container .feature-content .featured-author {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.featured-content-container .feature-content .featured-description {
    font-style: italic;
    color: #444;
}

.featured-content-container .see-more {
    grid-area: more;
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
}

.featured-content-container .see-more a {
    color: rgb(var(--link-color));
}

/* 工具和资源容器 - Windows XP风格 */
.tools-and-resources {
    margin-bottom: 2rem;
}

.tools-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.tools-container .tool-item {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    padding: 30px 10px 10px;
    display: grid;
    grid-template-areas:
        "icon content"
        "title content";
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto auto;
    grid-gap: 0.5rem 1rem;
    position: relative;
    border-radius: 0;
}

.tools-container .tool-item::before {
    content: "Tool";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.tools-container .tool-item::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.tools-container .tool-item .tool-icon {
    grid-area: icon;
    justify-self: center;
    align-self: center;
    background-color: white;
    border: 1px solid #ababab;
    padding: 5px;
}

.tools-container .tool-item .tool-title {
    grid-area: title;
    text-align: center;
}

.tools-container .tool-item .tool-title a {
    color: rgb(var(--link-color));
    font-weight: bold;
}

.tools-container .tool-item .tool-description {
    grid-area: content;
    background-color: white;
    border: 1px solid #ababab;
    padding: 8px;
}

/* 新闻容器 - Windows XP风格 */
.news-container {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    box-shadow: var(--window-shadow);
    margin-bottom: 2rem;
    position: relative;
    border-radius: 0;
}

.news-container .section-title {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 30px 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
    text-align: left;
    width: 100%;
    border-left: none;
}

.news-container .section-title::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.news-container .news-content {
    background-color: white;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ababab;
}

.news-container .news-content .news-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
}

.news-container .news-content .news-item:last-child {
    border-bottom: none;
}

.news-container .news-content .news-title {
    font-weight: bold;
    margin-bottom: 3px;
    color: rgb(var(--xp-blue-dark));
}

.news-container .news-content .news-date {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 3px;
}

.news-container .news-archive {
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: right;
    width: 100%;
}

.news-container .news-archive a {
    color: rgb(var(--link-color));
}

/* 响应式调整 */
@media (max-width: 767px) {
    .tools-container {
        grid-template-columns: 1fr;
    }
    
    .recent-pages-container .page-section,
    .featured-content-container .feature-item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    body::after {
        width: 80px;
        font-size: 12px;
    }
}

/* Windows XP蓝屏风格 */
.bluescreen {
    background-color: #0000aa;
    color: #ffffff;
    font-family: "Courier New", monospace;
    padding: 20px;
    margin: 10px 0;
    border: 2px solid #000055;
    box-shadow: var(--window-shadow);
    position: relative;
}

.bluescreen h2 {
    color: #ffffff;
    background: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.5em;
    text-shadow: none;
}

.bluescreen p {
    margin: 10px 0;
    line-height: 1.5;
}

.bluescreen code {
    background-color: #0000aa;
    border: none;
    color: #ffffff;
    display: block;
    margin: 10px 0;
    font-family: "Courier New", monospace;
}

/* 标题栏文本 */
.titlebox {
    color: white;
    position: relative;
    top: -16px;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    padding: 5px 20px;
    line-height: 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border: 1px solid rgb(var(--xp-window-border));
    display: inline-block;
}

/* Windows XP Logo风格块 */
.logoblock {
    padding: 30px 10px 10px;
    color: black;
    box-shadow: var(--window-shadow);
    margin: 10px 0;
    display: block;
    position: relative;
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    border-radius: 0;
}

.logoblock::before {
    content: "Windows";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.logoblock::after {
    content: "";
    float: center;
    border: solid 2px #0000;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230078d7' d='M0 0h11v11H0V0zm13 0h11v11H13V0zM0 13h11v11H0V13zm13 0h11v11H13V13z'/%3E%3C/svg%3E") center/70% no-repeat;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

/* Windows XP错误对话框 */
.error-dialog {
    background-color: rgb(var(--xp-window-bg));
    border: 2px solid rgb(var(--xp-window-border));
    padding: 30px 10px 10px;
    margin: 10px 0;
    position: relative;
    box-shadow: var(--window-shadow);
    border-radius: 0;
}

.error-dialog::before {
    content: "Error";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.error-dialog::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.error-dialog .icon {
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23ff0000'/%3E%3Cpath d='M12 6v8M12 16v2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.error-dialog .message {
    margin-left: 50px;
    font-weight: bold;
}

.error-dialog .buttons {
    text-align: right;
    margin-top: 15px;
}

.error-dialog .buttons button {
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    padding: 3px 10px;
    margin-left: 5px;
    cursor: pointer;
}

.error-dialog .buttons button:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
}

/* JS添加功能 */
.JS-added-button {
    display: none; /* 由JS控制显示 */
    position: fixed;
    right: 10px;
    bottom: 40px;
    background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
    border: 1px solid #ababab;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.JS-added-button:hover {
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
}

/* 创建一个窗口最小化图标,显示在任务栏中 */
.minimized-window {
    position: fixed;
    left: 110px;
    bottom: 0;
    height: 30px;
    padding: 0 10px;
    background: linear-gradient(to bottom, #67a9e0, #3a84c5);
    color: white;
    line-height: 30px;
    font-size: 12px;
    z-index: 9999;
    cursor: pointer;
    border-top: 1px solid #81bdeb;
    border-left: 1px solid #81bdeb;
    border-right: 1px solid #25619a;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.minimized-window:hover {
    background: linear-gradient(to bottom, #81bdeb, #67a9e0);
}

/* 添加系统时钟到任务栏 */
.taskbar-clock {
    position: fixed;
    right: 10px;
    bottom: 0;
    height: 30px;
    padding: 0 10px;
    background: transparent;
    color: white;
    line-height: 30px;
    font-size: 12px;
    z-index: 9999;
}
/* 导航框(查论编)- Windows XP风格 */
table.navbox {
    border: 2px solid rgb(var(--xp-window-border));
    clear: both;
    margin: 1em auto;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: rgb(var(--xp-window-bg));
    box-shadow: var(--window-shadow);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    background: linear-gradient(to right, rgb(var(--xp-blue)), rgb(var(--xp-blue-light)));
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: var(--text-shadow);
    border-bottom: 1px solid rgb(var(--xp-window-border));
    position: relative;
}

.navbox-title::after,
table.navbox th::after {
    content: "×";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #ff6347;
    border: 1px solid rgb(var(--xp-window-border));
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.navbox-group {
    background-color: #f0f0f0;
    border: 1px solid #ababab;
    color: black;
    font-weight: bold;
    padding: 5px;
    text-align: right;
    white-space: nowrap;
}

.navbox-list {
    background-color: white;
    border: 1px solid #ababab;
    padding: 5px;
    text-align: left;
}

/* CommonJS功能 */
/* 这些样式将由JavaScript功能使用 */