MediaWiki:Common.css:修订间差异

来自Age Of History 2 Chinese Wiki
跳转至:导航、​搜索
无编辑摘要
无编辑摘要
 
(未显示同一用户的15个中间版本)
第1行: 第1行:
/* CRT复古显示器风格CSS - 浅色主题 - 结合荧光效果和扫描线 */
/* 这里放置的CSS将应用于所有皮肤 */
 
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fonts.googleapis.com/css2?family=VT323&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-16px.css");
@import url("https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-12px.css");


:root {
:root {
    /* === TYPEFACES === */
--link-color: #0645ad;
    --pixel-font: 'VonwaonBitmap 16px', 'VT323', monospace;
--link-color-active: #faa700;
    --body-font: var(--pixel-font);
--custom-background-blue: #ccf;
    --UI-font: var(--pixel-font);
--custom-background-cyan: #cef;
    --title-font: var(--pixel-font);
--custom-background-green: #cfc;
--custom-background-gray: #d2d2d2;
--custom-background-grey: var(--custom-background-gray);
--custom-background-magenta: #fdf;
--custom-background-orange: #fdb;
--custom-background-purple: #ecf;
--custom-background-red: #fcc;
--custom-background-yellow: #ffc;
--custom-border-blue: #36e;
--custom-border-cyan: #9df;
--custom-border-green: #5d5;
--custom-border-gray: #bbb;
--custom-border-grey: var(--custom-border-gray);
--custom-border-magenta: #f9f;
--custom-border-orange: #f90;
--custom-border-purple: #96c;
--custom-border-red: #e44;
--custom-border-yellow: #fc3;
--custom-closed-topic-neutral: #eef;
--custom-closed-topic-no: #fee;
--custom-closed-topic-yes: #efe;
--custom-code-background: #f8f9fa;
--custom-load-page-button-color: #fff8;
--custom-main-page-background: #fcfcfc;
--custom-main-page-border: var(--custom-border-gray);
--custom-main-page-edition-subheader: #333;
--custom-mcwiki-header-color: #bcd4f5;
--custom-navbox-background: #fff;
--custom-navbox-top: #ccc;
--custom-navbox-middle: #ddd;
--custom-navbox-thru: #eee;
--custom-nbt-inherit-color: #e6e6fa;
--custom-table-background: #f8f9fa;
--custom-table-alternate-background: #f0f1f2;
--custom-table-choice-always: #003600;
--custom-table-choice-always-background: #80d080;
--custom-table-choice-default: #fff;
--custom-table-choice-in-off-background: #060;
--custom-table-choice-in-on-background: #0c0;
--custom-table-choice-na: #000;
--custom-table-choice-na-background: #fff;
--custom-table-choice-neutral: #634800;
--custom-table-choice-neutral-background: #ffeb9c;
--custom-table-choice-never: #3c0404;
--custom-table-choice-never-background: #ff8080;
--custom-table-choice-no: #840606;
--custom-table-choice-no-background: #ffc7ce;
--custom-table-choice-out-off-background: #900;
--custom-table-choice-out-on-background: #f00;
--custom-table-choice-partial: #665400;
--custom-table-choice-partial-background: #ffd;
--custom-table-choice-planned: #0131b7;
--custom-table-choice-planned-background: #dfdfff;
--custom-table-choice-rarely: #533400;
--custom-table-choice-rarely-background: #fdce5e;
--custom-table-choice-unknown: #222;
--custom-table-choice-unknown-background: #ccc;
--custom-table-choice-yes: #005600;
--custom-table-choice-yes-background: #c6efce;
--custom-table-header-background: #eaecf0;
--custom-topic-30-days: #bbb;
--custom-topic-7-days: #ddd;
}
--pixel-font-16: 'VonwaonBitmap 16px', monospace;
  --pixel-font-12: 'VonwaonBitmap 12px', monospace;
  --title-font: var(--pixel-font-16);
  --body-font: var(--pixel-font-16);
  --small-font: var(--pixel-font-12);
  --UI-font: var(--pixel-font-12);
 
  .notaninfobox {
position: relative;
clear: right;
margin: 0 0 1em 1em;
width: 350px;
font-size: 90%;
background-color: var(--custom-table-background);
float: right;
border: 1px solid var(--custom-border-gray);
padding: 2px;
overflow: auto;
z-index: 1;
overflow-wrap: anywhere;
}
@media all and (max-width: 511px) {
.notaninfobox {
float: none;
margin-left: 0;
width: auto;
}
}
@media all and (max-width: 337px) {
.notaninfobox {
margin-left: -16px;
margin-right: -16px;
border-left: none;
border-right: none;
}
}
 
.notaninfobox > .infobox-title {
font-weight: bold;
text-align: center;
font-size: 120%;
background-color: #BCD4F5;
}
.infobox-imagearea {
text-align: center;
padding: 4px;
}
.infobox-imagearea > div:not(:first-child) {
padding-top: 1em;
}
/* Horizontally centre animated images */
.infobox-imagearea .animated {
display: inline-flex;
align-items: center;
}


    /* === BASE FONT SIZE & LINE HEIGHT === */
.notaninfobox .infobox-rows {
    --min-font-size: 0.9rem;
display: grid;
    --max-font-size: 1rem;
grid-template-columns: max-content 1fr;
    --base-font-size: var(--max-font-size);
gap: 1px;
    --base-line-height: 1.5;
}
.notaninfobox .infobox-rows .infobox-row {
display: contents;
}


    /* === CRT DISPLAY COLORS === */
.notaninfobox .infobox-row .infobox-row-label,
    --crt-bg-color: 245, 245, 240; /* 浅米色背景 */
.notaninfobox .infobox-row .infobox-row-field {
    --crt-text-color: 60, 60, 60; /* 深灰色文字 */
padding: 4px;
    --crt-terminal-green: 0, 150, 80; /* 终端绿 */
}
    --crt-terminal-blue: 40, 100, 180; /* 终端蓝 */
    --crt-terminal-amber: 200, 120, 0; /* 终端琥珀色 */
    --crt-terminal-pink: 180, 60, 120; /* 终端粉色 */
    --crt-glow-color: var(--crt-terminal-green); /* 荧光颜色 */
   
    /* === SCANLINE EFFECTS === */
    --scanline-height: 2px;
    --scanline-color: rgba(0, 0, 0, 0.07);
    --interlace-opacity: 0.4;
    --flicker-intensity: 0.03;
    --noise-opacity: 0.02;
    --rgb-shift-amount: 0.5px;
    --vignette-opacity: 0.3;
    --screen-curvature: 3%; /* 屏幕弯曲程度 */


    /* === STANDARD THEME COLORS === */
.notaninfobox .infobox-row .infobox-row-label {
    /* 浅色主题颜色变量 */
font-weight: bold;
    --white-monochrome: 245, 245, 240; /* 浅米色 */
display: flex;
    --black-monochrome: 60, 60, 60; /* 深灰色 */
align-items: center;
    --bright-accent: 0, 150, 80; /* 终端绿 */
}
    --medium-accent: 0, 120, 60;
.community-updates {
    --dark-accent: 0, 90, 40;
  background: #fff0e6;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.community-updates ul li {
  list-style: none;
  padding: 10px;
  background: #fff;
  margin: 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.community-updates ul li a {
  color: #337ab7;
  text-decoration: none;
  font-weight: bold;
}
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label,
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field {
background-color: var(--custom-table-alternate-background);
}


    /* === PRIMARY COLORS === */
/* Infoboxes with tabber */
    --swatch-primary: var(--bright-accent);
.tabber-container-infobox .tabber .tabbertab,
    --swatch-primary-darker: var(--medium-accent);
.tabber-container-infobox ul.tabbernav li a,
    --swatch-primary-darkest: var(--dark-accent);
.tabber-container-infobox ul.tabbernav li.tabberactive a {
    --swatch-border-color: var(--bright-accent);
background: none;
border: none;
}


    /* === MENU COLORS === */
.tabber-container-infobox .tabber .tabbertab {
    --swatch-menutxt-dark-color: var(--black-monochrome);
padding: 0;
    --swatch-menutxt-light-color: var(--white-monochrome);
}
    --swatch-menutxt-general-color: var(--white-monochrome);


    /* === SECONDARY & TERTIARY COLORS === */
.tabber-container-infobox ul.tabbernav {
    --swatch-text-secondary-color: var(--swatch-menutxt-light-color);
font: inherit;
font-size: 100%;
}


    /* === LINK COLORS === */
.tabber-container-infobox ul.tabbernav li a:hover {
    --link-color: rgb(0, 100, 160);
color: #000;
    --link-color-active: rgb(180, 100, 0);
    --visited-link-color: rgb(100, 80, 160);
    --hover-link-color: rgb(0, 150, 100);
}
}


/* === GLOBAL STYLES === */
.tabber-container-infobox ul.tabbernav > li {
html {
margin-bottom: 5px;
     font-size: 1em;
padding: 0;
     line-height: var(--base-line-height);
}
.announcement-content span {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}
.mw-mainpage-header {
    background: linear-gradient(to bottom right, #B9A3FF, #8C47E7);
    box-shadow: grey 0px 0px 5px;
    border-radius: 20px;
    color: #000;
     font-size: 1.5em;
     text-shadow: white 0px 0px 10px, white 0px 0px 10px;
    padding: 20px;
    text-align: center;
}
}


html, body {
.mw-mainpage-header h1 {
    margin: 0;
     font-size: 2.5em;
    padding: 0;
     margin-bottom: 10px;
    font-variant-ligatures: none;
    background-color: rgb(var(--crt-bg-color));
    color: rgb(var(--crt-text-color));
     font-family: var(--body-font);
     overflow-x: hidden; /* 防止水平溢出 */
    perspective: 1000px; /* 3D透视效果 */
    letter-spacing: 0.5px; /* 增加字母间距提高可读性 */
}
}


/* 添加CRT屏幕效果 - 浅色主题调整 */
.mw-mainpage-header p {
body::before {
     font-size: 1.2em;
     content: '';
     margin: 5px 0;
    position: fixed;
}
     top: 0;
.tabber-container-infobox ul.tabbernav > li > a {
    left: 0;
color: #595959;
    right: 0;
padding-bottom: 1px;
    bottom: 0;
display: block;
    z-index: 9998;
    pointer-events: none;
    /* 屏幕弯曲效果 */
    border-radius: 20% / 5%;
    box-shadow:  
        0 0 0 var(--screen-curvature) rgb(var(--crt-bg-color)),
        inset 0 0 40px rgba(0, 0, 0, 0.3); /* 降低阴影强度 */
    /* 暗角效果 */
    background: radial-gradient(
        ellipse at center,
        transparent 70%,
        rgba(0, 0, 0, calc(var(--vignette-opacity) * 0.6)) 100%
    );
}
}


/* 扫描线效果 - 浅色主题下降低不透明度 */
/* To prevent the tabs from jumping around when they become active or inactive
body::after {
* due to the font-weight changing from normal to bold and vice versa, add an
    content: '';
* invisible ::before which contains the same text as the tab's text, but
    position: fixed;
* bolded. This way the element in which unbolded text sits is sized according
    top: 0;
* to the bolded text, preventing it from resizing upon being selected.
    left: 0;
*/
    width: 100%;
.tabber-container-infobox ul.tabbernav > li > a::before {
    height: 100%;
display: block;
    pointer-events: none;
content: attr(alt);
    z-index: 9999;
font-weight: bold;
    background: repeating-linear-gradient(
height: 0;
        0deg,
color: transparent;
        var(--scanline-color) calc(var(--scanline-height) - 1px),
overflow: hidden;
        var(--scanline-color) var(--scanline-height),
visibility: hidden;
        transparent calc(var(--scanline-height) + 1px)
    );
    background-size: 100% calc(var(--scanline-height) * 2);
    opacity: calc(var(--interlace-opacity) * 0.7); /* 降低不透明度 */
    animation: scanline-flicker 0.1s infinite alternate-reverse;
}
}


/* 噪点效果 - 浅色主题下降低不透明度 */
.tabber-container-infobox ul.tabbernav > li.tabberactive {
.noise {
border: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9997;
    opacity: calc(var(--noise-opacity) * 0.6); /* 降低不透明度 */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcGEgAPOKt0eAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAGAElEQVRo3u2Za2wVRRTHf7ctUKhYHgUKVEAEkfejiEFEBBEQEAQ/GBWJBtQPftBIYjQqxGg0BIkmxGg0YiTxAyISEBEIICgRJAJCkUd5lEcRaAW6vNrS9nrm5D/J5TK7e3vvhaThnuRkd2bOzM785z/nzMwt4P/yCzQCxgLvAiuAn4CfgVXALKAv0Ljg7xSoB7wBHAFKY9IxYDrQqOBvEqgPzALOxiDgpjPADKBhwd8gMAQoSoOAm4qAoQV/sUBH4KcMCbhpJdCp4C8S6AFsz5KAm7YBPQv+AoEGwOIcEHDTEqBRwZ8vMBXIxYiXAVML/jyBUcCVHJJw0xVgTMFfJTAQuJRHEm66BAwu+AOBFsC6eiDhpvVAy+teGQEfA9frSRlBN4DrWhkBrwJl9UwZQWXAa9etMgLGAaUZKFMKnAB+AOYC44HbgSZAMVDPUaYUGH9dKSNgBFCSpjJHgVnAPUAh0Aj4BvgWGAjcBHQFPgJ2u8qVACOvC2UEdAO2pqHMIWAqcCPwPPCzUWIl8CTQGOgGzDPvvwQmAE2BvsACo9g2oHu9KyOgEFiVhjJ7gOeAFsAzwA6jxHKgP9AYuAf4wbz/HLgDaAYMBtYaJVYDhfWmjIBCYGUaymwDxgHNgaeArcbwZUBfoAkwCFhj3n8KdABaASOBDUaJVfWijIBmwPI0lNkEjAZaAk8CW4wBy4A+QFPgQWC9ef8J0B5oDTwCbDRKLE9bGQGNgaVpKLMBGAm0AiYBm43iS4HeQDPgYeAX8/5joB3QBhgDbDJKLE1LGQGNgCVpKLMOGAa0BiYCvxqFlwC9gObAKGCzef8R0BZoC4wFthglltRZGQENgcVpKLMGGAK0ASYAvxhFFwM9gRbAGGCLef8h0AZoB4wDthollqSljIAGwKI0lFkF3A+0BSYCPxtFFwE9gJbAOGCbef8B0BpoD4wHthsllqSljIBCYGEayqwA7gXaAZOAjUbRhUB3oBUwHig27z8A2gAdgAnADqPEwrSUEVAPWJCGMsuAu4H2wGRgg1F0AdANaA1MAHaZ9+8DbYCOwCRgp1FiQVrKCKgHzE9DmaVAf6AjMAVYbxSdD3QF2gCTgd3m/XtAa6ATMBnYZZSYn5YyAuYBZWkosxjoB3QCXgLWGUXnAV2AtsAUYI95/y7QCugMvAzsNkrMS0sZAXOBa2kosxC4E+gMvAysNYrOBW4B2gFTgb3m/TtAS6AL8Aqw1ygxNy1lBMwBrqahzHzgdqAL8Cqwxig6B7gZaA9MA/aZ928DLYGuwGvAPqPEnLSUEfAJUJqGMvOA24CuwOvAaqPoJ0AXoAMwHdhv3r8FtABuAd4ADhgl5qSljIDZQEkaynwC9AG6AW8Cq4yis4HO5v0B8/5NoDlwK/AWcNAoMTstZQTMSrNrfQz0BroDbwMrjaKzgE7m/UHz/g2gGdAdeAc4ZJSYlZYyAmYCJWl0rY+AXkAP4F1ghVF0JtDRvD9k3r8ONAV6Au8Bh40SM9NSRsCMNLvWh0BPoCfwHrDcKDoD6GDeHzbvXwOaAL2A94EjRokZaSnjKJNu1/oA6AX0Aj4AlhlFpwPtzfsj5v2rQGOgN/AhcNQoMT0tZQRMS7NrvQ/0BnoDHwJLjaLTgHbm/VHz/hWgEdAH+Ag4ZpSYlpYyAqam2bXeA/oAfYGPgSVG0alAW/P+mHn/MlAI9AU+AY4bJaamlzMCpqTZtd4F+gJ9gc+AxUbRKUAb8/64ef8SUADcBnwKnDBKTElLGQGT0+xa7wD9gH7AHGCRUXQy0Nq8P2HevwgUAP2Az4CTRonJaSnjKJNu13ob6A/0B+YCC42ik4BW5v1J8/4FoADoD3wOnDJKTEpLGQET0+xabwEDgAHAPGCBUXQi0NK8P2XePw/UA+4A5gOnjRIT01JGwIQ0u9abwEBgIPA5MN8oOgFoYd6fNu+fA+oBdwILgDNGiQlpKSNgfJpd6w1gEDAIWADMM4qOB5qb92fM+2eBesBdwELgrFFifFrKCBiXZtd6HRgMDAYWAvOMomOBZub9WfP+GaAucDewCDhnlBiXljICxqbZtV4DhgBDgEXAXKPoGKCpeX/OvH8aqAsMARYD540SY9NSRsCYNLvWq8BQYCiwGJhjFB0NFAEF5v9QYAlwwSgxOi1lBIxOs2u9AgwDhgFLgE+NojOBa0aJUWkp8x+V/wDdmpBj0oCUUgAAAABJRU5ErkJggg==');
}
}


/* 宽扫描线效果 - 浅色主题调整 */
.modulebox {
.wide-scanline {
  border: 1px solid #ccc;
    position: fixed;
  padding: 10px;
    width: 100%;
  margin: 10px 0;
    height: 4rem;
  background-color: #f9f9f9;
    top: -4rem;
    left: 0;
    background: linear-gradient(to bottom,
        rgba(100, 100, 100, 0) 0%,
        rgba(100, 100, 100, 0.02) 10%,
        rgba(100, 100, 100, 0.03) 20%,
        rgba(100, 100, 100, 0.06) 50%,
        rgba(100, 100, 100, 0.03) 80%,
        rgba(100, 100, 100, 0.02) 90%,
        rgba(100, 100, 100, 0) 100%);
    pointer-events: none;
    z-index: 9997;
    animation: scanline-move 8s cubic-bezier(0.1, 0.7, 0.7, 0.95) infinite;
    opacity: 0.2; /* 降低不透明度 */
}
}


/* 垂直同步扫描效果 - 浅色主题调整 */
.tabber-container-infobox ul.tabbernav > li.tabberactive > a {
.vsync-line {
font-weight: bold;
    position: fixed;
color: var(--link-color);
    top: 0;
border-bottom: 2px solid var(--custom-mcwiki-header-color);
    left: 0;
}
    width: 100%;
    height: 1px;
    background: rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
    z-index: 10000;
    pointer-events: none;
    opacity: 0


/* 动画效果 */
.infobox-rows p {
@keyframes scanline-move {
margin: 0;
    0% { top: -4rem; opacity: 0.2; }
    5% { opacity: 0.3; }
    30% { opacity: 0.2; }
    50% { opacity: 0.3; }
    75% { opacity: 0.2; }
    95% { opacity: 0.3; }
    100% { top: 100vh; opacity: 0.2; }
}
}


@keyframes scanline-flicker {
/* Merge adjacent dls in the infobox, since they're usually supposed to be one,
    0% { opacity: var(--interlace-opacity); }
* but the wiki screws up sometimes.
    100% { opacity: calc(var(--interlace-opacity) - 0.1); }
*/
.infobox-rows dl + dl {
margin-top: -0.4em;
}
}


@keyframes vsync-scan {
.infobox-rows dl:last-child {
    0% { opacity: 0; transform: translateY(-1px); }
margin-bottom: 0.2em;
    1% { opacity: 0.5; transform: translateY(0); }
    1.5% { opacity: 0.3; transform: translateY(100vh); }
    2% { opacity: 0; transform: translateY(100vh); }
    100% { opacity: 0; transform: translateY(100vh); }
}
}


@keyframes text-flicker {
.infobox-footer {
    0% { text-shadow: 0 0 3px rgba(var(--crt-glow-color), 0.4); }
text-align: center;
    50% { text-shadow: 0 0 1px rgba(var(--crt-glow-color), 0.2); }
    100% { text-shadow: 0 0 3px rgba(var(--crt-glow-color), 0.4); }
}
}


/* 文本和链接样式 */
/* 页面底部导航框(2011年8月16日引自中文维基)(所谓大家族模板) */
h1, h2, h3, h4, h5, h6 {
table.navbox{
     font-family: var(--title-font);
    border:1px solid #aaa;
     color: rgb(var(--crt-terminal-green));
    clear:both;
     text-shadow: 0 0 3px rgba(var(--crt-glow-color), 0.4);
    margin:auto;
     letter-spacing: 0.05em;
    padding:1px;
     animation: text-flicker 3s infinite alternate;
    text-align:center;
    width:100%;
}
table.navbox + table.navbox{
    margin-top:-1px;
}
.navbox-title,
.navbox-abovebelow,
table.navbox th{
     padding-left:1em;
    padding-right:1em;
    text-align:center;
}
.navbox-group{
    font-weight:700;
    white-space:nowrap;
}
.navbox,
.navbox-subgroup{
     background:none repeat scroll 0 0 var(--theme-card-background-color, #fdfdfd);
}
.navbox-list{
     border-color:#fdfdfd;
}
.navbox-title,
table.navbox th{
    background:none repeat scroll 0 0 #a5e4a5;
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title{
    background:none repeat scroll 0 0 #c0ecc0;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow{
    background:none repeat scroll 0 0 #e6f6e6;
}
.navbox-even{
    background:none repeat scroll 0 0 #f5fcf5;
}
.navbox-odd{
     background:none repeat scroll 0 0 #fdfdfd;
}
.collapseButton {
    float: right;
     font-weight: 400;
    text-align: right;
    width: auto;
}
.navbox .collapseButton {
    width: 6em;
}
.navbar {
     position: relative;
     position: relative;
    min-height: 23px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}
.navbox-title .Wikiplus-Edit-EveryWhereBtn {
display: none;
}
}


h1 {
@media only screen and (max-width:759px){
     font-size: 1.8rem;
.infotable {
    text-transform: uppercase;
    width: 90%;
    float: none;
    margin: 0 auto;
}
/*.navbox {*/
/* display:none;*/
/*}*/
/*“查·论·编”在小屏幕时基本用不到(也很难点到)*/
.navbox-title>div{
        display: none;
     }
    /*把内边距去掉*/
    .navbox-group,
    .navbox-group >div{
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
}
}


h2 {
/* h1标题字体 */
     font-size: 1.5rem;
body h1 {
     font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
}
}


h3 {
/* 本段内容来自萌娘百科 https://zh.moegirl.org.cn/MediaWiki:Gadget-site-styles.css 感谢贡献!*/
     font-size: 1.3rem;
/* 版权协定:知识共享 署名-非商业性使用-相同方式共享 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);
}
}


a {
.heimu,
     color: rgb(var(--crt-terminal-blue));
.heimu a,
     text-decoration: none;
a .heimu,
     transition: all 0.2s ease;
a.new .heimu,
    text-shadow: 0 0 2px rgba(var(--crt-terminal-blue), 0.3);
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;
}
 
/*
该文档为一个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;
}
}


a:hover {
/* 基类 */
    color: rgb(var(--crt-terminal-amber));
[class*='hovers-'] {
    text-shadow: 0 0 3px rgba(var(--crt-terminal-amber), 0.4);
  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;
}
}


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


a:visited {
.hovers-rotate-shrink-reverse {
    color: rgb(var(--crt-terminal-pink));
  transition-duration: 0.5s;
    text-shadow: 0 0 2px rgba(var(--crt-terminal-pink), 0.3);
  transform: rotate(360deg) scale(0.75);
}
}


/* 按钮样式 - 浅色主题 */
.hovers-rotate-shrink-reverse:hover {
button, input[type="submit"], input[type="button"] {
  transform: rotate(0) scale(1);
    background-color: rgba(var(--crt-bg-color), 0.8);
    color: rgb(var(--crt-terminal-green));
    border: 1px solid rgba(var(--crt-terminal-green), 0.5);
    font-family: var(--pixel-font);
    padding: 5px 10px;
    box-shadow: 0 0 3px rgba(var(--crt-glow-color), 0.3);
    transition: all 0.2s ease;
}
}


button:hover, input[type="submit"]:hover, input[type="button"]:hover {
/* 旋转 */
    background-color: rgba(var(--crt-terminal-green), 0.1);
.hovers-rotate,
    box-shadow:  
.hovers-rotate-reverse:hover {
        0 0 3px rgba(var(--crt-glow-color), 0.4),
  transition-duration: 0.5s;
        0 0 6px rgba(var(--crt-glow-color), 0.3);
  transform: rotate(0);
    cursor: pointer;
}
}


/* 侧边栏样式 - 浅色主题 */
.hovers-rotate-reverse,
.side-block {
.hovers-rotate:hover {
    --sideblock-bg-color: var(--crt-bg-color);
  transition-duration: 0.5s;
    --sideblock-heading-border-color: var(--crt-terminal-green);
  transform: rotate(360deg);
    --sideblock-heading-bg-color: var(--crt-bg-color);
}
    --sideblock-heading-text-color: var(--crt-terminal-green);
    --sidebar-border-color: var(--crt-terminal-green);
    --sidebar-links-text: var(--crt-text-color);
    --sidebar-links-bg-color: var(--crt-bg-color);
    --sidebar-links-hover-bg-color: var(--crt-terminal-green);
    --sidebar-links-hover-text-color: var(--black-monochrome);


    display: grid;
/* 正常 => 浅 */
    grid-template-rows: repeat(auto-fit, minmax(1.3125rem, 1fr));
.hovers-fade-deep,
    margin: 0.5rem 0.5rem 0 0;
.hovers-fade,
    border: 1px solid rgba(var(--crt-terminal-green), 0.3);
.hovers-fade-shallow {
    background: rgba(var(--sideblock-bg-color), 0.9);
  opacity: 1;
    font-family: var(--UI-font);
}
    box-shadow: 0 0 6px rgba(var(--crt-glow-color), 0.2);
.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;
}
}


.side-block .heading {
/* 浅 => 正常 */
    display: flex;
.hovers-bloom-deep {
    align-items: flex-end;
  opacity: 0.35;
    justify-content: flex-start;
}
    min-height: 1.5rem;
.hovers-bloom {
    margin: 0;
  opacity: 0.5;
    background-color: rgba(var(--sideblock-heading-bg-color), 0.7);
}
    box-shadow: 0 0.0625rem 0 0 rgba(var(--sideblock-heading-border-color), 0.7);
.hovers-bloom-shallow {
  opacity: 0.75;
}
}


.side-block .heading p {
.hovers-bloom-deep:hover,
    margin: 0;
.hovers-bloom-deep.active,
    color: rgb(var(--sideblock-heading-text-color));
.hovers-bloom:hover,
    font-family: var(--title-font);
.hovers-bloom.active,
    font-size: calc((var(--base-font-size) * (14 / 15)) * 0.9);
.hovers-bloom-shallow:hover,
    font-weight: bold;
.hovers-bloom-shallow.active {
    letter-spacing: 0.05em;
  opacity: 1;
    line-height: 1.15;
    text-indent: 0.25rem;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(var(--crt-glow-color), 0.4);
}
}


.side-block div.menu-item {
/* 正常 => 大 */
    display: flex;
.hovers-grow-deep,
    flex-flow: row wrap;
.hovers-grow,
    align-items: center;
.hovers-grow-shallow {
    justify-content: flex-start;
  transform: scale(1);
    height: 1.5rem;
}
    min-height: 1.5rem;
.hovers-grow-deep:hover,
    margin: 0;
.hovers-grow-deep.active {
    padding: 0;
  transform: scale(1.5);
    box-shadow: inset 0 -1px 0 0 rgba(var(--sidebar-border-color), 0.3);
}
.hovers-grow:hover,
.hovers-grow.active {
  transform: scale(1.25);
}
.hovers-grow-shallow:hover,
.hovers-grow-shallow.active {
  transform: scale(1.1);
}
}


.side-block div.menu-item a {
/* 正常 => 小 */
    display: flex;
.hovers-shrink-deep:hover,
    flex-grow: 2;
.hovers-shrink-deep.active,
    justify-content: flex-start;
.hovers-shrink:hover,
    height: 1.5em;
.hovers-shrink.active,
    margin: 0;
.hovers-shrink-shallow:hover,
    padding: 0 0.6em;
.hovers-shrink-shallow.active {
    transition: all 0.2s ease;
  transform: scale(1);
    background-color: rgba(var(--sidebar-links-bg-color), 0.9);
}
    color: rgb(var(--sidebar-links-text));
.hovers-shrink-deep {
    font-size: calc(var(--base-font-size) * (14 / 15));
  transform: scale(0.5);
    letter-spacing: 0.04em;
}
    line-height: 1.5;
.hovers-shrink {
    text-decoration: none;
  transform: scale(0.75);
    text-shadow: 0 0 2px rgba(var(--crt-text-color), 0.3);
}
.hovers-shrink-shallow {
  transform: scale(0.9);
}
}


.side-block div.menu-item a:hover,
/* 左右抖动 */
.side-block div.menu-item a:active,
@keyframes shake-flexible {
.side-block div.menu-item a:focus-within {
  25% {
     background-color: rgba(var(--sidebar-links-hover-bg-color), 0.2);
     transform: translateX(-0.0625em);
     color: rgb(var(--sidebar-links-hover-text-color));
  }
     text-shadow: 0 0 3px rgba(var(--crt-glow-color), 0.4);
 
  50% {
     transform: translateX(0.0625em);
  }
 
  75% {
     transform: translateX(-0.0625em);
  }
}
}


/* 表格样式 - 浅色主题 */
.hovers-shake-flexible:hover,
table {
.hovers-shake-flexible.active {
    border-collapse: collapse;
  animation: shake-flexible 0.5s ease-out;
    margin: 1em 0;
    background-color: rgba(var(--crt-bg-color), 0.9);
    border: 1px solid rgba(var(--crt-terminal-green), 0.4);
    box-shadow:  
        0 0 3px rgba(var(--crt-glow-color), 0.2),
        0 0 6px rgba(var(--crt-glow-color), 0.1);
    border-radius: 3px;
}
}


table th {
@keyframes shake {
     background-color: rgba(var(--crt-terminal-green), 0.1);
  25% {
     color: rgb(var(--crt-terminal-green));
     transform: translateX(-8px);
    text-shadow: 0 0 2px rgba(var(--crt-terminal-green), 0.3);
  }
    padding: 8px;
 
     font-family: var(--pixel-font);
  50% {
    font-weight: normal;
     transform: translateX(8px);
    letter-spacing: 0.05em;
  }
    text-transform: uppercase;
 
  75% {
     transform: translateX(-8px);
  }
}
}


table td {
.hovers-shake:hover,
    padding: 8px;
.hovers-shake.active {
    border: 1px solid rgba(var(--crt-terminal-green), 0.2);
  animation: shake 0.5s ease-out;
    color: rgb(var(--crt-text-color));
}
}


table tr:nth-child(even) {
/* 上下抖动 */
     background-color: rgba(var(--crt-terminal-green), 0.05);
@keyframes bounce-flexible {
  25% {
    transform: translateY(-0.0625em);
  }
 
  50% {
    transform: translateY(0.0625em);
  }
 
  75% {
     transform: translateY(-0.0625em);
  }
}
}


/* 代码块样式 - 浅色主题 */
.hovers-bounce-flexible:hover,
pre, code, .mw-code, .pn, .mw-highlight {
.hovers-bounce-flexible.active {
    font-family: var(--pixel-font);
  animation: bounce-flexible 0.5s ease-out;
    background-color: rgba(var(--crt-bg-color), 0.7);
    border: 1px solid rgba(var(--crt-terminal-green), 0.3);
    padding: 0.5em;
    color: rgb(var(--crt-terminal-amber));
    text-shadow: 0 0 2px rgba(var(--crt-terminal-amber), 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
}


/* 引用块样式 - 浅色主题 */
@keyframes bounce {
blockquote {
  25% {
     border-left: 3px solid rgba(var(--crt-terminal-blue), 0.5);
     transform: translateY(-8px);
    margin: 1em 0;
  }
    padding: 0.5em 1em;
 
     background-color: rgba(var(--crt-bg-color), 0.7);
  50% {
     color: rgba(var(--crt-text-color), 0.9);
     transform: translateY(8px);
    box-shadow:
  }
        0 0 3px rgba(var(--crt-terminal-blue), 0.2),
 
        0 0 6px rgba(var(--crt-terminal-blue), 0.1);
  75% {
     transform: translateY(-8px);
  }
}
}


/* 特殊样式引用块 - 浅色主题 */
.hovers-bounce:hover,
.lightstyled-quote {
.hovers-bounce.active {
    background-color: rgba(var(--crt-terminal-green), 0.08);
  position: relative;
    color: rgb(var(--crt-text-color));
  left: 0;
    border-left: 0.5rem solid rgba(var(--crt-terminal-blue), 0.5);
  animation: bounce 0.5s ease-out;
    padding: 0.1rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow:  
        0 0 3px rgba(var(--crt-terminal-blue), 0.2),
        0 0 6px rgba(var(--crt-terminal-blue), 0.1);
}
}


.darkstyled-quote {
/* 绕顶端中点抖动 */
     background-color: rgba(220, 220, 220, 0.5);
@keyframes swing {
     border-left: 0.5rem solid rgba(var(--crt-terminal-green), 0.5);
  20% {
     color: rgb(var(--crt-text-color));
     transform: rotate3d(0, 0, 1, 10deg);
    padding: 0.1rem 1rem;
  }
     margin: 0.5rem 0 0.5rem 0.25rem;
 
     box-shadow:  
  40% {
        0 0 3px rgba(var(--crt-terminal-green), 0.2),
     transform: rotate3d(0, 0, 1, -10deg);
        0 0 6px rgba(var(--crt-terminal-green), 0.1);
  }
 
  60% {
     transform: rotate3d(0, 0, 1, 5deg);
  }
 
  80% {
     transform: rotate3d(0, 0, 1, -5deg);
  }
 
  to {
     transform: rotate3d(0, 0, 1, 0deg);
  }
}
}


.darkstyled-quote a {
.hovers-swing {
    color: rgb(var(--crt-terminal-blue));
  transform-origin: top center;
    text-shadow: 0 0 3px rgba(var(--crt-terminal-blue), 0.5);
}
.hovers-swing:hover,
.hovers-swing.active {
  animation: swing 0.75s ease-out;
}
}


/* 信息框样式 - 浅色主题 */
/* 正常 => 大 */
.notaninfobox {
@keyframes pulse-grow {
     position: relative;
  to {
     clear: right;
    transform: scale(1.1);
    margin: 0 0 1em 1em;
  }
     width: 350px;
}
     font-size: 90%;
 
     background-color: rgba(var(--crt-bg-color), 0.9);
.hovers-pulse-grow:hover,
     float: right;
.hovers-pulse-grow.active {
     border: 1px solid rgba(var(--crt-terminal-green), 0.4);
  animation: pulse-grow 0.5s linear infinite alternate;
     padding: 2px;
}
     overflow: auto;
 
     z-index: 1;
/* 正常 => 小 */
     overflow-wrap: anywhere;
@keyframes pulse-shrink {
     box-shadow:  
  to {
        0 0 3px rgba(var(--crt-glow-color), 0.2),
    transform: scale(0.9);
        0 0 6px rgba(var(--crt-glow-color), 0.1);
  }
}
 
.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);
}
}


@media all and (max-width: 511px) {
.hovers-left:hover,
    .notaninfobox {
.hovers-left.active {
        float: none;
  transform: translateX(-0.0625em);
        margin-left: 0;
        width: auto;
    }
}
}


@media all and (max-width: 337px) {
.hovers-bottom:hover,
    .notaninfobox {
.hovers-bottom.active {
        margin-left: -16px;
  transform: translateY(0.0625em);
        margin-right: -16px;
        border-left: none;
        border-right: none;
    }
}
}


.notaninfobox > .infobox-title {
.hovers-right:hover,
    font-weight: bold;
.hovers-right.active {
    text-align: center;
  transform: translateX(0.0625em);
    font-size: 120%;
    background-color: rgba(var(--crt-terminal-green), 0.15);
    color: rgb(var(--crt-terminal-green));
    text-shadow: 0 0 2px rgba(var(--crt-terminal-green), 0.3);
    padding: 4px;
}
}


.infobox-imagearea {
/* 滤镜 */
    text-align: center;
.hovers-blur,
    padding: 4px;
.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;
}
}


.infobox-imagearea > div:not(:first-child) {
.hovers-blur:hover,
    padding-top: 1em;
.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;
}
}


/* Horizontally centre animated images */
.hovers-blur {
.infobox-imagearea .animated {
  filter: blur(5px);
    display: inline-flex;
    align-items: center;
}
}


.notaninfobox .infobox-rows {
.hovers-blur-reverse:hover,
    display: grid;
.hovers-blur-reverse.active {
    grid-template-columns: max-content 1fr;
  filter: blur(5px);
    gap: 1px;
}
}


.notaninfobox .infobox-rows .infobox-row {
.hovers-brightness {
    display: contents;
  filter: brightness(50%);
}
}


.notaninfobox .infobox-row .infobox-row-label,
.hovers-brightness-reverse:hover,
.notaninfobox .infobox-row .infobox-row-field {
.hovers-brightness-reverse.active {
    padding: 4px;
  filter: brightness(50%);
}
}


.notaninfobox .infobox-row .infobox-row-label {
.hovers-contrast {
    font-weight: bold;
  filter: contrast(50%);
    display: flex;
    align-items: center;
    color: rgb(var(--crt-terminal-green));
    text-shadow: 0 0 2px rgba(var(--crt-terminal-green), 0.3);
}
}


.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label,
.hovers-contrast-reverse:hover,
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field {
.hovers-contrast-reverse.active {
    background-color: rgba(var(--crt-terminal-green), 0.03);
  filter: contrast(50%);
}
}


.infobox-footer {
.hovers-grayscale {
    text-align: center;
  filter: grayscale(100%);
}
}


/* 特殊样式块 - 浅色主题 */
.hovers-grayscale-reverse:hover,  
.lightblock {
.hovers-grayscale-reverse.active {
    background-color: rgba(var(--crt-terminal-green), 0.08);
  filter: grayscale(100%);
    color: rgb(var(--crt-text-color));
    padding: 0.01rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(var(--crt-terminal-green), 0.2);
    text-shadow: 0 0 2px rgba(var(--crt-text-color), 0.3);
}
}


.darkblock {
.hovers-invert {
    background-color: rgba(220, 220, 220, 0.5);
  filter: invert(100%);
    color: rgb(var(--crt-text-color));
    padding: 0.01rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(var(--crt-terminal-green), 0.2);
    text-shadow: 0 0 2px rgba(var(--crt-text-color), 0.3);
}
}


.dark-borderblock {
.hovers-invert-reverse:hover,
    background-color: rgba(var(--crt-bg-color), 0.8);
.hovers-invert-reverse.active {
    color: rgb(var(--crt-text-color));
  filter: invert(100%);
    padding: 0.01rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
    border: solid 0.3rem rgba(var(--crt-terminal-green), 0.7);
    text-shadow: 0 0 3px rgba(var(--crt-text-color), 0.5);
}
}


.light-borderblock {
.hovers-saturate {
    background-color: rgba(var(--crt-terminal-green), 0.15);
  filter: saturate(200%);
    color: rgb(var(--crt-text-color));
    padding: 0.01rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
    border: solid 0.3rem rgba(var(--crt-bg-color), 0.8);
    text-shadow: 0 0 3px rgba(var(--crt-text-color), 0.5);
}
}


.border-logoblock {
.hovers-saturate-reverse:hover,
    padding: 0.01rem 1rem;
.hovers-saturate-reverse.active {
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
  filter: saturate(200%);
    color: rgb(var(--crt-text-color));
    margin: 0.5rem 0 0.5rem 0.25rem;
    display: block;
    position: relative;
    background-color: rgba(var(--crt-bg-color), 0.8);
    border: solid 0.3rem rgba(var(--crt-terminal-green), 0.7);
    text-shadow: 0 0 3px rgba(var(--crt-text-color), 0.5);
}
}


.border-logoblock::after {
.hovers-sepia {
    content: "";
  filter: sepia(100%);
    float: center;
    border: solid 2px transparent;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
}


.logoblock {
.hovers-sepia-reverse:hover,
    padding: 0.01rem 1rem;
.hovers-sepia-reverse.acitve {
    color: rgb(var(--crt-text-color));
  filter: sepia(100%);
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
    margin: 0.5rem 0 0.5rem 0.25rem;
    display: block;
    position: relative;
    background-color: rgba(var(--crt-bg-color), 0.8);
    text-shadow: 0 0 3px rgba(var(--crt-text-color), 0.5);
}
}


.logoblock::after {
.hovers-hue-rotate {
    content: "";
  filter: hue-rotate(180deg);
    float: center;
    border: solid 2px transparent;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
}


.titleblock {
.hovers-hue-rotate-reverse:hover,
    background-color: rgba(var(--crt-bg-color), 0.8);
.hovers-hue-rotate-reverse.active {
    color: rgb(var(--crt-text-color));
  filter: hue-rotate(180deg);
    padding: 0.5rem 1rem 0.10rem;
    margin: 1.5rem 0rem 0.5rem 0rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
    border: solid rgba(var(--crt-terminal-green), 0.7) 2px;
    text-shadow: 0 0 3px rgba(var(--crt-text-color), 0.5);
}
}


.titlebox {
/* 背景滑动 */
    color: rgba(var(--crt-bg-color), 0.8);
.hovers-sweep-to-right,
    position: relative;
.hovers-sweep-to-left,
    top: -1.6rem;
.hovers-sweep-to-bottom,
    background-color: rgba(var(--crt-terminal-green), 0.7);
.hovers-sweep-to-top,
    padding: 0.25rem 1rem;
.hovers-radial-out,
    line-height: 0.1rem;
.hovers-radial-in {
    text-shadow: 0 0 3px rgba(var(--crt-bg-color), 0.5);
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  overflow: hidden;
}
}


.borderblock {
.hovers-sweep-to-right:before,
    background-color: rgba(var(--crt-bg-color), 0.8);
.hovers-sweep-to-left:before,
    color: rgb(var(--crt-text-color));
.hovers-sweep-to-bottom:before,
    padding: 0.01rem 1rem;
.hovers-sweep-to-top:before,
    margin: 0.5rem 0 0.5rem 0.25rem;
.hovers-radial-out:before,
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
.hovers-radial-in:before {
    border: solid 0.3rem rgba(var(--crt-terminal-green), 0.7);
  content: '';
    text-shadow: 0 0 3px rgba(var(--crt-text-color), 0.5);
  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 {
table.navbox {
  transform-origin: 0 50%;
    border: 1px solid rgba(var(--crt-terminal-green), 0.7);
}
    clear: both;
.hovers-sweep-to-left:before {
    margin: auto;
  transform-origin: 100% 50%;
    padding: 1px;
}
    text-align: center;
.hovers-sweep-to-bottom:before {
    width: 100%;
  transform-origin: 50% 0;
    background-color: rgba(var(--crt-bg-color), 0.7);
}
    box-shadow:  
.hovers-sweep-to-top:before {
        0 0 5px rgba(var(--crt-glow-color), 0.3),
  transform-origin: 50% 100%;
        0 0 10px rgba(var(--crt-glow-color), 0.1);
}
.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);
}
}


table.navbox + table.navbox {
.hovers-sweep-to-right .hovers-content.center,
    margin-top: -1px;
.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;
}
}


.navbox-title,
.hovers-sweep-to-right:hover:before,
.navbox-abovebelow,
.hovers-sweep-to-left:hover:before,
table.navbox th {
.hovers-sweep-to-bottom:hover:before,
    padding-left: 1em;
.hovers-sweep-to-top:hover:before,
    padding-right: 1em;
.hovers-sweep-to-right.active:before,
    text-align: center;
.hovers-sweep-to-left:hover:before,
.hovers-sweep-to-bottom:hover:before,
.hovers-sweep-to-top:hover:before {
  transform: scaleX(1);
}
}


.navbox-group {
.hovers-sweep-to-right .hovers-content,
    font-weight: 700;
.hovers-sweep-to-left .hovers-content,
    white-space: nowrap;
.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;
}
}


.navbox,
.hovers-sweep-to-right .hovers-content {
.navbox-subgroup {
  left: initial;
    background: none repeat scroll 0 0 rgba(var(--crt-bg-color), 0.7);
  right: 100%;
}
.hovers-sweep-to-right:hover .hovers-content,
.hovers-sweep-to-right.active .hovers-content {
  right: 0;
}
}


.navbox-list {
.hovers-sweep-to-left .hovers-content {
    border-color: rgba(var(--crt-bg-color), 0.7);
  left: 100%;
}
.hovers-sweep-to-left:hover .hovers-content,
.hovers-sweep-to-left.active .hovers-content {
  left: 0;
}
}


.navbox-title,
.hovers-sweep-to-bottom .hovers-content {
table.navbox th {
  top: initial;
    background: none repeat scroll 0 0 rgba(var(--crt-terminal-green), 0.3);
  bottom: 100%;
    color: rgb(var(--crt-terminal-green));
}
    text-shadow: 0 0 5px rgba(var(--crt-terminal-green), 0.5);
.hovers-sweep-to-bottom:hover .hovers-content,
.hovers-sweep-to-bottom.active .hovers-content {
  bottom: 0;
}
}


.navbox-abovebelow,
.hovers-sweep-to-top .hovers-content {
.navbox-group,
  top: 100%;
.navbox-subgroup .navbox-title {
}
    background: none repeat scroll 0 0 rgba(var(--crt-terminal-green), 0.2);
.hovers-sweep-to-top:hover .hovers-content,
    color: rgb(var(--crt-terminal-green));
.hovers-sweep-to-top.active .hovers-content {
    text-shadow: 0 0 3px rgba(var(--crt-terminal-green), 0.5);
  top: 0;
}
}


.navbox-subgroup .navbox-group,
.hovers-radial-out .hovers-content,
.navbox-subgroup .navbox-abovebelow {
.hovers-radial-in:hover .hovers-content,
    background: none repeat scroll 0 0 rgba(var(--crt-terminal-green), 0.1);
.hovers-radial-in.active .hovers-content {
  opacity: 0;
}
}


.navbox-even {
.hovers-radial-in .hovers-content,
    background: none repeat scroll 0 0 rgba(var(--crt-bg-color), 0.8);
.hovers-radial-out:hover .hovers-content,
.hovers-radial-out.active .hovers-content {
  opacity: 1;
}
}


.navbox-odd {
/* 默认em */
    background: none repeat scroll 0 0 rgba(var(--crt-bg-color), 0.7);
.hovers-border,
.hovers-trim,
.hovers-ripple-out,
.hovers-ripple-in,
.hovers-outline-out,
.hovers-outline-in,
.hovers-reveal {
  font-size: 160px;
  line-height: 16px;
}
}


/* 黑幕效果 */
/* 内边框滑出 */
.heimu,
.hovers-border,
.heimu rt {
.hovers-trim {
    --heimu-color: rgba(var(--crt-bg-color), 0.9);
  position: relative;
    --heimu-text-color: rgb(var(--crt-text-color));
  top: 0;
    --heimu-link-color: rgb(var(--crt-terminal-blue));
  left: 0;
    --heimu-visited-link-color: rgb(var(--crt-terminal-pink));
  transition: all 0.3s;
    --heimu-new-link-color: rgb(var(--crt-terminal-amber));
}
    --heimu-new-visited-link-color: rgb(255, 150, 100);
    --heimu-extiw-visited-link-color: rgb(180, 160, 255);


    background-color: var(--heimu-color);
.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;
}
}


.heimu,
.hovers-border:hover:before,
.heimu a,
.hovers-border.active:before {
a .heimu,
  opacity: 1;
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 {
.hovers-trim:before {
    color: var(--heimu-text-color);
  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;
}
}


span.heimu:hover a,
.hovers-trim:hover:before,
a:hover span.heimu {
.hovers-trim.active:before {
    color: var(--heimu-link-color);
  opacity: 1;
    text-shadow: 0 0 3px rgba(var(--crt-terminal-blue), 0.5);
}
}


span.heimu:hover a:visited,
/* 边框飞出与飞入 */
a:visited:hover span.heimu {
.hovers-ripple-out,
    color: var(--heimu-visited-link-color);
.hovers-ripple-in,
    text-shadow: 0 0 3px rgba(var(--crt-terminal-pink), 0.5);
.hovers-outline-out,
.hovers-outline-in,
.hovers-reveal {
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  transition: all 0.3s;
}
}


span.heimu:hover a.new,
.hovers-ripple-out:before,
a.new:hover span.heimu {
.hovers-ripple-in:before,
    color: var(--heimu-new-link-color);
.hovers-outline-out:before,
    text-shadow: 0 0 3px rgba(var(--crt-terminal-amber), 0.5);
.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;
}
}


/* 额外的CRT效果 */
@keyframes ripple-out {
#extrac-div-1 {
  50% {
     position: fixed;
     opacity: 1;
     width: 100vw;
  }
     height: 100vh;
 
     pointer-events: none;
  100% {
     background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0));
     top: calc(-0.0625em * 1.2);
     background-size: auto 8px;
     right: calc(-0.0625em * 1.2);
    opacity: 0.7;
     bottom: calc(-0.0625em * 1.2);
    z-index: 9996;
     left: calc(-0.0625em * 1.2);
     opacity: 0;
  }
}
.hovers-ripple-out:hover:before,
.hovers-ripple-out.active:before {
  animation-name: ripple-out;
}
}


#extrac-div-2 {
@keyframes ripple-in {
     position: fixed;
  50% {
    width: 100vw;
     opacity: 1;
    height: 1rem;
  }
 
  100% {
     top: 0;
     top: 0;
     pointer-events: none;
     right: 0;
     background: linear-gradient(to bottom,
    bottom: 0;
        rgba(var(--crt-terminal-green)) 0%,
     left: 0;
        rgba(var(--crt-terminal-green), 1) 50%,
    opacity: 0;
        rgba(var(--crt-terminal-green), 0.98) 51%,
  }
        rgba(var(--crt-terminal-green)) 100%);
}
    opacity: 0.1;
.hovers-ripple-in:hover:before,
    animation: scanm 6s linear infinite;
.hovers-ripple-in.active:before {
    z-index: 9995;
  animation-name: ripple-in;
}
}


@keyframes scanm {
.hovers-outline-out:hover:before,
    0% { top: -1rem; opacity: 0.05; }
.hovers-outline-in:hover:before,
    25% { top: 50%; opacity: 0.03; }
.hovers-outline-out.active:before,
    37.5% { top: 75%; opacity: 0.06; }
.hovers-outline-in:hover:before {
    50% { top: 100%; opacity: 0.03; }
  top: calc(-0.0625em * 0.8);
    100% { top: 100%; }
  right: calc(-0.0625em * 0.8);
  bottom: calc(-0.0625em * 0.8);
  left: calc(-0.0625em * 0.8);
  opacity: 1;
}
}


#extrac-div-3 {
.hovers-reveal:hover:before,
    position: fixed;
.hovers-reveal.active:before {
    width: 100vw;
  transform: translateY(0);
    height: 100vh;
  border-width: calc(0.0625em * 0.4);
    pointer-events: none;
  opacity: 1;
    background-image: radial-gradient(circle,
        rgba(var(--crt-terminal-green), 0.2) 4%,
        rgba(var(--crt-bg-color), 0.2) 45%,
        rgba(var(--crt-terminal-green), 0.2) 95%);
    opacity: 0.25;
    mix-blend-mode: color-dodge;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 30;
}
}


/* 页面内容淡入效果 */
/* 圆角化 */
@media screen and (prefers-reduced-motion: no-preference) {
.hovers-round-corners {
    #page-title, #breadcrumbs, #page-content > * {
  overflow: hidden;
        animation-name: fadeIn;
}
        animation-duration: 1s;
.hovers-round-corners:hover,
        animation-iteration-count: 1;
.hovers-round-corners.active {
        animation-timing-function: ease-out;
  border-radius: 0.0625em;
        animation-fill-mode: backwards;
    }
}
}


#page-title { animation-delay: 0s; }
/* 重叠:翻转切换 */


#page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); }
.hover-turn {
#page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); }
  position: relative;
#page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); }
  transform: translateZ(1px);
#page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); }
}
#page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); }
#page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); }
#page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); }
#page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); }
#page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); }
#page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); }
#page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); }
#page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); }
#page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); }
#page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); }
#page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); }
#page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); }


@keyframes fadeIn {
.hover-turn-before,
    from {
.hover-turn-after {
        opacity: 0;
  position: absolute;
        transform: translate(0, 30px);
  top: 0;
    }
  left: 0;
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}
}


/* 网格背景 */
@keyframes hover-turn {
#skrollr-body {
  from {
     background-image: radial-gradient(circle, rgba(var(--crt-terminal-green), 0.05) 1px, transparent 1px);
     transform: rotateY(-90deg);
     background-repeat: repeat;
  }
    background-size: 20px 20px;
 
     width: 100%;
  50% {
    height: 7.5rem;
     transform: scale(1.2);
  }
 
  to {
     transform: rotateY(0);
  }
}
}


#container {
.hover-turn:not(:hover) .hover-turn-before,
    background-image: radial-gradient(circle, rgba(var(--crt-terminal-green), 0.03) 1px, transparent 1px);
.hover-turn:hover .hover-turn-after {
    background-size: 15px 15px;
  animation: hover-turn 0.5s;
    background-repeat: repeat;
    background-attachment: fixed;
}
}


/* 确保图片不会溢出 */
.hover-turn:hover .hover-turn-before,
img {
.hover-turn:not(:hover) .hover-turn-after {
    max-width: 100%;
opacity: 0;
    height: auto;
}
}
/* [[Category:在模板名字空间下的CSS页面]] */


/* 添加JavaScript代码以创建扫描线元素 */
/*
/* 需要在页面加载时执行以下JavaScript代码:
.colormu_toggle_on是为了黑幕开关(MediaWiki:Gadget-heimu-toggle.js)做适配。
 
.colormu-drk、.colormu-bri分别是暗色背景和亮色背景,
document.addEventListener('DOMContentLoaded', function() {
暗色背景的文字通常是浅色,在半隐背景后,颜色需要变成深色。
    // 创建噪点效果元素
    const noise = document.createElement('div');
    noise.className = 'noise';
    document.body.appendChild(noise);
   
    // 创建宽扫描线元素
    const wideScanline = document.createElement('div');
    wideScanline.className = 'wide-scanline';
    document.body.appendChild(wideScanline);
   
    // 添加垂直同步扫描效果
    const vsyncLine = document.createElement('div');
    vsyncLine.className = 'vsync-line';
    document.body.appendChild(vsyncLine);
   
    // 添加第二条扫描线,错开时间,增加真实感
    const wideScanline2 = document.createElement('div');
    wideScanline2.className = 'wide-scanline';
    wideScanline2.style.animationDelay = '4s'; // 错开动画时间
    wideScanline2.style.opacity = '0.2'; // 降低不透明度
    document.body.appendChild(wideScanline2);
   
    // 添加额外的CRT效果元素
    const extracDiv1 = document.createElement('div');
    extracDiv1.id = 'extrac-div-1';
    document.body.appendChild(extracDiv1);
   
    const extracDiv2 = document.createElement('div');
    extracDiv2.id = 'extrac-div-2';
    document.body.appendChild(extracDiv2);
   
    const extracDiv3 = document.createElement('div');
    extracDiv3.id = 'extrac-div-3';
    document.body.appendChild(extracDiv3);
   
    console.log('CRT效果已加载');
});
*/
*/
.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;
}
/* [[Category:在模板名字空间下的CSS页面]] */

2025年4月26日 (六) 21:35的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
@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");

:root {
	--link-color: #0645ad;
	--link-color-active: #faa700;
	--custom-background-blue: #ccf;
	--custom-background-cyan: #cef;
	--custom-background-green: #cfc;
	--custom-background-gray: #d2d2d2;
	--custom-background-grey: var(--custom-background-gray);
	--custom-background-magenta: #fdf;
	--custom-background-orange: #fdb;
	--custom-background-purple: #ecf;
	--custom-background-red: #fcc;
	--custom-background-yellow: #ffc;
	--custom-border-blue: #36e;
	--custom-border-cyan: #9df;
	--custom-border-green: #5d5;
	--custom-border-gray: #bbb;
	--custom-border-grey: var(--custom-border-gray);
	--custom-border-magenta: #f9f;
	--custom-border-orange: #f90;
	--custom-border-purple: #96c;
	--custom-border-red: #e44;
	--custom-border-yellow: #fc3;
	--custom-closed-topic-neutral: #eef;
	--custom-closed-topic-no: #fee;
	--custom-closed-topic-yes: #efe;
	--custom-code-background: #f8f9fa;
	--custom-load-page-button-color: #fff8;
	--custom-main-page-background: #fcfcfc;
	--custom-main-page-border: var(--custom-border-gray);
	--custom-main-page-edition-subheader: #333;
	--custom-mcwiki-header-color: #bcd4f5;
	--custom-navbox-background: #fff;
	--custom-navbox-top: #ccc;
	--custom-navbox-middle: #ddd;
	--custom-navbox-thru: #eee;
	--custom-nbt-inherit-color: #e6e6fa;
	--custom-table-background: #f8f9fa;
	--custom-table-alternate-background: #f0f1f2;
	--custom-table-choice-always: #003600;
	--custom-table-choice-always-background: #80d080;
	--custom-table-choice-default: #fff;
	--custom-table-choice-in-off-background: #060;
	--custom-table-choice-in-on-background: #0c0;
	--custom-table-choice-na: #000;
	--custom-table-choice-na-background: #fff;
	--custom-table-choice-neutral: #634800;
	--custom-table-choice-neutral-background: #ffeb9c;
	--custom-table-choice-never: #3c0404;
	--custom-table-choice-never-background: #ff8080;
	--custom-table-choice-no: #840606;
	--custom-table-choice-no-background: #ffc7ce;
	--custom-table-choice-out-off-background: #900;
	--custom-table-choice-out-on-background: #f00;
	--custom-table-choice-partial: #665400;
	--custom-table-choice-partial-background: #ffd;
	--custom-table-choice-planned: #0131b7;
	--custom-table-choice-planned-background: #dfdfff;
	--custom-table-choice-rarely: #533400;
	--custom-table-choice-rarely-background: #fdce5e;
	--custom-table-choice-unknown: #222;
	--custom-table-choice-unknown-background: #ccc;
	--custom-table-choice-yes: #005600;
	--custom-table-choice-yes-background: #c6efce;
	--custom-table-header-background: #eaecf0;
	--custom-topic-30-days: #bbb;
	--custom-topic-7-days: #ddd;
}
--pixel-font-16: 'VonwaonBitmap 16px', monospace;
  --pixel-font-12: 'VonwaonBitmap 12px', monospace;
  --title-font: var(--pixel-font-16);
  --body-font: var(--pixel-font-16);
  --small-font: var(--pixel-font-12);
  --UI-font: var(--pixel-font-12);
  
  .notaninfobox {
	position: relative;
	clear: right;
	margin: 0 0 1em 1em;
	width: 350px;
	font-size: 90%;
	background-color: var(--custom-table-background);
	float: right;
	border: 1px solid var(--custom-border-gray);
	padding: 2px;
	overflow: auto;
	z-index: 1;
	overflow-wrap: anywhere;
}
@media all and (max-width: 511px) {
	.notaninfobox {
		float: none;
		margin-left: 0;
		width: auto;
	}
}
@media all and (max-width: 337px) {
	.notaninfobox {
		margin-left: -16px;
		margin-right: -16px;
		border-left: none;
		border-right: none;
	}
}

.notaninfobox > .infobox-title {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	background-color: #BCD4F5;
}
.infobox-imagearea {
	text-align: center;
	padding: 4px;
}
.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;
}
.notaninfobox .infobox-rows .infobox-row {
	display: contents;
}

.notaninfobox .infobox-row .infobox-row-label,
.notaninfobox .infobox-row .infobox-row-field {
	padding: 4px;
}

.notaninfobox .infobox-row .infobox-row-label {
	font-weight: bold;
	display: flex;
	align-items: center;
}
.community-updates {
  background: #fff0e6;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.community-updates ul li {
  list-style: none;
  padding: 10px;
  background: #fff;
  margin: 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.community-updates ul li a {
  color: #337ab7;
  text-decoration: none;
  font-weight: bold;
}
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label,
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field {
	background-color: var(--custom-table-alternate-background);
}

/* 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%;
}

.tabber-container-infobox ul.tabbernav li a:hover {
	color: #000;
}

.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;
}
.mw-mainpage-header {
    background: linear-gradient(to bottom right, #B9A3FF, #8C47E7);
    box-shadow: grey 0px 0px 5px;
    border-radius: 20px;
    color: #000;
    font-size: 1.5em;
    text-shadow: white 0px 0px 10px, white 0px 0px 10px;
    padding: 20px;
    text-align: center;
}

.mw-mainpage-header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.mw-mainpage-header p {
    font-size: 1.2em;
    margin: 5px 0;
}
.tabber-container-infobox ul.tabbernav > li > a {
	color: #595959;
	padding-bottom: 1px;
	display: block;
}

/* To prevent the tabs from jumping around when they become active or inactive
 * due to the font-weight changing from normal to bold and vice versa, add an
 * invisible ::before which contains the same text as the tab's text, but
 * bolded. This way the element in which unbolded text sits is sized according
 * to the bolded text, preventing it from resizing upon being selected.
 */
.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 {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  background-color: #f9f9f9;
}

.tabber-container-infobox ul.tabbernav > li.tabberactive > a {
	font-weight: bold;
	color: var(--link-color);
	border-bottom: 2px solid var(--custom-mcwiki-header-color);
}

.infobox-rows p {
	margin: 0;
}

/* Merge adjacent dls in the infobox, since they're usually supposed to be one,
 * but the wiki screws up sometimes.
 */
.infobox-rows dl + dl {
	margin-top: -0.4em;
}

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

.infobox-footer {
	text-align: center;
}

/* 页面底部导航框(2011年8月16日引自中文维基)(所谓大家族模板) */
table.navbox{
    border:1px solid #aaa;
    clear:both;
    margin:auto;
    padding:1px;
    text-align:center;
    width:100%;
}
 
table.navbox + table.navbox{
    margin-top:-1px;
}
 
.navbox-title,
.navbox-abovebelow,
table.navbox th{
    padding-left:1em;
    padding-right:1em;
    text-align:center;
}
 
.navbox-group{
    font-weight:700;
    white-space:nowrap;
}
 
.navbox,
.navbox-subgroup{
    background:none repeat scroll 0 0 var(--theme-card-background-color, #fdfdfd);
}
 
.navbox-list{
    border-color:#fdfdfd;
}
 
.navbox-title,
table.navbox th{
    background:none repeat scroll 0 0 #a5e4a5;
}
 
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title{
    background:none repeat scroll 0 0 #c0ecc0;
}
 
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow{
    background:none repeat scroll 0 0 #e6f6e6;
}
 
.navbox-even{
    background:none repeat scroll 0 0 #f5fcf5;
}
 
.navbox-odd{
    background:none repeat scroll 0 0 #fdfdfd;
}
.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 {*/
	/*	display:none;*/
	/*}*/
	/*“查·论·编”在小屏幕时基本用不到(也很难点到)*/
	.navbox-title>div{
        display: none;
    }
    /*把内边距去掉*/
    .navbox-group,
    .navbox-group >div{
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
}

/* h1标题字体 */
body h1 {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif !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);
}

.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;
}

/*
	该文档为一个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页面]] */

/*
.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;
}
 
/* [[Category:在模板名字空间下的CSS页面]] */