avatar
匿名用户
×
创建一个新的页面
输入页面标题:
目前语音维基上有2062个页面。 在上方输入您想创建的页面名称或单击以下标题之一,即可开始撰写!



语音维基

“MediaWiki:Common.css”的版本间的差异

(建立内容为“→‎这里放置的CSS将应用于所有皮肤 →‎<pre><nowiki> @import "/load.php?articles=MediaWiki:Mainpage.css|MediaWiki:Badges-blogs.css&only=styles&mode…”的新页面
 
标签移动网页编辑 移动版编辑
 
(未显示5个用户的632个中间版本)
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
+
@import url("https://fonts.googleapis.com/css?family=Exo 2"); /* 因使用顺序优先加载 */
/* <pre><nowiki>*/
+
@import url("https://fonts.googleapis.com/css?family=Jura"); /*科技感包含希腊字母*/
@import "/load.php?articles=MediaWiki:Mainpage.css|MediaWiki:Badges-blogs.css&only=styles&mode=articles";
+
@import url("https://fonts.googleapis.com/css?family=Tajawal"); /*阿拉伯字母字体*/
+
@import url("https://fonts.googleapis.com/css?family=Google Sans"); /*谷歌的字体*/
.comments .staff > blockquote,
+
@import url("https://fonts.googleapis.com/css?family=Noto Sans SC"); /*思源黑体*/
.comments .staff .current,
+
@import url("https://fonts.googleapis.com/css?family=Fira Code"); /*等宽字体常规*/
.comments .staff.even blockquote {
+
@import url("https://fonts.googleapis.com/css?family=Kalam"); /*较窄的字体*/
  background: #C7D1D8;
+
@import url("https://fonts.googleapis.com/css?family=JetBrains Mono"); /*等宽字体用作目录*/
 +
@import url("https://voicewiki.cn/w/extrafiles/fontawesome-free-5.15.4/css/all.min.css"); /* FA 字体图标 */
 +
@import url("https://voicewiki.cn/w/extrafiles/font-awesome-animation.min.css"); /* FA 字体动画 */
 +
 
 +
@font-face {  
 +
font-family: "Pricedown";
 +
    src: url("https://voicewiki.cn/w/extrafiles/Pricedown.ttf") format("truetype");
 +
    font-style: normal;
 +
    font-stretch: normal;
 +
    font-weight: normal;  
 
}
 
}
.comments .staff > blockquote:after,
+
 
.comments .staff .current:after,
+
@font-face {
.comments .staff.even blockquote:after {
+
font-family: "Big Noodle Too";
  border-color: transparent #C7D1D8 #C7D1D8 transparent;
+
    src: url("https://voicewiki.cn/w/extrafiles/big-noodle-too-oblique.woff") format("woff");
 +
    font-style: oblique;
 +
    font-stretch: normal;
 +
    font-weight: normal;  
 
}
 
}
.comments .staff > blockquote div {
+
 
  background: transparent;
+
@font-face {
 +
font-family: "YSGoodBody";
 +
    src: url("https://voicewiki.cn/w/extrafiles/YSGoodBody.ttf") format("truetype");
 +
    font-style: normal;
 +
    font-stretch: normal;
 +
    font-weight: normal;  
 
}
 
}
+
 
/* Hide the little logo and make the background of the main logo transparent */
+
/* 暂时隐藏需要处理但还未处理的 DOM 节点,JavaScript 会在之后移除这个 class */
.logoContainer { background-color: transparent !important; }
+
.template-render-cloak {
.wikiaLogo { display:none !important; }
+
  display: none !important;
+
  visibility: hidden !important;
/* div.mw-geshi class used in conjuction with source tag */
 
div.mw-geshi {
 
background-color:#F9F9F9;
 
border:1px dashed #2F6FAB;
 
padding:0.5em 1em;
 
font-family:monospace;
 
 
}
 
}
/* Avoids code "squashing" where preformatted code is displayed side-by-side in a table. */ td:not(:only-child) .mw-geshi pre {
+
 
    white-space: pre-wrap;
+
/* 使用占位图代替受损图像 */
    -o-tab-size: 4;
+
.unresolved-image {
    -moz-tab-size: 4;
+
  display: inline-block !important;
    tab-size: 4;
+
  position: relative;
 +
  box-sizing: border-box;
 +
  color: transparent !important;
 +
  border: 8px solid #242d38;
 +
  background-color: #1a1f25;
 
}
 
}
/* Main page Tabber code
+
 
   ul.tabbernav = the tab navigation list
+
.unresolved-image::after {
   li.tabberactive = the active tab
+
   content: "?";
   --------------------------------------------------*/
+
   position: absolute;
+
   left: 50%;
.page-Community_Central ul.tabbernav {
+
  top: 50%;
    border: none;
+
  transform: translate(-50%, -50%);
    font: normal 14px Helvetica, Arial, sans-serif;
+
  color: #fff !important;
    padding: 10px 0;
+
  font-size: 1.5em;
 +
  font-weight: 700;
 
}
 
}
.page-Community_Central ul.tabbernav li a {
+
 
    padding: 10px;
+
/*
    margin-left: 0;
+
  根据目测覆盖范围重新安排 font-family 使用顺序:
    background-color: #e6f4ff;
+
  "Exo 2" -> Latin
    border: none;
+
  Tajawal -> Latin + Arabic
    border-right: 1px solid #002E54;
+
  Jura -> 经测试 Jura 并不包含希腊字母字形
    border-top: 1px solid #002E54;
+
*/
 +
body * {
 +
  font-family: "Exo 2", Tajawal, "Google Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
 +
}/*全站字体*/
 +
 
 +
/**************************/
 +
/*  样式统一修复与重置    */
 +
/**************************/
 +
body pre,
 +
body code {
 +
  font-family: "Cascadia Code", "Ubuntu Mono", "Menlo", "Consolas", "Monaco", "Noto Mono", "Nimbus Mono L", monospace;
 
}
 
}
.page-Community_Central ul.tabbernav li a:link,
+
 
.page-Community_Central ul.tabbernav li a:visited {
+
.color-display {
    color: #002E54;
+
  display: inline-block;
    border: none;
+
  width: 1em;
    border-right: 1px solid #002E54;
+
  height: 1em;
    border-top: 1px solid #002E54;
+
  border-radius: 2px;
 +
  vertical-align: middle;
 
}
 
}
.page-Community_Central ul.tabbernav li a:hover {
+
 
    color: #FFFFFF;
+
.color-display.wide {
    background-color: #002E54;
+
  width: 2.5em;
    border: none;
 
    border-right: 1px solid #002E54;
 
    border-top: 1px solid #002E54;
 
 
}
 
}
.page-Community_Central ul.tabbernav li.tabberactive a,
+
 
.page-Community_Central ul.tabbernav li.tabberactive a:hover {
+
/**************************/
    color: #FFFFFF;
+
/*      顶部导航栏        */
    background-color: #002E54;
+
/**************************/
    font-weight: normal;
+
 
    border: none;
+
body > #mw-content-container {
    border-right: 1px solid #002E54;
+
  margin-top: 4%;
    border-top: 1px solid #002E54;
 
 
}
 
}
.page-Community_Central .tabberlive {
+
 
    width: 100%;
+
/* 导航栏背景颜色 */
 +
#cosmos-banner {
 +
  background-color: #111032;
 
}
 
}
.page-Community_Central .tabberlive .tabbertab {
+
 
    border: none;
+
/* 图标颜色:无填充,只改描边 */
 +
.cosmos-bannerOption-icon {
 +
  fill: none;
 +
  stroke: #41A5EE;
 +
}
 +
 
 +
/* 旁边小箭头颜色 */
 +
.cosmos-bannerOption-dropdownIcon {
 +
  stroke: #39B54A;
 +
  fill: #39B54A;
 
}
 
}
+
 
/*--------------------------------------------------
+
/* 旁边小箭头颜色 hover */
Styles for Guides Tabs
+
.cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon {
  --------------------------------------------------*/
+
  fill: #39B54A;
.page-Community_Central .tab-item-avatar {
+
  stroke: #39B54A;
    float: left;
 
    width: 48px;
 
    margin: 20px 10px 0;
 
 
}
 
}
.page-Community_Central .tab-item-title {
+
 
    font-size: 22px;
+
/* 图标颜色hover */
    padding-top: 20px;
+
.cosmos-bannerOption:hover .cosmos-bannerOption-icon {
    margin: 5px 0 -5px;
+
  stroke: #ffffff !important;
 
}
 
}
.page-Community_Central .tab-item-content {
+
 
    margin-left: 10px;
+
/* 搜索框文本和下划线颜色 */
    border-bottom: 1px solid #ccc;
+
#searchInput {
 +
  color: #41A5EE !important;
 +
  border-bottom: 2px solid #41A5EE;
 
}
 
}
/* Help headers */
+
 
.basic {
+
/* 搜索框下划线颜色 */
    background-image: url('https://vignette.wikia.nocookie.net/central/images/3/3b/Greenheader.png');
+
#searchInput:enabled {
    color:#006600;
+
  border-bottom: 2px solid #41A5EE;
 
}
 
}
.moderate {
+
 
     background-image: url('https://vignette.wikia.nocookie.net/central/images/7/7f/Blueheader.png');
+
input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */
     color:#333399;
+
     color: #41A5EE !important;
 +
}
 +
input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 +
    color: #41A5EE !important;
 +
}
 +
input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */  
 +
    color: #41A5EE !important;
 +
}
 +
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */  
 +
    color: #41A5EE !important;
 +
}/*搜索框文本颜色*/
 +
 
 +
#cosmos-search-buttonContainer:hover #cosmos-search-buttonIcon
 +
{
 +
  stroke: #ffffff !important;
 +
}/*搜索框放大镜hover颜色*/
 +
 
 +
.cosmos-userButton-label
 +
{
 +
color: #41A5EE;
 +
}/*用户名颜色*/
 +
 
 +
.cosmos-userOptions-personalTools:hover .cosmos-userButton-label {
 +
     color: #ffffff;
 +
}/*用户名颜色hover*/
 +
#cosmos-actionsList-list a:hover {
 +
    background-color: transparent;
 
}
 
}
.expert {
+
 
    background-image: url('https://vignette.wikia.nocookie.net/central/images/e/ed/Purpleheader.png');
+
/* Echo */
     color:#663399;
+
.oo-ui-popupWidget-head {
 +
     overflow: hidden;       /*去除滚动条*/
 
}
 
}
.helpheader {
+
/* 表格展开和折叠文字 */
    padding-left: 5px;
+
.mw-collapsible-text {
    margin-top: .5em;
+
     text-shadow: 1px 1px #000000bd;
     margin-bottom: .17em;
 
    width: 100%;
 
    background-repeat: repeat-y;
 
    clear: right;
 
    display: table;
 
 
}
 
}
.helpheader h2 {
+
/**************************/
     margin: 0px !important;
+
/*        主页面          */
     display: inline;
+
/**************************/
     float: left;
+
body {  
     font-size: 140%;
+
     background-image: url(/w/images/0/0e/BackgroundImage.jpg);
     font-weight: bold;
+
     background-repeat: no-repeat;
     line-height: 150%;
+
     background-size: cover;
     margin: 15px 0px 3px 0px;
+
     background-attachment: fixed;
     padding:0.4em;
+
}/*网站背景*/
     text-align:left;
+
 
     vertical-align:middle;
+
body pre {
     border-style: none;
+
     background-color: rgba(17,17,17,0.91);
 +
    color: #ffffff;
 +
     border: 1px solid #cccccc;
 +
     overflow: auto;
 +
     padding: 12px;
 +
    word-break: break-all;
 +
     line-height: normal;
 +
     font-family: monospace;
 +
     font-size: 16px;
 
}
 
}
.helpheader h2 ~ h2 {
+
 
     display: inline;
+
#cosmos-actionsList-list
     float: left;
+
{
 +
     background-color: #292929;
 +
    border-color: #888888;
 +
    color: #e6e6e6;
 +
     border-bottom: none !important;
 
}
 
}
.silver_taskstar h2 {
+
 
    background: url('https://images.wikia.nocookie.net/central/images/a/aa/Silver_taskstar.png') left center no-repeat;
+
.cosmos-header {
    padding-left: 25px;
+
  background-color: #111111;
    padding-right: 15px;
 
 
}
 
}
.silver_taskstar h2 ~ h2 {
+
 
     background: transparent !important;
+
.cosmos-header__sitename a:-webkit-any-link {
     padding-left: 0px;
+
     color: #ffffff;
 +
     font-size: 1.1em;
 +
}/*VoiceWiki的字体属性*/
 +
 
 +
.cosmos-header .wds-tabs .wds-tabs__tab-label a {
 +
    color: #ffffff;
 
}
 
}
.helpheader h2 ~ h2:before {
+
.cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a {
     content:'/';
+
     color: #ffffff;
    margin-right: 10px;
 
 
}
 
}
.helpheader .editsection {
+
.cosmos-header::before{
    background: white;
+
background: #1d1d1f;
    margin-top: -25px;
+
background-image: #1d1d1f;
    position: absolute;
 
    right: 5px;
 
 
}
 
}
.glass {
+
.cosmos-header .cosmos-header__counter {
     background-image: url(https://images.wikia.nocookie.net/central/images/a/a9/Glass_bar.png);
+
     color: #ffffff;
    background-repeat: repeat-x
 
 
}
 
}
/*~ Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes ~*/
+
 
th.mbox-text, td.mbox-text {
+
.cosmos-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:not(.wds-button) {
    /* The message body cell(s) */
+
     background-color: rgba(0,108,176,0.1);
     border: none;
+
     color: #1d1d1f;
    padding: 0.25em 0.9em;
 
     /* 0.9em left/right */
 
    width: 100%;
 
    /* Make all mboxes the same width regardless of text length */
 
 
}
 
}
td.mbox-image {
+
/**************************/
    /* The left image cell */
+
 
    border: none;
+
.mw-body h1.firstHeading{
    padding: 2px 0 2px 0.9em;
+
  border-bottom: none !important;
    /* 0.9em left, 0px right */
+
  color:#ffffff;
    text-align: center;
 
 
}
 
}
td.mbox-imageright {
+
 
    /* The right image cell */
+
body h1 {
    border: none;
+
  border-bottom: none !important;
    padding: 2px 0.9em 2px 0;
+
  color:#27d1f4;
    /* 0px left, 0.9em right */
 
    text-align: center;
 
 
}
 
}
/*~ Talk page message box styles ~*/
+
 
table.tmbox {
+
#mw-content-text h2 {
     margin: 4px 10%;
+
     color: #27d1f4;
     border-collapse: collapse;
+
     padding-bottom: 2px !important;
     border: 1px solid #c0c090;
+
     border: 0em;
     /* Default "notice" gray-brown */
+
     margin-top: 0em;
     background: #f8eaba;
+
     margin-bottom: 0.5em;
 
}
 
}
.mediawiki .mbox-inside .tmbox {
+
 
     /* For tmboxes inside other templates. The "mediawiki" */
+
#mw-content-text h2::after {
    margin: 2px 0;
+
     content: " ";
    /* class ensures that this declaration overrides other */
 
 
     width: 100%;
 
     width: 100%;
     /* For Safari and Opera */
+
     height: 6px;
     /* styles (including mbox-small above) */
+
     display: block;
 +
    background-color: #ffef00;
 +
    clip-path: polygon(0 0, 0 100%, 12% 100%, calc(12% + 8px) 1px, 100% 1px, 100% 0);
 +
    margin-top: 0.2em;
 +
}
 +
 
 +
#mw-content-text h3 {
 +
    border: 0em;
 +
    margin-top: 0em;
 +
    margin-bottom: 0.5em;
 +
    border-bottom: none !important;
 +
    color:#27d1f4;
 
}
 
}
.mbox-inside .tmbox.mbox-small {
+
 
    /* "small" tmboxes should not be small when  */
+
/* 目录标题 */
    line-height: 1.5em;
+
#mw-toc-heading {
    /* also "nested", so reset styles that are  */
+
     border-bottom: 0px !important;
     font-size: 100%;
 
    /* set in "mbox-small" above.                */
 
 
}
 
}
table.tmbox-speedy {
+
#mw-toc-heading::after {
     border: 2px solid #b22222;
+
     display:none !important;
    /* Red */
 
    background: #fee;
 
    /* Pink */
 
 
}
 
}
table.tmbox-delete {
+
 
     border: 2px solid #b22222;
+
.mw-body h4 {
    /* Red */
+
     color: #27d1f4 ;
 
}
 
}
table.tmbox-content {
+
.mw-body h5 {
     border: 2px solid #f28500;
+
     color: #27d1f4 ;
    /* Orange */
 
 
}
 
}
table.tmbox-style {
+
/**************************/
     border: 2px solid #f4c430;
+
 
    /* Yellow */
+
#mw-content .toctitle h2 {
 +
    font-size: 20px;
 +
    background-image: none !important;
 +
    font-weight: 900;
 +
}/*目录的目录二字*/
 +
.toc {
 +
    background-color: transparent;
 +
     border: 1px solid yellow;
 +
    display: table;
 +
    margin: 1em 0;
 +
    max-width: 300px;
 +
    padding: 10px;
 +
    border-radius: 10px;
 +
}/*目录*/
 +
 
 +
#mw-content .toggleSymbol, .toctogglelabel {
 +
    color: #FFF039;
 +
}/*目录编辑*/
 +
 
 +
.tocnumber {
 +
    color: #27d1f4;
 +
    font-family: "JetBrains Mono", monospace;
 
}
 
}
table.tmbox-move {
+
 
    border: 2px solid #9932cc;
+
body #mw-content-text {
    /* Purple */
+
  color: #ffffff !important;
 +
}/*普通文本*/
 +
 
 +
#mw-content {
 +
    background-color: rgba(17,17,17,0.91);
 +
    border: 0 !important;
 
}
 
}
table.tmbox-protection, table.tmbox-notice {
+
 
     border: 1px solid #c0c090;
+
#mw-content a:not(.new){
     /* Gray-brown */
+
  color: #FFF039;
 +
}/*普通超链接*/
 +
.mw-warning {
 +
    background-color: #1d1d1f;}
 +
#filetoc {
 +
    background-color: #1d1d1f;}
 +
 
 +
.cosmos-button-primary {
 +
     color: #000000;
 +
    background-color: #27d1f4;
 +
     stroke: #000000;
 +
    stroke-width: 2px;
 
}
 
}
/* These mbox-small classes must be placed after all other
+
.cosmos-button.cosmos-button-secondary {
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
     color: #ffffff;
  they override "table.ambox + table.ambox" above. */
+
     stroke: #ffffff;
body.mediawiki table.mbox-small {
+
     stroke-width: 2px;
     /* For the "small=yes" option. */
 
    clear: right;
 
     float: right;
 
    margin: 4px 0 4px 1em;
 
     width: 238px;
 
    font-size: 88%;
 
    line-height: 1.25em;
 
 
}
 
}
body.mediawiki table.mbox-small-left {
+
#cosmos-footer {
     /* For the "small=left" option. */
+
     background-color: rgba(17,17,17,0.91);}
    margin: 4px 1em 4px 0;
+
.cosmos-footerLinks-list {
     width: 238px;
+
     color: #ffffff;}
    border-collapse: collapse;
+
.cosmos-footerLinks-list li a {
    font-size: 88%;
+
     color: #FFF039;
     line-height: 1.25em;
 
 
}
 
}
+
 
+
.cosmos-articleContainer{
+
color: #ffffff;
/* === USERBOXES  === */
 
table.userbox {
 
    float: left;
 
    margin: 0.2em;
 
    padding: 0;
 
    border-width: 1px;
 
    border-style: solid;
 
 
}
 
}
table.userbox td.left,
+
 
table.userbox td.right {
+
}/*监视列表*/
    text-align: center;
+
 
    vertical-align: middle;
 
    font-size: 1.6em;
 
    padding: 0;
 
 
}
 
}
table.userbox td.main {
+
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
     padding: 0 4px;
+
     background-color: darkgray;}/*监视列表*/
     vertical-align: middle;
+
table.mw-datatable{
     line-height: 125%;
+
color:#ffffff;}
     font-size: 0.9em;
+
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
 +
     background-color: transparent;
 +
     border-color: #447ff5;}
 +
#pagehistory li.selected {
 +
     color: #27d1f4;}
 +
 
 +
.mw-plusminus-pos {
 +
    color: #00c100;
 
}
 
}
+
 
table.userbox {
+
.mw-plusminus-neg {
     border-color: #aaa;
+
     color: #e10000;
    background: #f8f8f8;
 
 
}
 
}
table.userbox td.left,
+
 
table.userbox td.right {
+
/* 注释 */
     background: #d8d8d8;
+
ol.references li:target, sup.reference:target {
 +
     background-color: #eaf3ff69;
 
}
 
}
+
 
/*  
+
/* 搜索页面 */
=== Babel ===
+
.mw-search-profile-tabs {
*/
+
     background-color: #444;
div.babelbox {
+
     margin-top: 1em;
     float: right;
+
     border: 1px solid #666;
     margin-left: 1em;
+
     border-radius: 2px;
    margin-bottom: 0.5em;
 
    width: 246px;
 
     border: 1px solid #99B3FF;
 
     padding: 2px 0 2px 0;
 
 
}
 
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
+
 
     margin: 2px 4px 2px 4px;
+
li.gallerybox div.thumb {
     /* t, l, b, r */
+
    border: 1px solid #c8ccd1;
     width:238px;
+
    background-color: #202122;
     border-collapse: collapse;
+
} /* 上传文件图片格子的背景 */
 +
 
 +
/**************************/
 +
/*    SM2的播放按钮      */
 +
/**************************/
 +
 
 +
a.sm2_button, a.sm2_button.sm2_paused:hover {
 +
    position: relative;
 +
    display: inline-block;
 +
     background-color: #ffef00;
 +
     background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik05MTIuNzI0ODg0IDQyOS4zNTU2ODFMMjA4Ljc5NzU0NSAxMy4xOTg2MzhDMTUxLjYwMzQ0OS0yMC41OTc4NzQgNjQuMDEyNDkgMTIuMTk4NzQxIDY0LjAxMjQ5IDk1Ljc5MDExMlY5MjcuOTA0MjE5YzAgNzQuOTkyMjU5IDgxLjM5MTU5OSAxMjAuMTg3NTk0IDE0NC43ODUwNTUgODIuNTkxNDc1bDcwMy45MjczMzktNDE1Ljk1NzA2NGM2Mi43OTM1MTgtMzYuOTk2MTgxIDYyLjk5MzQ5OC0xMjguMTg2NzY4IDAtMTY1LjE4Mjk0OXoiIHAtaWQ9IjEzODQiPjwvcGF0aD48L3N2Zz4=);
 +
    background-repeat: no-repeat;
 +
    background-size: 40% 40%;
 +
    background-position: 55% 50%;
 +
    height: 3rem;
 +
     width: 3rem;
 +
     border-radius: 50%;
 +
    margin: 2px 4px 2px 0px;
 
}
 
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
+
 
     text-align:center;
+
a.sm2_button:hover, a.sm2_button.sm2_playing, a.sm2_button.sm2_playing:hover {
    font-size:14pt;
+
     background-color: #d9cb00;
    width:45px;
 
    height:45px;
 
 
}
 
}
td.lang-descriptionN, td.lang-description0, td.lang-description1, td.lang-description2, td.lang-description3 {
+
 
     font-size:8pt;
+
a.sm2_button.sm2_paused, a.sm2_button.sm2_paused:hover {
    padding:4pt;
+
     background-color: #aca753;
    line-height:1.25em
 
 
}
 
}
.lang-block0 {
+
/**************************/
     border:1px solid #FFB3B3;
+
/*      编辑界面          */
 +
/**************************/
 +
 
 +
.mw-editform #wpTextbox1 {
 +
     background-color: #1d1d1f;
 +
    color: #ffffff;
 +
    overflow: auto;
 
}
 
}
td.lang-code0 {
+
 
     background-color: #FFB3B3;
+
div.editOptions {
     color: black;
+
    padding: 1.25em 1.75em;
 +
    border: solid #ffffff;
 +
    border-width: 0 1px 0.2em;
 +
     background: #1d1d1f;
 +
     color: #ffffff;
 
}
 
}
td.lang-description0 {
+
 
     background-color: #FFE0E8;
+
.editOptions p {
    color: black;
+
     color: #ffffff;
 
}
 
}
.lang-block1, .lang-block2, .lang-block3 {
+
.editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label {
     border:1px solid #99B3FF;
+
     color: #27d1f4;
 
}
 
}
td.lang-code1, td.lang-code2, td.lang-code3 {
+
#catlinks{
    background-color: #99B3FF;
+
background-color:#1d1d1f;
    color: black;
 
 
}
 
}
td.lang-description1, td.lang-description2, td.lang-description3 {
+
 
     background-color: #E0E8FF;
+
/*其他*/
     color: black;
+
 
 +
table.mw-enhanced-rc th, table.mw-enhanced-rc td {
 +
    color: #ffffff;
 +
}/*监视列表*/
 +
#pagehistory li.selected {
 +
    background-color: transparent;}
 +
.oo-ui-fieldLayout-header {
 +
    color: #ffffff;}
 +
.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
 +
    background-color: transparent;}
 +
.diff-context {
 +
    color: #ffffff;}
 +
html .thumbcaption {
 +
    color: #1d1d1f;}
 +
 
 +
/***********/ 
 +
/*datatable*/
 +
/***********/
 +
 
 +
.mw-datatable td {
 +
    background-color: #1d1d1f;
 +
    color: deepskyblue;
 +
}/*数据库表格*/
 +
.mw-datatable th {
 +
    background-color: transparent;
 +
}/*数据库表头*/
 +
.mw-datatable tr:hover td {
 +
     background-color: transparent;
 +
}/*文件hover*/
 +
.oo-ui-labelElement {
 +
     color: rgb(57,181,74) !important;
 
}
 
}
.lang-blockN {
+
.oo-ui-labelElement .oo-ui-labelElement-label{
     border:1px solid #6EF7A7;
+
    color: dodgerblue;}
 +
 
 +
/* 黑幕模板配合CSS */
 +
/* 把这几行单独拎出来写,否则会被Firefox合并到“.heimu a”这条规则,然后又被上面的“点过外链不变色”规则override */
 +
.heimu,
 +
.heimu rt {
 +
     background-color: #FFF039;
 
}
 
}
td.lang-codeN {
+
span.heimu a.external,
     background-color: #6EF7A7;
+
span.heimu a.external:visited,
    color: black;
+
span.heimu a.extiw,
 +
span.heimu a.extiw:visited {
 +
     color: #FFF039;
 
}
 
}
td.lang-descriptionN {
+
.heimu,
     background-color: #C5FCDC;
+
.heimu a,
     color: black;
+
a .heimu,
 +
.heimu a.new {
 +
     color: #FFF039;
 +
     text-shadow: none;
 
}
 
}
/*
+
body:not(.heimu_toggle_on) .heimu:hover,
=== Forum formatting -Algorithm & -Splaka ===
+
body:not(.heimu_toggle_on) .heimu:active,
*/
+
body:not(.heimu_toggle_on) .heimu.off {
.forumheader {
+
     transition: color .13s linear;
     border: 1px solid #aaa;
+
     color: #1d1d1f;
    background-color: #f9f9f9;
 
     color: #000;
 
    margin-top: 1em;
 
    padding: 6px;
 
 
}
 
}
.forumlist td.forum_edited a {
+
body:not(.heimu_toggle_on) .heimu:hover a,
     color: black;
+
body:not(.heimu_toggle_on) a:hover .heimu,
     text-decoration: none
+
body:not(.heimu_toggle_on) .heimu.off a,
 +
body:not(.heimu_toggle_on) a:hover .heimu.off {
 +
     transition: color .13s linear;
 +
     color: lightblue;
 
}
 
}
.forumlist td.forum_title a {
+
body:not(.heimu_toggle_on) .heimu.off .new,
     padding-left: 20px;
+
body:not(.heimu_toggle_on) .heimu.off .new:hover,
 +
body:not(.heimu_toggle_on) .new:hover .heimu.off,
 +
body:not(.heimu_toggle_on) .heimu:hover .new {
 +
     transition: color .13s linear;
 +
    color: #FCC;
 
}
 
}
.forumlist td.forum_title a.forum_new {
+
 
     font-weight: bold;
+
/* 流彩英雄渐变文本 (Webkit only!) */
     background: url('https://images.wikia.nocookie.net/central/images/4/4e/Forum_new.gif?1') center left no-repeat;
+
.text-chromatic {
     padding-left: 20px;
+
     background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#b116ec),color-stop(0.5,#ff0021),color-stop(1,#fff11e));
 +
     background-image: -webkit-linear-gradient(left,#b116ec 0%,#ff0021 50%,#fff11e 100%);
 +
    background-size: 1000% 1000%;
 +
    -webkit-background-clip: text;
 +
    -webkit-text-fill-color: transparent;
 +
    -webkit-animation: Text-Chromatic 6s linear infinite;
 +
    color: #f88f25; /* Fallback color for non-webkit browsers */
 +
     white-space: nowrap;
 
}
 
}
.forumlist td.forum_title a.forum_new:visited {
+
 
     font-weight: normal;
+
@keyframes Text-Chromatic {
     background: none;
+
    0% {background-position: 0% 50%}
     padding-left: 20px;
+
     50% {background-position: 100% 50%}
 +
     100% {background-position: 0% 50%}
 +
}/**/
 +
 
 +
/* 编辑器 */
 +
.wikiEditor-ui-text .ace_scroller * {
 +
     font-family: monospace; /* 修复光标错位 */
 
}
 
}
.forumlist th.forum_title {
+
 
    padding-left: 20px;
+
/**************************/
 +
/*        用户页面        */
 +
/**************************/
 +
 
 +
.profile-on {
 +
color: #1d1d1f;
 
}
 
}
/* === underline classes === */
+
.profile-tab {
.underlinelink a {
+
     font-size: smaller;
     text-decoration: underline ! important;
 
 
}
 
}
.nounderlinelink a {
+
.profile-update-title {
     text-decoration: none ! important;
+
    color: #27d1f4;}
 +
.wikitable{
 +
     background: dimgray;
 
}
 
}
/* font class for 'click here' */
+
.user-board-message-from {
.clickhere a, .clickhere a:visited {
+
     background-color: transparent;
     color: #3366BB !important
 
 
}
 
}
.clickhere a:hover, .clickhere a:active {
+
.board-blast-message-form h2 {
     color: #268CFE !important
+
    color: #27d1f4;}
 +
.blast-nav h2{
 +
     color: #27d1f4;}
 +
 
 +
 
 +
/**************************/
 +
/*    全是关于MsUpload    */
 +
/**************************/
 +
 
 +
#msupload-list .green {
 +
    background: silver;
 
}
 
}
/* === class for task boxes === */
+
#msupload-list .file {
.task {
+
     background: #1d1d1f;
    border: 1px solid #585490;
 
     background: #f8faff;
 
    padding:.5em;
 
 
}
 
}
/* === class for main page link tables === */
+
#msupload-bottom {
#bodyContent .buttonlink a {
+
     background-color: slategrey;
     background: transparent url(https://images.wikia.nocookie.net/central/images/9/96/Bullet_plain.png) center left no-repeat !important;
 
    padding-left: 14px !important;
 
 
}
 
}
#bodyContent .buttonstar a {
+
 
    background: transparent url(https://images.wikia.nocookie.net/central/images/e/ec/Bullet_star.png) center left no-repeat !important;
 
    padding-left: 14px !important;
 
 
}
 
}
#bodyContent .buttonstar3 a {
+
ul#filetoc {
     background: transparent url(https://images.wikia.nocookie.net/central/images/e/ef/Bullet_star3.png) center left no-repeat !important;
+
     text-align: center;
     padding-left: 14px !important;
+
    border: 0px;
 +
     background-color: transparent;
 
}
 
}
/* === misc === */
+
.wikitable:not([style*="background-color"]) > * > tr > td {
li #credits {
+
     background: content-box;
     white-space: normal;
 
 
}
 
}
.headbare h1, .headbare h2 {
+
.mw-warning-with-logexcerpt {
     border-bottom: none;
+
    background-color: steelblue;
 +
    border: none;}
 +
.wikiEditor-ui-toolbar .tabs span.tab a {
 +
    color: #41A5EE !important;}
 +
 
 +
/**************************/
 +
/*    哔哩哔哩视频插入    */
 +
/**************************/
 +
.bilibili{
 +
     border: 0;
 +
    padding: 0;
 +
    width: 100%;
 +
    height: 50vh;
 
}
 
}
.mw-plusminus-pos {
+
.bilibili iframe{
     color: #006500;
+
     border: 0;
 +
    padding: 0;
 +
    width: 100%;
 +
    height: 100%;
 
}
 
}
.mw-plusminus-neg {
+
 
     color: #8B0000;
+
 
 +
/**************************/
 +
/*      大家族模板        */
 +
/**************************/
 +
 
 +
.sr-navbox {
 +
     width: 100%;
 +
    background: #111;
 +
    border: 1px solid #444;
 
}
 
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
+
 
.allpagesredirect {
+
.sr-navbox-title {
     font-style: italic;
+
     background: #444;
 +
    padding: 10px 5px;
 +
    text-align: left;
 
}
 
}
.watchlistredir {
+
 
     font-style: italic;
+
.sr-navbox-before, .sr-navbox-after {
 +
     background: #333;
 +
    padding: 5px;
 
}
 
}
/* === for Percent template === */
+
 
.percent-fill {
+
.sr-navbox-content {
     height:24px;
+
     width: 100%;
     background: #ffffff url(https://images.wikia.nocookie.net/central/images/3/31/Gradient24.png) 0 0 repeat;
+
     border-collapse: separate;
 +
    border-spacing: 3px;
 
}
 
}
.percent-empty {
+
 
     height: 24px;
+
.sr-navbox-subgroup-content {
     background: transparent;
+
     background: #111;
 +
    margin: -13px;
 +
     width: calc(100% + 26px);
 
}
 
}
/* === per page stuff === */
+
 
.page-Category_Custom_edit_buttons .gallerybox .thumb {
+
.sr-navbox-group {
     padding:0 !important;
+
     padding: 10px 15px;
 +
    background: #3A3A3A;
 +
    #ffffff-space: nowrap;
 +
    font-weight: bold;
 
}
 
}
.page-Wikia_Maintenance_copyvio a[title|="Category:Files with unknown copyright status"] {
+
 
     display:none;
+
.sr-navbox-subgroup-group {
 +
    background: #2A2A2A;
 +
     font-weight: bold;
 
}
 
}
body.page-Community_Chat #page_controls {
+
 
     display:none;
+
.sr-navbox-list {
 +
     padding: 10px;
 +
    width: 100%;
 
}
 
}
body.page-Community_Chat #page_tabs {
+
 
     display:none;
+
.sr-navbox-list-even {
 +
     background: #222;
 
}
 
}
body.page-Community_Chat #articleFooterActions {
+
 
     display:none;
+
.sr-navbox-collapsible .sr-navbox-list {
 +
     padding: 0;
 
}
 
}
/* === Dynamic navigation === */
+
 
+
.sr-navbox-collapsible-content {
/* default skin for navigation boxes */
 
table.navbox {
 
    background-color: #f9f9f9;
 
    border: 1px solid #aaa;
 
    clear: both;
 
    font-size: 90%;
 
    margin: 1em 0em 0em;
 
    padding: 2px;
 
    text-align: center;
 
 
     width: 100%;
 
     width: 100%;
 +
    background: #111;
 
}
 
}
table.navbox th {
+
 
     background-color: #ccf;
+
.sr-navbox-collapsible-group {
    padding-left: 1em;
+
     background: #3A3A3A;
     padding-right: 1em;
+
     padding: 5px;
 
}
 
}
table.navbox tr:not(:first-child) th {
+
 
     background-color: #ddf;
+
 
 +
/**************************/
 +
/*      info类模板        */
 +
/**************************/
 +
.infoBox {
 +
    margin: 0 auto;
 +
     width: 100%;
 
}
 
}
@media print {
+
.infoBoxTitle {
    .navbox {
+
     margin: 3px auto;
        display: none;
+
     padding: 0;
    }
 
}
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge, div.NavFrame {
 
     margin: 0px;
 
     padding: 4px;
 
    border: 1px solid #aaa;
 
 
     text-align: center;
 
     text-align: center;
    border-collapse: collapse;
+
     font-weight: 700;
     font-size: 95%;
 
 
}
 
}
div.Boxmerge div.NavFrame {
+
.infoBoxIcon {
     border-style: none;
+
    display: table-cell;
     border-style: hidden;
+
    padding: 5px 0 5px 1.2em;
 +
     vertical-align: middle;
 +
    color:#14a0d3;
 +
     font-size: 1.3em;
 
}
 
}
div.NavFrame + div.NavFrame {
+
.infoBoxText {
     border-top-style: none;
+
     display: table-cell;
     border-top-style: hidden;
+
    padding: 0.8em 2.5em 0.8em 1em;
 +
    width: 100%;
 +
    text-align: center;
 +
     vertical-align: middle;
 
}
 
}
div.NavPic {
+
.infoBoxContent {
     background-color: #fff;
+
     background: rgb(59 59 59 / 65%);
     margin: 0px;
+
     border-radius: 7px;
    padding: 2px;
 
    float: left;
 
 
}
 
}
div.NavFrame div.NavHead {
+
.infoBoxBelow {
     height: 1.6em;
+
     margin: 0 auto;
     font-weight: bold;
+
     padding: 0;
     background-color: #ccccff;
+
     text-align: center;
    position:relative;
 
 
}
 
}
div.NavFrame p {
+
 
    font-size: 100%;
+
 
 +
/**************************/
 +
/*        评论区        */
 +
/**************************/
 +
 
 +
.comment-body {
 +
  padding-top: 2rem;
 
}
 
}
div.NavFrame div.NavContent {
+
 
    font-size: 100%;
+
.c-form-title {
 +
  color: #fff;
 +
  font-size: 1.75rem;
 +
  margin-bottom: .5em;
 
}
 
}
div.NavFrame div.NavContent p {
+
 
    font-size: 100%;
+
.comments-body .c-form-button .site-button {
 +
  margin: 0;
 +
  padding: .25em .5em;
 +
  line-height: 1.5;
 +
  color: #f8ef00;
 +
  border: 1px solid #f8ef00;
 +
  background-color: transparent;
 +
  transition: all 140ms ease-in-out;
 
}
 
}
div.NavEnd {
+
 
    margin: 0px;
+
.comments-body .c-form-button .site-button:focus,
    padding: 0px;
+
.comments-body .c-form-button .site-button:hover {
    line-height: 1px;
+
  background-color: #f8ef00;
    clear: both;
+
  color: #000;
 
}
 
}
a.NavToggle {
+
 
    position:absolute;
+
.comments-body .c-form-button .site-button + .site-button {
    top:0px;
+
  margin-left: .25rem;
    right:3px;
 
    font-weight:normal;
 
    font-size:smaller;
 
 
}
 
}
.NavToggle {
+
 
    float:right;
+
#comment {
    position:absolute;
+
  width: 100% !important;
    top:0px;
+
  min-height: 100px;
    right:3px;
+
  padding: .25rem .5rem;
 +
  overflow: auto;
 +
 
 +
  color: #fff;
 +
  background-color: transparent;
 +
  #ffffff-space: pre;
 +
  border: 1px solid #fff;
 +
  outline: 0 !important;
 +
  transition: border-color 140ms ease-in-out;
 
}
 
}
.NavHead {
+
 
    position:relative;
+
#comment:focus {
 +
  border-color: #f8ef00;
 
}
 
}
/* == For experimental Adoption 2.0 template == */
+
 
.adoption20 {
+
 
    position: absolute;
+
.c-avatar img {
    top: 5px;
+
  border-radius: 50px;
    right: 12px;
 
    height: 22px;
 
    padding: 2px 5px;
 
    border: 1px solid #F00;
 
    background-color: #FFFFDB;
 
 
}
 
}
.adoption20 .translate {
+
 
    position: absolute;
+
.c-item {
    right: 5px;
+
  padding: 0;
    font-size: 90%;
+
  border-bottom: 1px solid #fff;
    border: 1px solid #BBBB66;
 
    background-color: #FFFFD7;
 
    float:left;
 
    padding: 1px .5em;
 
 
}
 
}
/* More Hubs styling -Dantman */
+
 
.morehubs {
+
/*
    background: #FFFFFF;
+
.c-item.c-layout {
    position: absolute;
+
  display: flex;
    margin: 0px;
+
  flex-flow: row nowrap;
    padding: 0px;
 
    text-align: left;
 
    vertical-align: middle;
 
 
}
 
}
.morehubs map, .morehubs div, .morehubs p {
+
 
    text-align: left;
+
.c-item.c-layout .c-score,
    vertical-align: middle;
+
.c-item.c-layout .c-avatar {
    margin: 0px;
+
  flex: 0 0 auto;
    padding: 0px;
+
  position: static !important;
 
}
 
}
.morehubs p {
+
 
    position: relative;
+
.c-item.c-layout .c-container {
    left: -15px;
+
  flex: 1 1 0;
    top: 3px;
+
  width: 0;
 
}
 
}
/* Remove titles from hubs -Dantman */
+
 
.ns-150 .firstHeading, .page-Big_wikis .firstHeading, .page-Not_a_valid_Wikia .firstHeading, .page-Wikia_Not_a_valid_Wikia .firstHeading {
+
.c-item.c-layout .visualClear {
    display: none;
+
  display: none;
 
}
 
}
/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) -Splarka */
+
*/
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {
+
 
    display: none;
+
.c-item.reply {  
 +
  width: 90%;
 +
  margin-left: 10% !important;
 
}
 
}
/* TabView extension */
+
 
.yui-content {
+
.c-item.full {  
    background-color: #EDF5FF;
+
  width: 100%;  
    /*border: solid 1px;*/
 
    padding: 0.25em 0.5em;
 
 
}
 
}
.yui-nav {
+
 
    border-color:#EDF5FF;
+
.r-message {  
    border-style:solid;
+
  width: 100%;  
    border-width:0pt 0pt 5px;
 
    margin: 0px !important;
 
 
}
 
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
+
 
    border-color:#EDF5FF;
+
.f-message {
    border-style:solid;
+
  width: 100%;
    border-width:0pt 0pt 5px;
 
 
}
 
}
.yui-navset .yui-nav .selected {
+
 
    background-color: #EDF5FF;
+
.fillet{
 +
  border-radius: 30px;
 +
  display: inline-block;
 +
  height: 30px;
 +
  font-size: 17px;
 +
  line-height: 30px;
 +
  text-align: center;
 +
  color: #1d1d1f !important;
 
}
 
}
.yui-navset .yui-nav li {
+
 
    padding-left: 10px;
+
/***********************************/
    padding-right: 10px;
+
/*            标签                */
 +
/***********************************/
 +
/* 类似于 Fillet,但是拥有自适应宽高和略微缩小的文字大小 */
 +
 
 +
/* 默认标签样式 */
 +
.tag {
 +
  margin-left: .5rem;
 +
  display: inline-block;
 +
  padding: .125em 1em;
 +
  border-radius: 2em;
 +
  color: #fff;
 +
  font-size: .9em;
 +
  font-weight: 700; /* Bold */
 +
  line-height: 1.414;
 +
  background-color: #777;
 
}
 
}
/* wikialist stuff */
+
 
  .wikialist-header {
+
/*  
    border:2px solid #7777aa;
+
* 各语言彩色标签,需要的话自己加。目前已有:
    margin:auto;
+
*
    font-size:130%;
+
* fr - 法语
    background-color: #ddddee;
+
* es - 西班牙语
 +
* ru - 俄语
 +
* ko - 韩语
 +
* ja - 日语
 +
* de - 德语
 +
* ar - 阿拉伯语
 +
* it - 意大利语
 +
*/
 +
:lang(fr) + .tag { background-color: rgb(202, 47, 143); }
 +
:lang(es) + .tag { background-color: rgb(35, 151, 37); }
 +
:lang(ru) + .tag { background-color: rgb(33, 150, 243); }
 +
:lang(ko) + .tag { background-color: rgb(5, 147, 186);  }
 +
:lang(ja) + .tag { background-color: rgb(255, 0, 0);   }
 +
:lang(de) + .tag { background-color: rgb(129, 99, 192); }
 +
:lang(ar) + .tag { background-color: rgb(188, 105, 83); }
 +
:lang(it) + .tag { background-color: rgb(123, 148, 8); }
 +
 
 +
/**************************/
 +
/*  播放按钮和下载按钮    */
 +
/**************************/
 +
 
 +
.audio-player {
 +
  margin-right: .5rem;
 
}
 
}
.wikialist-header td {
+
 
    padding:.25em;
+
.audio-player .audio-player-button {
    white-space: nowrap;
+
  height: 3rem;
 +
  width: 3rem;
 +
  text-align: center;
 +
  border: 1px solid rgb(0 0 0 / 15%);
 +
  background-color: #f8ef00;
 +
  border-radius: 50%;
 +
  transition: all 140ms ease-in-out;
 +
  outline: 0;
 +
 
 +
  background-size: 40% 40%;
 +
  background-position: 56% 50%;
 +
  background-repeat: no-repeat;
 +
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik05MTIuNzI0ODg0IDQyOS4zNTU2ODFMMjA4Ljc5NzU0NSAxMy4xOTg2MzhDMTUxLjYwMzQ0OS0yMC41OTc4NzQgNjQuMDEyNDkgMTIuMTk4NzQxIDY0LjAxMjQ5IDk1Ljc5MDExMlY5MjcuOTA0MjE5YzAgNzQuOTkyMjU5IDgxLjM5MTU5OSAxMjAuMTg3NTk0IDE0NC43ODUwNTUgODIuNTkxNDc1bDcwMy45MjczMzktNDE1Ljk1NzA2NGM2Mi43OTM1MTgtMzYuOTk2MTgxIDYyLjk5MzQ5OC0xMjguMTg2NzY4IDAtMTY1LjE4Mjk0OXoiIHAtaWQ9IjEzODQiPjwvcGF0aD48L3N2Zz4=");
 
}
 
}
.wikialist-header td.wlh-button a {
+
 
    text-decoration:none;
+
.audio-player .audio-player-button:hover,
    display:block;
+
.audio-player .audio-player-button:focus {
    border:2px outset #ddddee;
+
  background-color: #c1ba00;
    padding:.25em;
 
    font-weight:bold;
 
    color: black;
 
    text-align:center;
 
 
}
 
}
.wikialist-header td.wlh-button a:hover {
+
 
    background-color: #ccccff;
+
.audio-player .audio-player-button.audio-player-playing {
 +
  /* 暂停图标好像有点往左歪了,微调一下 */   
 +
  background-position: 51% 50%;
 +
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik0yMDIuNjA4IDBoMC41OTRxMTI5LjM4MyAwIDEyOS4zODMgMTI5LjM4MnY3NjUuMjM2cTAgMTI5LjM4Mi0xMjkuMzgzIDEyOS4zODJoLTAuNTk0cS0xMjkuMzgyIDAtMTI5LjM4Mi0xMjkuMzgyVjEyOS4zODJRNzMuMjI2IDAgMjAyLjYwOCAwek03ODQuNjI0IDBoMC41OTRROTE0LjYgMCA5MTQuNiAxMjkuMzgydjc2NS4yMzZROTE0LjYgMTAyNCA3ODUuMjE4IDEwMjRoLTAuNTk0cS0xMjkuMzgzIDAtMTI5LjM4My0xMjkuMzgyVjEyOS4zODJRNjU1LjI0MSAwIDc4NC42MjQgMHoiIHAtaWQ9IjIxMjEiPjwvcGF0aD48L3N2Zz4=");
 
}
 
}
.wikialist-header td.wlh-button strong {
+
 
    text-decoration:none;
+
.downloadable-audio {
    display:block;
+
  margin-right: .5rem;
    border:2px inset #ddddee;
+
  position: relative;
    padding:.25em;
+
  display: inline-flex;
    text-align:center;
 
 
}
 
}
.wikialist-header th {
+
 
    font-size:115%
+
.downloadable-audio .audio-player {
 +
  z-index: 1;
 +
  position: relative;
 +
  margin-right: 0;
 +
  display: block;
 +
  border-radius: 50%;
 +
  box-shadow: 0 3px 8px rgb(0 0 0 / 15%);
 
}
 
}
/* </pre>
+
 
=== class for Hubs ===
+
.downloadable-audio .audio-player::after {
<pre> */
+
  content: "<>"
.nonestar a {
+
  display: block;
   background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/f/f0/Hubstar-none.png/10px-Hubstar-none.png) center left no-repeat;
+
   color: #000;
   padding-left: 13px;
+
   background-color: #e8e000;
 
}
 
}
.nostar a {
+
 
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/8/88/Hubstar-no.png/10px-Hubstar-no.png) center left no-repeat;
+
:lang(en) .downloadable-audio .audio-player::after { content: "<DropdownMenu>"; }
   padding-left: 13px;
+
:lang(zh) .downloadable-audio .audio-player::after { content: "<下拉菜单>"; }
 +
 
 +
.downloadable-audio .audio-player button {
 +
   display: block;
 
}
 
}
.fadedstar a {
+
 
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/7/77/Hubstar-faded.png/10px-Hubstar-faded.png) center left no-repeat;
+
.downloadable-audio .audio-player.has-audio-element::after {
   padding-left: 13px;
+
   content: none;
 
}
 
}
.whitestar a {
+
 
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/a/a4/Hubstar-white.png/10px-Hubstar-white.png) center left no-repeat;
+
.downloadable-audio .audio-player.has-audio-element + .downloadable-audio-dropdown {
   padding-left: 13px;
+
   display: flex;
 
}
 
}
.yellowstar a {
+
 
   background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/10px-Hubstar-yellow.png) center left no-repeat;
+
.downloadable-audio .downloadable-audio-dropdown {
   padding-left: 13px;
+
  box-sizing: border-box;
 +
  display: none;
 +
  flex-flow: column nowrap;
 +
  justify-content: flex-start;
 +
  align-items: center;
 +
  position: absolute;
 +
  left: 0;
 +
  top: 0;
 +
  width: 100%;
 +
  min-height: 100%;
 +
  padding: 6px;
 +
  padding-top: 0%;
 +
 
 +
   background-color: #e8e000; /* 与 #f8ef00 播放按钮颜色区分开一点 */
 +
 
 +
  /* 设定一个非百分比的大数值 */
 +
  border-radius: 16rem;
 +
 
 +
  box-shadow: 0 6px 12px rgb(0 0 0 / 33%);
 +
 
 +
   transition: padding-top 140ms ease-out;
 
}
 
}
.orangestar a {
+
 
   background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/10px-Hubstar-orange.png) center left no-repeat;
+
.downloadable-audio .download-button {
   padding-left: 13px;
+
   box-sizing: border-box;
 +
  position: relative;
 +
  margin-top: 4px;
 +
  padding-top: 100%;
 +
  width: 100%;
 +
  height: 0;
 +
  border: 1px solid rgb(0 0 0 / 15%);
 +
  border-radius: 50%;
 +
   cursor: pointer;
 +
  transition: background-color 140ms ease-in-out;
 
}
 
}
.redstar a {
+
 
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/10px-Hubstar-red.png) center left no-repeat;
+
.downloadable-audio .download-button:focus-within,
   padding-left: 13px;
+
.downloadable-audio .download-button:hover {
 +
   background-color: rgb(0 0 0 / 10%);
 
}
 
}
.purplestar a {
+
 
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/a/aa/Hubstar-purple.png/10px-Hubstar-purple.png) center left no-repeat;
+
.downloadable-audio .download-link,
   padding-left: 13px;
+
.downloadable-audio .download-icon {
 +
  position: absolute;
 +
  display: block;
 +
  top: 0;
 +
   left: 0;
 +
  width: 100%;
 +
  height: 100%;
 
}
 
}
.bluestar a {
+
 
   background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/c/c4/Hubstar-blue.png/10px-Hubstar-blue.png) center left no-repeat;
+
.downloadable-audio .download-icon {
   padding-left: 13px;
+
   background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xIC0xIDE4IDE4Ij48cGF0aCBkPSJNOCAxdjEwTTIgNWw2IDYgNi02TTIgMTJ2M2gxMnYtMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
 +
  background-repeat: no-repeat;
 +
   background-size: 50%;
 +
  background-position: center;
 
}
 
}
.greenstar a {
+
 
   background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/8/8e/Hubstar-green.png/10px-Hubstar-green.png) center left no-repeat;
+
.downloadable-audio .download-link > a {
   padding-left: 13px;
+
   display: block;
 +
  color: transparent !important;
 +
  width: 100%;
 +
  height: 100%;
 +
  outline: 0;
 +
  overflow: hidden;
 +
   user-select: none !important;
 
}
 
}
.adoptstar a {
+
 
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/d/d4/Hubstar-adopt.png/10px-Hubstar-adopt.png) center left no-repeat;
+
.downloadable-audio:focus-within,
   padding-left: 13px;
+
.downloadable-audio:hover {
 +
   z-index: 5;
 
}
 
}
+
 
.hubmodule {
+
/* 在下载按钮被聚焦时保持下拉菜单张开状态? */
    border:1px solid silver;
+
.downloadable-audio-dropdown:focus-within,
    width: auto;
+
.downloadable-audio:hover .downloadable-audio-dropdown {
    margin-bottom: 10px;
+
  padding-top: 100%;
    padding:3px;
 
 
}
 
}
table.hubmodule th, div.hubmodule h2 {
+
 
    background-color: lightyellow;
+
/* OverWatch Portrait */
    color: black;
+
.owportrait {
    text-align:center;
+
  position: relative;
    font-size: 150%;
+
  display: inline-block;
    font-weight:normal;
 
    margin-bottom:0.6em;
 
    padding-bottom:0.17em;
 
    padding-top:0.3em;
 
    border:none;
 
 
}
 
}
.hubmodule .poll {
+
 
    width: auto;
+
.owportrait > a {
 +
  overflow: hidden;
 +
 
 +
  display: block;
 +
  border: 3px solid #fff;
 +
  border-left: 0;
 +
  border-right: 0;
 +
 
 +
  border-radius: 10px;
 +
  background-color: #777;
 +
 
 +
  transform: scale(0.92) skewX(-7.5deg);
 +
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
 
}
 
}
#bodyContent .poll {
+
 
    background-color: inherit;
+
.owportrait > a::before,
 +
.owportrait > a::after {
 +
  content: " ";
 +
  position: absolute;
 +
  left: 0;
 +
  top: 0;
 +
  width: 100%;
 +
  height: 100%;
 
}
 
}
/*</pre>
+
 
=== Infobox classes copied from en.wikipedia ===
+
.owportrait > a:hover,
<pre> */
+
.owportrait > a:focus {
+
  background-color: rgb(238,120,74);
/* Infobox template style */
+
  transform: scale(1) skewX(-7.5deg);
.infobox {
 
    border: 1px solid #aaa;
 
    background-color: #f9f9f9;
 
    color: black;
 
    margin: 0.5em 0 0.5em 1em;
 
    padding: 0.2em;
 
    float: right;
 
    clear: right;
 
 
}
 
}
.infobox td, .infobox th {
+
 
    vertical-align: top;
+
.owportrait img {
 +
  margin: 0 -14px;
 +
  transform: skewX(7.5deg);
 
}
 
}
.infobox caption {
+
 
    font-size: larger;
+
.owportrait-name {
    margin-left: inherit;
+
  display: none; /* Not useful for now */
 +
  position: absolute;
 +
  left: 0;
 +
  bottom: 0;
 
}
 
}
.infobox.bordered {
+
 
 +
/* Kingdom Rush Chart */
 +
.kr-table {
 +
    border:2px solid #FFF039;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 +
    margin: 10px;
 
}
 
}
.infobox.bordered td, .infobox.bordered th {
+
.kr-table th {
     border: 1px solid #aaa;
+
     border:1px solid #FFF039;
 +
    padding: 6px 12px;
 +
    background-color: rgba(0,0,0,0.5);
 
}
 
}
.infobox.bordered .borderless td, .infobox.bordered .borderless th {
+
 
     border: 0;
+
.kr-table td {
 +
     border:1px solid #FFF039;
 +
    padding: 6px 12px;
 
}
 
}
/* styles for bordered infobox with merged rows */
+
/* 守望先锋职业 */
.infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th {
+
.ow-role {
    border: 0;
+
display: inline-block;
    border-top: 1px solid #aaa;
+
background-color: #f0edf2;
    border-right: 1px solid #aaa;
+
width: auto;
 +
padding: 0px 17px;
 +
border-radius: 3px;
 +
transform: skewX(-15deg);
 +
color:black;
 +
height:30px;
 +
line-height: 30px;
 +
font-size:17px;
 +
margin-left: 8px;
 
}
 
}
.infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th {
+
/* Quote模板 */
     border: 0;
+
td.Quote_Left {
     border-right: 1px solid #aaa;
+
     line-height: 0.7em;
 +
     vertical-align: top;
 +
    text-align: right;
 
}
 
}
/* Put a checker background at the image description page only visible if the image has transparent background */
+
td.Quote_Right {
#file img {
+
     line-height: 0.1em;
     background: url("https://images.wikia.nocookie.net/central/images/5/5d/Checker-16x16.png") repeat;
+
    vertical-align: bottom;
 +
    text-align: left;
 
}
 
}
/* Commonly used Wikipedia .wikitable and .prettytable */
+
td.Quote_Left, td.Quote_Right {
table.prettytable {
+
     color: #0D9BE3;
    margin: 1em 1em 1em 0;
+
     font-size: 40px;
    background: #f9f9f9;
+
     font-family: "Arial Black","Times New Roman",serif;
    border: 1px #aaa solid;
 
    border-collapse: collapse;
 
}
 
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
 
    border: 1px #aaa solid;
 
    padding: 0.2em;
 
}
 
.wikitable th, .prettytable th {
 
     background: #f2f2f2;
 
     text-align: center;
 
}
 
.wikitable caption, .prettytable caption {
 
    margin-left: inherit;
 
     margin-right: inherit;
 
 
     font-weight: bold;
 
     font-weight: bold;
 +
    width: 0px;
 
}
 
}
.page-Special_CreateWiki #request_wiki {
+
 
    display: none;
+
/* OW2 ICON */
 +
.ow2-portrait {
 +
  position: relative;
 +
  display: inline-block;
 
}
 
}
.collapseLink {
+
 
    cursor: pointer;
+
.ow2-portrait img {
 +
  margin: 0 -10px;
 
}
 
}
/* Homepage */
+
 
.homepage-feature-box {
+
.ow2-portrait > a::before,
    border:1px solid #CCCCCC;
+
.ow2-portrait > a::after {
    margin:0 1px 10px;
+
  content: " ";
    outline:1px solid #FFFFFF;
+
  position: absolute;
    padding:8px;
+
  left: 0;
 +
  top: 0;
 +
  width: 100%;
 +
  height: 100%;
 
}
 
}
.page-Community_Central_Adoption_requests .mw-warning-with-logexcerpt {
+
 
    display: none !important;
+
.ow2-portrait > a {
 +
  overflow: hidden;
 +
  display: block;
 +
  border-radius: 0.3em;
 +
  border: 2px solid #b3b3b3;
 +
  background: #f3f7fc;
 +
  transform: scale(0.95);
 +
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
 
}
 
}
.page-Community_Central_Not_a_valid_Wikia .firstHeading {
+
 
    display: none;
+
.ow2-portrait > a:hover,
 +
.ow2-portrait > a:focus  {
 +
  border-radius: 0.3em;
 +
  border: 2px solid #fff;
 +
  background: #f3f7fc;
 +
  transform: scale(1);
 
}
 
}
/* fzy dev */
+
/* HOI FLAG ICON */
.wikia-button.red {
+
.hoi-flag {
    background-color: #F00;
+
  position: relative;
    background-image: -moz-linear-gradient(top, #F00 20%, #a00 70%);
+
  display: inline-block;
    background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#C00), to(#A00));
 
    border-color: #E20000;
 
    box-shadow: 0 1px 0 #900, 0 -1px 0 #900, 1px 0 0 #900, -1px 0 0 #900;
 
    color: #30;
 
    -moz-box-shadow: 0 0 0 1px #900;
 
    -webkit-box-shadow: 0 1px 0 #900, 0 -1px 0 #900, 1px 0 0 #900, -1px 0 0 #900;
 
 
}
 
}
/* AST main page classes */
+
 
.astmain {
+
.hoi-flag > a::before,
    margin-bottom: 15px;
+
.hoi-flag > a::after {
    color: #000000;
+
  content: " ";
    padding: 0 10px 15px;
+
  position: absolute;
    border: 2px solid #CDE3F1;
+
  left: 0;
    background: #EEF3F6;
+
  top: 0;
    -webkit-border-radius: 15px;
+
  width: 100%;
    -moz-border-radius: 15px;
+
  height: 100%;
    border-radius: 15px;
 
 
}
 
}
.astbigheading {
+
 
    margin: 15px 0;
+
.hoi-flag > a {
    font-size: 30px;
+
  overflow: hidden;
    text-align: center;
+
  display: block;
    line-height: 30px;
+
  border-radius: 0.3em;
 +
  border: 2px solid transparent;
 +
  transform: scale(0.90);
 +
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
 
}
 
}
.astheading {
+
 
    margin: 15px 0;
+
.hoi-flag > a:hover,
    font-size: 18px;
+
.hoi-flag > a:focus  {
    line-height: 20px;
+
  border-radius: 0.3em;
    text-align: center;
+
  border: 2px solid transparent;
 +
  transform: scale(1);
 
}
 
}
/** making polls prettier **/
+
/* 投票Style */
.WikiaPrettyPoll div.ajax-poll {
+
 
     padding-right: 3em;
+
.ajaxpoll-id-info {
 +
     display: none;
 
}
 
}
.WikiaPrettyPoll .pollAnswerVotes {
+
 
     height: 24px;
+
.ajaxpoll {
     border-color: #004a87;
+
     width: 100%;
 +
    background: rgb(59 59 59 / 65%);
 +
     border-radius: 10px;
 +
    border: 1px solid #FFF039;
 
}
 
}
.WikiaPrettyPoll .pollAnswerVotes div {
+
 
     height: 24px;
+
.ajaxpoll .ajaxpoll-our-vote div {
     background: #004a87;
+
     border: 2px solid #121215;
 +
     top: -2px;
 +
    left: -2px;
 
}
 
}
.WikiaPrettyPoll .pollAnswerVotes span {
+
 
     color: white;
+
.ajaxpoll .ajaxpoll-answer-vote div {
 +
     background: #0075ff;
 +
    position: absolute;
 
     top: 0;
 
     top: 0;
     font-size: 16px;
+
    left: 0;
     font-weight: bold;
+
    height: 15px;
 +
     font-size: 1px;
 +
    line-height: 12px;
 +
    z-index: 2;
 +
     border-radius: 10px;
 +
    box-shadow: 0px 0px 0px 1px inset #ffffff;
 +
    top: -2px;
 +
    left: -2px;
 
}
 
}
/* Wikia University */
+
 
.wikiauniversity-landing .header-image {
+
.ajaxpoll .ajaxpoll-answer-vote span {
     margin-bottom: 25px;
+
     position: absolute;
 +
    top: 0px;
 +
    left: 3%;
 +
    z-index: 4;
 
}
 
}
.wikiauniversity-landing .header-image img {
+
 
     height: auto;
+
.ajaxpoll .ajaxpoll-answer-vote {
 +
     border: 2px solid #121215;
 
     width: 100%;
 
     width: 100%;
 +
    margin-left: 0;
 +
    height: 15px;
 +
    font-size: 10px;
 +
    position: relative;
 +
    border-radius: 10px;
 +
    margin: 1em 0px;
 +
    box-shadow: 1px 1px 4px 0px inset #080808;
 +
    background: #121215;
 
}
 
}
.wikiauniversity-landing .intro {
+
 
     margin-left: 19px;
+
.ajaxpoll .ajaxpoll-ajax {
 +
    background: #0075ff;
 +
    padding: 4px 11px;
 +
    border-radius: 0.5em;
 +
     margin-bottom: 1em;
 
}
 
}
.wikiauniversity-landing .intro .header {
+
 
     color: #00c3ec;
+
.krhero img {
     font-size: 16px;
+
     border: 3px solid #ffef00;
    font-weight: bold;
+
     border-radius: 0.4em;
    margin-bottom: 4px;
 
 
}
 
}
.wikiauniversity-landing .track {
+
 
     margin: 26px auto 7px 22px;
+
 
     text-align: center;
+
 
     width: 100%;
+
/* GTA Vice City */
 +
 
 +
.gtavcp {
 +
     font-family: pricedown;
 +
     color: #f8a5e3;
 +
     font-size: 1.3em;
 
}
 
}
.wikiauniversity-landing .track .header {
+
 
     color: #00c3ec;
+
.gtavcp-image img {
     font-size: 16px;
+
     border: 5px solid #f8a5e3;
    font-weight: bold;
+
     border-radius: 0.5em;
     margin-bottom: 24px;
+
     margin: 0 0.5em;
    text-align: left;
 
 
}
 
}
.wikiauniversity-landing .track .button-container {
+
.gtavcr-image img {
     display: inline-block;
+
     filter: drop-shadow(1px 1px white);
     margin-right: 26px;
+
     margin: 1em 0.5em;
    vertical-align: top;
 
    width: 201px;
 
 
}
 
}
.wikiauniversity-landing .track .wu-button a {
+
 
     background-color: #00b7e0;
+
.gtavcr a {
     color: white;
+
     font-family: pricedown;
    display: block;
+
     color: #5ac0ef !important;
    font-weight: bold;
+
     font-size: 1.3em;
     font-size: 14px;
 
    padding: 4px 0px;
 
    text-align: center;
 
    text-transform: uppercase;
 
    width: 100%;
 
 
}
 
}
.wikiauniversity-landing .track .wu-button a:visited {
+
 
    color: white;
+
/*悬浮文本*/
}
+
.hover-text {
.wikiauniversity-landing .track .caption {
 
    font-size: 12px;
 
    font-style: italic;
 
    margin-bottom: 18px;
 
    margin-top: 7px;
 
 
     text-align: center;
 
     text-align: center;
    width: 100%;
+
     color: #000;
}
+
     font-size: 0.85em;
.wikiauniversity-landing .track .caption .title {
+
     background-color: #f8ef00;
    font-style: normal;
+
     padding: 2px 5px;
    font-weight: bold;
+
     margin: 0px 3px;
    font-size: 14px;
+
     border-radius: 2px;
}
 
.wikiauniversity-landing .updates {
 
    margin: 0px auto 30px 22px;
 
    width: 100%;
 
}
 
.wikiauniversity-landing .updates .header {
 
     color: #00c3ec;
 
     font-size: 16px;
 
     font-weight: bold;
 
    margin-bottom: 7px;
 
    text-align: left;
 
}
 
.wikiauniversity-landing .updates .date {
 
    color: #00c3ec;
 
    font-weight: bold;
 
}
 
.wikiauniversity-landing .updates ul {
 
    width: 90%;
 
}
 
.wikiauniversity-navigation ul {
 
    border-bottom: 1px solid #cccccc;
 
    margin: -7px 0px 25px;
 
    padding-bottom: 4px;
 
     padding-left: 2px;
 
}
 
.wikiauniversity-navigation li {
 
    display: inline-block;
 
    margin-bottom: -5px;
 
     margin-right: 5px;
 
}
 
.wikiauniversity-navigation li:after {
 
     border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #676767;
 
    border-style: solid;
 
    border-width: 4.5px 0px 4.5px 5px;
 
    content: "";
 
    display: inline-block;
 
    height: 0px;
 
    margin-left: 8px;
 
    margin-right: 2px;
 
    position: relative;
 
    top: -1px;
 
    width: 0px;
 
}
 
.wikiauniversity-navigation li:last-child:after {
 
 
     display: none;
 
     display: none;
 +
    white-space: nowrap;
 
}
 
}
.wikiauniversity-navigation li a {
+
 
     color: #3a3a3a;
+
.pic-hover-text:hover .hover-text{
 +
     display: initial;
 
}
 
}
.wikiauniversity-track .header .logo {
+
 
 +
.ow2-small-icon img{
 +
    border:1px solid white;
 
     display: inline-block;
 
     display: inline-block;
     float: left;
+
     padding: 2px;
    margin-left: 2px;
+
     margin:0px 3px;
}
+
     border-radius: 2px;
.wikiauniversity-track .header .text {
 
    color: #00c3ec;
 
    font-size: 18px;
 
    font-weight: bold;
 
     margin-bottom: 11px;
 
     margin-left: 17px;
 
}
 
.wikiauniversity-track .header .border {
 
    background-color: #000000;
 
    height: 1px;
 
    margin-left: 17px;
 
 
}
 
}
.wikiauniversity-track .right {
+
 
    display: inline-block;
+
 
    float: left;
+
/* BS ICON */
    width: calc(100% - 76px);
+
.bs-portrait {
 +
  position: relative;
 +
  display: inline-block;
 
}
 
}
.wikiauniversity-track .content {
+
 
    margin-left: 12px;
+
.bs-portrait img {
    margin-top: 17px;
+
  margin: 0 -6px;
 
}
 
}
.wikiauniversity-track .content .description {
+
 
    display: inline-block;
+
.bs-portrait > a::before,
    margin-top: -8px;
+
.bs-portrait > a::after {
    vertical-align: top;
+
  content: " ";
    width: calc(100% - 386px);
+
  position: absolute;
 +
  left: 0;
 +
  top: 0;
 +
  width: 100%;
 +
  height: 100%;
 
}
 
}
.wikiauniversity-track .content .courses {
+
 
    display: inline-block;
+
.bs-portrait > a {
    float: right;
+
  overflow: hidden;
    vertical-align: top;
+
  display: block;
    width: 340px;
+
  border-radius: 0.3em;
 +
  border: 2px solid #b3b3b3;
 +
  background: #f3f7fc;
 +
  transform: scale(0.9);
 +
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
 
}
 
}
.wikiauniversity-track .courses .button-container {
+
 
    display: inline-block;
+
.bs-portrait > a:hover,
    margin-right: 26px;
+
.bs-portrait > a:focus  {
    vertical-align: top;
+
  border-radius: 0.3em;
    width: 137px;
+
  border: 2px solid #fff;
 +
  background: #f3f7fc;
 +
  transform: scale(1);
 
}
 
}
.wikiauniversity-track .courses .wu-button a {
+
.bs-quality-bar {
    background-color: #00b7e0;
 
    color: white;
 
    display: block;
 
    font-weight: bold;
 
    font-size: 14px;
 
    padding: 4px 0px;
 
 
     text-align: center;
 
     text-align: center;
     text-transform: uppercase;
+
     border-radius: 3px;
 +
    padding: 0.5em 0;
 +
    box-shadow: inset 0px -5px 0 rgb(0 0 0 / 15%), inset 0px 5px 0 rgb(255 255 255 / 15%);
 +
    font-size: 1.2em;
 +
    color: black;
 
     width: 100%;
 
     width: 100%;
 +
    margin: 1em 0px;
 
}
 
}
.wikiauniversity-track .courses .wu-button a:visited {
+
 
     color: white;
+
.bs-pin-header {
}
+
     height: 40px;
.wikiauniversity-track .courses .caption {
+
     font-size: 17px;
     font-size: 12px;
+
     font-weight: 900;
     font-style: italic;
+
     line-height: 40px;
     margin-bottom: 18px;
+
    border: 0 none #87a4bf;
     margin-top: 7px;
+
     color: black;
     text-align: center;
+
     box-shadow: inset 0 -6px 0 rgba(0,0,0,0.15), inset 0 6px 0 rgba(255,255,255,0.05);
     width: 100%;
+
     border-collapse: collapse;
 
}
 
}
.wikiauniversity-track .content .border {
+
 
    background-color: #000000;
+
/* 王者荣耀ICON */
    float: left;
+
.hok-hero-icon {
    height: 1px;
+
  position: relative;
    margin-top: 9px;
+
  display: inline-block;
    width: 100%;
 
 
}
 
}
.wikiauniversity-track .whatis {
+
 
    margin-left: 22px;
+
.hok-hero-icon > a::before,
 +
.hok-hero-icon > a::after {
 +
  content: " ";
 +
  position: absolute;
 +
  left: 0;
 +
  top: 0;
 +
  width: 100%;
 +
  height: 100%;
 
}
 
}
.wikiauniversity-track .whatis .header {
+
 
    color: #00c3ec;
+
.hok-hero-icon > a {
    font-size: 16px;
+
  overflow: hidden;
    font-weight: bold;
+
  display: block;
    margin-top: 17px;
+
  border: 2px solid #e4c289;
    margin-bottom: 12px;
+
  border-radius: 10px 0 10px 0;
 +
  transform: scale(0.90);
 +
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
 
}
 
}
.wikiauniversity-course .header .logo {
+
 
    float: left;
+
.hok-hero-icon > a:hover,
 +
.hok-hero-icon > a:focus  {
 +
  transform: scale(1);
 
}
 
}
.wikiauniversity-course .header .text {
+
 
    color: #00c3ec;
+
 
    font-size: 20px;
+
/*小型可变色按钮*/
    font-weight: bold;
+
 
    padding-top: 15px;
+
.audio-player-s {
    text-align: center;
+
  margin-right: .5rem;
 
}
 
}
.wikiauniversity-course div.video {
+
 
    margin-bottom: -4px;
+
.audio-player-s .audio-player-button-s {
    margin-top: 11px;
+
  height: 1rem;
 +
  width: 1rem;
 +
  text-align: center;
 +
  border: 1px solid rgb(0 0 0 / 15%);
 +
  background-color: #f8ef00;
 +
  border-radius: 2px;
 +
  transition: all 140ms ease-in-out;
 +
  outline: 0;
 +
 
 +
  background-size: 40% 40%;
 +
  background-position: 56% 50%;
 +
  background-repeat: no-repeat;
 +
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik05MTIuNzI0ODg0IDQyOS4zNTU2ODFMMjA4Ljc5NzU0NSAxMy4xOTg2MzhDMTUxLjYwMzQ0OS0yMC41OTc4NzQgNjQuMDEyNDkgMTIuMTk4NzQxIDY0LjAxMjQ5IDk1Ljc5MDExMlY5MjcuOTA0MjE5YzAgNzQuOTkyMjU5IDgxLjM5MTU5OSAxMjAuMTg3NTk0IDE0NC43ODUwNTUgODIuNTkxNDc1bDcwMy45MjczMzktNDE1Ljk1NzA2NGM2Mi43OTM1MTgtMzYuOTk2MTgxIDYyLjk5MzQ5OC0xMjguMTg2NzY4IDAtMTY1LjE4Mjk0OXoiIHAtaWQ9IjEzODQiPjwvcGF0aD48L3N2Zz4=");
 
}
 
}
.wikiauniversity-course div.video figcaption {
+
 
    display: none;
+
.audio-player-s .audio-player-button-s:hover,
 +
.audio-player-s .audio-player-button-s:focus {
 +
  background-color: #c1ba00;
 
}
 
}
.wikiauniversity-course .description {
+
 
    margin-bottom: 16px;
+
.audio-player-s .audio-player-button-s.audio-player-playing-s {
    margin-left: 22px;
+
  /* 暂停图标好像有点往左歪了,微调一下 */   
 +
  background-position: 51% 50%;  
 +
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik0yMDIuNjA4IDBoMC41OTRxMTI5LjM4MyAwIDEyOS4zODMgMTI5LjM4MnY3NjUuMjM2cTAgMTI5LjM4Mi0xMjkuMzgzIDEyOS4zODJoLTAuNTk0cS0xMjkuMzgyIDAtMTI5LjM4Mi0xMjkuMzgyVjEyOS4zODJRNzMuMjI2IDAgMjAyLjYwOCAwek03ODQuNjI0IDBoMC41OTRROTE0LjYgMCA5MTQuNiAxMjkuMzgydjc2NS4yMzZROTE0LjYgMTAyNCA3ODUuMjE4IDEwMjRoLTAuNTk0cS0xMjkuMzgzIDAtMTI5LjM4My0xMjkuMzgyVjEyOS4zODJRNjU1LjI0MSAwIDc4NC42MjQgMHoiIHAtaWQ9IjIxMjEiPjwvcGF0aD48L3N2Zz4=");
 
}
 
}
.wikiauniversity-course .resources {
+
 
    margin-left: 22px;
+
.bs-hyperCharge-nofade img {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  opacity: 1;
 
}
 
}
.wikiauniversity-course .resources .header {
+
 
    color: #00c3ec;
+
.bs-hyperCharge-fade img {
    font-weight: bold;
+
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  opacity: 1;
 +
  animation: hyperChargeFadeInOut 6s infinite;
 
}
 
}
.wikiauniversity-course .buttons {
+
 
     margin-top: 27px;
+
@keyframes hyperChargeFadeInOut {
     text-align: center;
+
  0%, 100% {
    vertical-align: top;
+
     opacity: 1;
 +
  }
 +
  50% {
 +
     opacity: 0;
 +
  }
 
}
 
}
.wikiauniversity-course .wu-button, .wikiauniversity-course .previous, .wikiauniversity-course .next {
+
 
     display: inline-block;
+
.btd6-corvus-spell {
    margin-right: 21px;
+
     filter: brightness(10);
    width: 143px;
 
 
}
 
}
.wikiauniversity-course .wu-button a {
+
 
     background-color: #00b7e0;
+
.homepage-gamecard {
     color: white;
+
     border:2px solid rgb(255 255 255 / 18%);
 +
     background: #1d1d1f;
 
     display: inline-block;
 
     display: inline-block;
     font-weight: bold;
+
     margin: 0px 15px 15px 15px;
    font-size: 14px;
+
     width: 280px;
     padding: 4px 0px;
 
 
     text-align: center;
 
     text-align: center;
     text-transform: uppercase;
+
     position: relative;
     width: 100%;
+
    height: 400px;
 +
    border-radius: 4px;
 +
    transition: 0.2s cubic-bezier(0, 1.1, 0.45, 0.94);
 +
}
 +
.homepage-gamecard:hover {
 +
    background-color: #4262c9;
 +
    box-shadow: 1px 0px 20px 0px #6ea8ff;
 +
     transform: scale(1.06);
 
}
 
}
+
.ra2m-vo {
/* Prettier alignment of infoboxes on Project:Staff */
+
    padding: 2px 3px;
+
    background: red;
.profilecards {
+
    border-radius: 2px;
  display: flex;
+
    font-size: small;
  flex-flow: row wrap;
+
    margin-right: 3px;
  justify-content: center;
+
    color: black;
  align-content: space-between;
 
 
}
 
}
+
.vw-fame img {
.profilecards .portable-infobox {
+
    border-radius: 50%;
  display:flex;
+
    border: 2px solid #393939;
  flex-direction:column;
 
  max-width:270px;
 
 
}
 
}
+
.bs-trio img {
.profilecards .portable-infobox [data-item-name="biography"] {
+
    border-radius: 50%;
  height:100%;
+
    margin: 0px 4px;
 +
    border: 2px solid #616161;
 
}
 
}
+
.bs-trio1 img {
.profilecards .portable-infobox h2,
+
    border-radius: 50%;
.profilecards .portable-infobox .pi-data{
+
    margin: 0px 4px;
  overflow:visible;
+
    border: 2px solid #ffef00;
 
}
 
}

2024年9月5日 (四) 03:05的最新版本

@import url("https://fonts.googleapis.com/css?family=Exo 2"); /* 因使用顺序优先加载 */
@import url("https://fonts.googleapis.com/css?family=Jura"); /*科技感包含希腊字母*/
@import url("https://fonts.googleapis.com/css?family=Tajawal"); /*阿拉伯字母字体*/
@import url("https://fonts.googleapis.com/css?family=Google Sans"); /*谷歌的字体*/
@import url("https://fonts.googleapis.com/css?family=Noto Sans SC"); /*思源黑体*/
@import url("https://fonts.googleapis.com/css?family=Fira Code"); /*等宽字体常规*/
@import url("https://fonts.googleapis.com/css?family=Kalam"); /*较窄的字体*/
@import url("https://fonts.googleapis.com/css?family=JetBrains Mono"); /*等宽字体用作目录*/
@import url("https://voicewiki.cn/w/extrafiles/fontawesome-free-5.15.4/css/all.min.css"); /* FA 字体图标 */
@import url("https://voicewiki.cn/w/extrafiles/font-awesome-animation.min.css"); /* FA 字体动画 */

@font-face { 
font-family: "Pricedown";
    src: url("https://voicewiki.cn/w/extrafiles/Pricedown.ttf") format("truetype");
    font-style: normal; 
    font-stretch: normal; 
    font-weight: normal; 
}

@font-face { 
font-family: "Big Noodle Too";
    src: url("https://voicewiki.cn/w/extrafiles/big-noodle-too-oblique.woff") format("woff");
    font-style: oblique; 
    font-stretch: normal; 
    font-weight: normal; 
}

@font-face { 
font-family: "YSGoodBody";
    src: url("https://voicewiki.cn/w/extrafiles/YSGoodBody.ttf") format("truetype");
    font-style: normal;
    font-stretch: normal; 
    font-weight: normal; 
}

/* 暂时隐藏需要处理但还未处理的 DOM 节点,JavaScript 会在之后移除这个 class */
.template-render-cloak {
  display: none !important;
  visibility: hidden !important;
}

/* 使用占位图代替受损图像 */
.unresolved-image {
  display: inline-block !important;
  position: relative;
  box-sizing: border-box;
  color: transparent !important;
  border: 8px solid #242d38;
  background-color: #1a1f25;
}

.unresolved-image::after {
  content: "?";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
  font-size: 1.5em;
  font-weight: 700;
}

/* 
  根据目测覆盖范围重新安排 font-family 使用顺序:
  "Exo 2" -> Latin
  Tajawal -> Latin + Arabic
  Jura -> 经测试 Jura 并不包含希腊字母字形
*/ 
body * {
  font-family: "Exo 2", Tajawal, "Google Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
}/*全站字体*/

/**************************/
/*   样式统一修复与重置    */
/**************************/
body pre,
body code {
  font-family: "Cascadia Code", "Ubuntu Mono", "Menlo", "Consolas", "Monaco", "Noto Mono", "Nimbus Mono L", monospace;
}

.color-display {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 2px;
  vertical-align: middle;
}

.color-display.wide {
  width: 2.5em;
}

/**************************/
/*      顶部导航栏        */
/**************************/

body > #mw-content-container {
  margin-top: 4%;
}

/* 导航栏背景颜色 */
#cosmos-banner {
  background-color: #111032;
}

/* 图标颜色:无填充,只改描边 */
.cosmos-bannerOption-icon {
  fill: none;
  stroke: #41A5EE;
} 

/* 旁边小箭头颜色 */
.cosmos-bannerOption-dropdownIcon {
  stroke: #39B54A;
  fill: #39B54A;
}

/* 旁边小箭头颜色 hover */
.cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon {
  fill: #39B54A;
  stroke: #39B54A;
}

/* 图标颜色hover */
.cosmos-bannerOption:hover .cosmos-bannerOption-icon {
  stroke: #ffffff !important;
}

/* 搜索框文本和下划线颜色 */
#searchInput {
  color: #41A5EE !important;
  border-bottom: 2px solid #41A5EE;
}

/* 搜索框下划线颜色 */
#searchInput:enabled {
  border-bottom: 2px solid #41A5EE;
}

input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #41A5EE !important; 
} 
input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #41A5EE !important; 
} 
input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #41A5EE !important; 
} 
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #41A5EE !important; 
}/*搜索框文本颜色*/

#cosmos-search-buttonContainer:hover #cosmos-search-buttonIcon
{
  stroke: #ffffff !important;
}/*搜索框放大镜hover颜色*/

.cosmos-userButton-label
{
color: #41A5EE;
}/*用户名颜色*/

.cosmos-userOptions-personalTools:hover .cosmos-userButton-label {
    color: #ffffff;
}/*用户名颜色hover*/
#cosmos-actionsList-list a:hover {
    background-color: transparent;
}

/* Echo */
.oo-ui-popupWidget-head {
    overflow: hidden;       /*去除滚动条*/
}
/* 表格展开和折叠文字 */
.mw-collapsible-text {
    text-shadow: 1px 1px #000000bd;
}
/**************************/
/*        主页面          */
/**************************/
body {    
    background-image: url(/w/images/0/0e/BackgroundImage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}/*网站背景*/

body pre {
    background-color: rgba(17,17,17,0.91);
    color: #ffffff;
    border: 1px solid #cccccc;
    overflow: auto;
    padding: 12px;
    word-break: break-all;
    line-height: normal;
    font-family: monospace;
    font-size: 16px;
}

#cosmos-actionsList-list 
{
    background-color: #292929;
    border-color: #888888;
    color: #e6e6e6;
    border-bottom: none !important;
}

.cosmos-header {
  background-color: #111111;
}

.cosmos-header__sitename a:-webkit-any-link {
    color: #ffffff;
    font-size: 1.1em;
}/*VoiceWiki的字体属性*/

.cosmos-header .wds-tabs .wds-tabs__tab-label a {
    color: #ffffff;
}
.cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a {
    color: #ffffff;
}
.cosmos-header::before{
background: #1d1d1f;
background-image: #1d1d1f;
}
.cosmos-header .cosmos-header__counter {
    color: #ffffff;
}

.cosmos-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:not(.wds-button) {
    background-color: rgba(0,108,176,0.1);
    color: #1d1d1f;
}
/**************************/

.mw-body h1.firstHeading{
  border-bottom: none !important;
  color:#ffffff;
}

body h1 {
  border-bottom: none !important;
  color:#27d1f4;
}

#mw-content-text h2 {
    color: #27d1f4;
    padding-bottom: 2px !important;
    border: 0em;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

#mw-content-text h2::after {
    content: " ";
    width: 100%;
    height: 6px;
    display: block;
    background-color: #ffef00;
    clip-path: polygon(0 0, 0 100%, 12% 100%, calc(12% + 8px) 1px, 100% 1px, 100% 0);
    margin-top: 0.2em;
}

#mw-content-text h3 {
    border: 0em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    border-bottom: none !important;
    color:#27d1f4;
}

/* 目录标题 */
#mw-toc-heading {
    border-bottom: 0px !important;
}
#mw-toc-heading::after {
    display:none !important;
}

.mw-body h4 {
    color: #27d1f4 ;
}
.mw-body h5 {
    color: #27d1f4 ;
}
/**************************/

#mw-content .toctitle h2 {
    font-size: 20px;
    background-image: none !important;
    font-weight: 900;
}/*目录的目录二字*/
.toc {
    background-color: transparent;
    border: 1px solid yellow;
    display: table;
    margin: 1em 0;
    max-width: 300px;
    padding: 10px;
    border-radius: 10px;
}/*目录*/

#mw-content .toggleSymbol, .toctogglelabel {
    color: #FFF039;
}/*目录编辑*/

.tocnumber {
    color: #27d1f4;
    font-family: "JetBrains Mono", monospace;
}

body #mw-content-text {
  color: #ffffff !important;
}/*普通文本*/

#mw-content {
    background-color: rgba(17,17,17,0.91);
    border: 0 !important;
}

#mw-content a:not(.new){
  color: #FFF039;
}/*普通超链接*/
.mw-warning {
    background-color: #1d1d1f;}
#filetoc {
    background-color: #1d1d1f;}

.cosmos-button-primary {
    color: #000000;
    background-color: #27d1f4;
    stroke: #000000;
    stroke-width: 2px;
}
.cosmos-button.cosmos-button-secondary {
    color: #ffffff;
    stroke: #ffffff;
    stroke-width: 2px;
}
#cosmos-footer {
    background-color: rgba(17,17,17,0.91);}
.cosmos-footerLinks-list {
    color: #ffffff;}
.cosmos-footerLinks-list li a {
    color: #FFF039;
}

.cosmos-articleContainer{
 color: #ffffff;
}

}/*监视列表*/

}
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: darkgray;}/*监视列表*/
table.mw-datatable{
color:#ffffff;}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    background-color: transparent;
    border-color: #447ff5;}
#pagehistory li.selected {
    color: #27d1f4;}

.mw-plusminus-pos {
    color: #00c100;
}

.mw-plusminus-neg {
    color: #e10000;
}

/* 注释 */
ol.references li:target, sup.reference:target {
    background-color: #eaf3ff69;
}

/* 搜索页面 */
.mw-search-profile-tabs {
    background-color: #444;
    margin-top: 1em;
    border: 1px solid #666;
    border-radius: 2px;
}

li.gallerybox div.thumb {
    border: 1px solid #c8ccd1;
    background-color: #202122;
} /* 上传文件图片格子的背景 */

/**************************/
/*     SM2的播放按钮       */
/**************************/

a.sm2_button, a.sm2_button.sm2_paused:hover {
    position: relative;
    display: inline-block;
    background-color: #ffef00;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik05MTIuNzI0ODg0IDQyOS4zNTU2ODFMMjA4Ljc5NzU0NSAxMy4xOTg2MzhDMTUxLjYwMzQ0OS0yMC41OTc4NzQgNjQuMDEyNDkgMTIuMTk4NzQxIDY0LjAxMjQ5IDk1Ljc5MDExMlY5MjcuOTA0MjE5YzAgNzQuOTkyMjU5IDgxLjM5MTU5OSAxMjAuMTg3NTk0IDE0NC43ODUwNTUgODIuNTkxNDc1bDcwMy45MjczMzktNDE1Ljk1NzA2NGM2Mi43OTM1MTgtMzYuOTk2MTgxIDYyLjk5MzQ5OC0xMjguMTg2NzY4IDAtMTY1LjE4Mjk0OXoiIHAtaWQ9IjEzODQiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 40% 40%;
    background-position: 55% 50%;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    margin: 2px 4px 2px 0px;
}

a.sm2_button:hover, a.sm2_button.sm2_playing, a.sm2_button.sm2_playing:hover {
    background-color: #d9cb00;
}

a.sm2_button.sm2_paused, a.sm2_button.sm2_paused:hover {
    background-color: #aca753;
}
/**************************/
/*       编辑界面          */
/**************************/

.mw-editform #wpTextbox1 {
    background-color: #1d1d1f;
    color: #ffffff;
    overflow: auto;
}

div.editOptions {
    padding: 1.25em 1.75em;
    border: solid #ffffff;
    border-width: 0 1px 0.2em;
    background: #1d1d1f;
    color: #ffffff;
}

.editOptions p {
    color: #ffffff;
}
.editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label {
    color: #27d1f4;
}
#catlinks{
background-color:#1d1d1f;
}

/*其他*/

table.mw-enhanced-rc th, table.mw-enhanced-rc td {
    color: #ffffff;
}/*监视列表*/
#pagehistory li.selected {
    background-color: transparent;}
.oo-ui-fieldLayout-header {
    color: #ffffff;}
.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
    background-color: transparent;}
.diff-context {
    color: #ffffff;}
html .thumbcaption {
    color: #1d1d1f;}

/***********/   
/*datatable*/
/***********/

.mw-datatable td {
    background-color: #1d1d1f;
    color: deepskyblue;
}/*数据库表格*/
.mw-datatable th {
    background-color: transparent;
}/*数据库表头*/
.mw-datatable tr:hover td {
    background-color: transparent;
}/*文件hover*/
.oo-ui-labelElement {
    color: rgb(57,181,74) !important;
}
.oo-ui-labelElement .oo-ui-labelElement-label{
    color: dodgerblue;}

/* 黑幕模板配合CSS */
/* 把这几行单独拎出来写,否则会被Firefox合并到“.heimu a”这条规则,然后又被上面的“点过外链不变色”规则override */
.heimu,
.heimu rt {
    background-color: #FFF039;
}
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited {
    color: #FFF039;
}
.heimu,
.heimu a,
a .heimu,
.heimu a.new {
    color: #FFF039;
    text-shadow: none;
}
body:not(.heimu_toggle_on) .heimu:hover,
body:not(.heimu_toggle_on) .heimu:active,
body:not(.heimu_toggle_on) .heimu.off {
    transition: color .13s linear;
    color: #1d1d1f;
}
body:not(.heimu_toggle_on) .heimu:hover a,
body:not(.heimu_toggle_on) a:hover .heimu,
body:not(.heimu_toggle_on) .heimu.off a,
body:not(.heimu_toggle_on) a:hover .heimu.off {
    transition: color .13s linear;
    color: lightblue;
}
body:not(.heimu_toggle_on) .heimu.off .new,
body:not(.heimu_toggle_on) .heimu.off .new:hover,
body:not(.heimu_toggle_on) .new:hover .heimu.off,
body:not(.heimu_toggle_on) .heimu:hover .new {
    transition: color .13s linear;
    color: #FCC;
}

/* 流彩英雄渐变文本 (Webkit only!) */
.text-chromatic {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#b116ec),color-stop(0.5,#ff0021),color-stop(1,#fff11e));
    background-image: -webkit-linear-gradient(left,#b116ec 0%,#ff0021 50%,#fff11e 100%);
    background-size: 1000% 1000%; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    -webkit-animation: Text-Chromatic 6s linear infinite;
    color: #f88f25; /* Fallback color for non-webkit browsers */
    white-space: nowrap;
}

@keyframes Text-Chromatic {
    0% {background-position: 0% 50%}
    50% {background-position: 100% 50%}
    100% {background-position: 0% 50%}
}/**/

/* 编辑器 */
.wikiEditor-ui-text .ace_scroller * {
    font-family: monospace;  /* 修复光标错位 */
}

/**************************/
/*         用户页面        */
/**************************/

.profile-on {
 color: #1d1d1f;
}
.profile-tab {
    font-size: smaller;
}
.profile-update-title {
    color: #27d1f4;}
.wikitable{
    background: dimgray;
}
.user-board-message-from {
    background-color: transparent;
}
.board-blast-message-form h2 {
    color: #27d1f4;}
.blast-nav h2{
    color: #27d1f4;}


/**************************/
/*     全是关于MsUpload    */
/**************************/

#msupload-list .green {
    background: silver;
}
#msupload-list .file {
    background: #1d1d1f;
}
#msupload-bottom {
    background-color: slategrey;
}

}
ul#filetoc {
    text-align: center;
    border: 0px;
    background-color: transparent;
}
.wikitable:not([style*="background-color"]) > * > tr > td {
    background: content-box;
}
.mw-warning-with-logexcerpt {
    background-color: steelblue;
    border: none;}
.wikiEditor-ui-toolbar .tabs span.tab a {
    color: #41A5EE !important;}

/**************************/
/*     哔哩哔哩视频插入    */
/**************************/
.bilibili{
    border: 0;
    padding: 0;
    width: 100%;
    height: 50vh;
}
.bilibili iframe{
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


/**************************/
/*       大家族模板        */
/**************************/

.sr-navbox {
    width: 100%;
    background: #111;
    border: 1px solid #444;
}

.sr-navbox-title {
    background: #444;
    padding: 10px 5px;
    text-align: left;
}

.sr-navbox-before, .sr-navbox-after {
    background: #333;
    padding: 5px;
}

.sr-navbox-content {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

.sr-navbox-subgroup-content {
    background: #111;
    margin: -13px;
    width: calc(100% + 26px);
}

.sr-navbox-group {
    padding: 10px 15px;
    background: #3A3A3A;
    #ffffff-space: nowrap;
    font-weight: bold;
}

.sr-navbox-subgroup-group {
    background: #2A2A2A;
    font-weight: bold;
}

.sr-navbox-list {
    padding: 10px;
    width: 100%;
}

.sr-navbox-list-even {
    background: #222;
}

.sr-navbox-collapsible .sr-navbox-list {
    padding: 0;
}

.sr-navbox-collapsible-content {
    width: 100%;
    background: #111;
}

.sr-navbox-collapsible-group {
    background: #3A3A3A;
    padding: 5px;
}


/**************************/
/*       info类模板        */
/**************************/
.infoBox {
    margin: 0 auto;
    width: 100%;
}
.infoBoxTitle {
    margin: 3px auto;
    padding: 0;
    text-align: center;
    font-weight: 700;
}
.infoBoxIcon {
    display: table-cell;
    padding: 5px 0 5px 1.2em;
    vertical-align: middle;
    color:#14a0d3;
    font-size: 1.3em;
}
.infoBoxText {
    display: table-cell;
    padding: 0.8em 2.5em 0.8em 1em;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.infoBoxContent {
    background: rgb(59 59 59 / 65%);
    border-radius: 7px;
}
.infoBoxBelow {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


/**************************/
/*         评论区        */
/**************************/

.comment-body {
  padding-top: 2rem;
}

.c-form-title {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: .5em;
}

.comments-body .c-form-button .site-button {
  margin: 0;
  padding: .25em .5em;
  line-height: 1.5;
  color: #f8ef00;
  border: 1px solid #f8ef00;
  background-color: transparent;
  transition: all 140ms ease-in-out;
}

.comments-body .c-form-button .site-button:focus,
.comments-body .c-form-button .site-button:hover {
  background-color: #f8ef00;
  color: #000;
}

.comments-body .c-form-button .site-button + .site-button {
  margin-left: .25rem;
}

#comment {
  width: 100% !important;
  min-height: 100px;
  padding: .25rem .5rem;
  overflow: auto;

  color: #fff;
  background-color: transparent;
  #ffffff-space: pre;
  border: 1px solid #fff;
  outline: 0 !important;
  transition: border-color 140ms ease-in-out;
}

#comment:focus {
  border-color: #f8ef00;
}


.c-avatar img {
  border-radius: 50px;
}

.c-item {
  padding: 0;
  border-bottom: 1px solid #fff;
}

/*
.c-item.c-layout {
  display: flex;
  flex-flow: row nowrap;
}

.c-item.c-layout .c-score,
.c-item.c-layout .c-avatar {
  flex: 0 0 auto;
  position: static !important;
}

.c-item.c-layout .c-container {
  flex: 1 1 0;
  width: 0;
}

.c-item.c-layout .visualClear {
  display: none;
}
*/

.c-item.reply {   
  width: 90%; 
  margin-left: 10% !important;
}

.c-item.full {   
  width: 100%; 
}

.r-message {   
  width: 100%; 
}

.f-message {
  width: 100%;
}

.fillet{
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #1d1d1f !important;
}

/***********************************/
/*             标签                */
/***********************************/
/* 类似于 Fillet,但是拥有自适应宽高和略微缩小的文字大小 */

/* 默认标签样式 */
.tag {
  margin-left: .5rem;
  display: inline-block;
  padding: .125em 1em;
  border-radius: 2em;
  color: #fff;
  font-size: .9em;
  font-weight: 700; /* Bold */
  line-height: 1.414;
  background-color: #777;
}

/* 
 * 各语言彩色标签,需要的话自己加。目前已有:
 *
 * fr - 法语
 * es - 西班牙语
 * ru - 俄语
 * ko - 韩语
 * ja - 日语
 * de - 德语
 * ar - 阿拉伯语
 * it - 意大利语
 */
:lang(fr) + .tag { background-color: rgb(202, 47, 143); }
:lang(es) + .tag { background-color: rgb(35, 151, 37);  }
:lang(ru) + .tag { background-color: rgb(33, 150, 243); }
:lang(ko) + .tag { background-color: rgb(5, 147, 186);  }
:lang(ja) + .tag { background-color: rgb(255, 0, 0);    }
:lang(de) + .tag { background-color: rgb(129, 99, 192); }
:lang(ar) + .tag { background-color: rgb(188, 105, 83); }
:lang(it) + .tag { background-color: rgb(123, 148, 8); }

/**************************/
/*   播放按钮和下载按钮     */
/**************************/

.audio-player {
  margin-right: .5rem;
}

.audio-player .audio-player-button {
  height: 3rem;
  width: 3rem;
  text-align: center;
  border: 1px solid rgb(0 0 0 / 15%);
  background-color: #f8ef00;
  border-radius: 50%;
  transition: all 140ms ease-in-out;
  outline: 0;

  background-size: 40% 40%;
  background-position: 56% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik05MTIuNzI0ODg0IDQyOS4zNTU2ODFMMjA4Ljc5NzU0NSAxMy4xOTg2MzhDMTUxLjYwMzQ0OS0yMC41OTc4NzQgNjQuMDEyNDkgMTIuMTk4NzQxIDY0LjAxMjQ5IDk1Ljc5MDExMlY5MjcuOTA0MjE5YzAgNzQuOTkyMjU5IDgxLjM5MTU5OSAxMjAuMTg3NTk0IDE0NC43ODUwNTUgODIuNTkxNDc1bDcwMy45MjczMzktNDE1Ljk1NzA2NGM2Mi43OTM1MTgtMzYuOTk2MTgxIDYyLjk5MzQ5OC0xMjguMTg2NzY4IDAtMTY1LjE4Mjk0OXoiIHAtaWQ9IjEzODQiPjwvcGF0aD48L3N2Zz4=");
}

.audio-player .audio-player-button:hover,
.audio-player .audio-player-button:focus {
  background-color: #c1ba00;
}

.audio-player .audio-player-button.audio-player-playing {
  /* 暂停图标好像有点往左歪了,微调一下 */    
  background-position: 51% 50%; 
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik0yMDIuNjA4IDBoMC41OTRxMTI5LjM4MyAwIDEyOS4zODMgMTI5LjM4MnY3NjUuMjM2cTAgMTI5LjM4Mi0xMjkuMzgzIDEyOS4zODJoLTAuNTk0cS0xMjkuMzgyIDAtMTI5LjM4Mi0xMjkuMzgyVjEyOS4zODJRNzMuMjI2IDAgMjAyLjYwOCAwek03ODQuNjI0IDBoMC41OTRROTE0LjYgMCA5MTQuNiAxMjkuMzgydjc2NS4yMzZROTE0LjYgMTAyNCA3ODUuMjE4IDEwMjRoLTAuNTk0cS0xMjkuMzgzIDAtMTI5LjM4My0xMjkuMzgyVjEyOS4zODJRNjU1LjI0MSAwIDc4NC42MjQgMHoiIHAtaWQ9IjIxMjEiPjwvcGF0aD48L3N2Zz4=");
}

.downloadable-audio {
  margin-right: .5rem;
  position: relative;
  display: inline-flex;
}

.downloadable-audio .audio-player {
  z-index: 1;
  position: relative;
  margin-right: 0;
  display: block;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgb(0 0 0 / 15%);
}

.downloadable-audio .audio-player::after {
  content: "<>"
  display: block;
  color: #000;
  background-color: #e8e000;
}

:lang(en) .downloadable-audio .audio-player::after { content: "<DropdownMenu>"; }
:lang(zh) .downloadable-audio .audio-player::after { content: "<下拉菜单>"; }

.downloadable-audio .audio-player button {
  display: block;
}

.downloadable-audio .audio-player.has-audio-element::after {
  content: none;
}

.downloadable-audio .audio-player.has-audio-element + .downloadable-audio-dropdown {
  display: flex;
}

.downloadable-audio .downloadable-audio-dropdown {
  box-sizing: border-box;
  display: none;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  padding: 6px;
  padding-top: 0%;

  background-color: #e8e000; /* 与 #f8ef00 播放按钮颜色区分开一点 */

  /* 设定一个非百分比的大数值 */
  border-radius: 16rem;

  box-shadow: 0 6px 12px rgb(0 0 0 / 33%);

  transition: padding-top 140ms ease-out;
}

.downloadable-audio .download-button {
  box-sizing: border-box;
  position: relative;
  margin-top: 4px;
  padding-top: 100%;
  width: 100%;
  height: 0;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 140ms ease-in-out;
}

.downloadable-audio .download-button:focus-within,
.downloadable-audio .download-button:hover {
  background-color: rgb(0 0 0 / 10%);
}

.downloadable-audio .download-link,
.downloadable-audio .download-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.downloadable-audio .download-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xIC0xIDE4IDE4Ij48cGF0aCBkPSJNOCAxdjEwTTIgNWw2IDYgNi02TTIgMTJ2M2gxMnYtMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.downloadable-audio .download-link > a {
  display: block;
  color: transparent !important;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow: hidden;
  user-select: none !important;
}

.downloadable-audio:focus-within,
.downloadable-audio:hover {
  z-index: 5;
}

/* 在下载按钮被聚焦时保持下拉菜单张开状态? */
.downloadable-audio-dropdown:focus-within,
.downloadable-audio:hover .downloadable-audio-dropdown {
  padding-top: 100%;
}

/* OverWatch Portrait */
.owportrait {
  position: relative;
  display: inline-block;
}

.owportrait > a {
  overflow: hidden;

  display: block;
  border: 3px solid #fff;
  border-left: 0;
  border-right: 0;

  border-radius: 10px;
  background-color: #777;

  transform: scale(0.92) skewX(-7.5deg);
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
}

.owportrait > a::before,
.owportrait > a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.owportrait > a:hover, 
.owportrait > a:focus {
  background-color: rgb(238,120,74);
  transform: scale(1) skewX(-7.5deg);
}

.owportrait img {
  margin: 0 -14px;
  transform: skewX(7.5deg);
}

.owportrait-name {
  display: none; /* Not useful for now */
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Kingdom Rush Chart */
.kr-table {
    border:2px solid #FFF039;
    border-collapse: collapse;
    margin: 10px;
}
.kr-table th {
    border:1px solid #FFF039;
    padding: 6px 12px;
    background-color: rgba(0,0,0,0.5);
}

.kr-table td {
    border:1px solid #FFF039;
    padding: 6px 12px;
}
/* 守望先锋职业 */
.ow-role {
display: inline-block;
background-color: #f0edf2;
width: auto;
padding: 0px 17px;
border-radius: 3px;
transform: skewX(-15deg);
color:black;
height:30px;
line-height: 30px;
font-size:17px;
margin-left: 8px;
}
/* Quote模板 */
td.Quote_Left {
    line-height: 0.7em;
    vertical-align: top;
    text-align: right;
}
td.Quote_Right {
    line-height: 0.1em;
    vertical-align: bottom;
    text-align: left;
}
td.Quote_Left, td.Quote_Right {
    color: #0D9BE3;
    font-size: 40px;
    font-family: "Arial Black","Times New Roman",serif;
    font-weight: bold;
    width: 0px;
}

/* OW2 ICON */
.ow2-portrait {
  position: relative;
  display: inline-block;
}

.ow2-portrait img {
  margin: 0 -10px;
}

.ow2-portrait > a::before,
.ow2-portrait > a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ow2-portrait > a {
  overflow: hidden;
  display: block;
  border-radius: 0.3em;
  border: 2px solid #b3b3b3;
  background: #f3f7fc;
  transform: scale(0.95);
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
}

.ow2-portrait > a:hover, 
.ow2-portrait > a:focus  {
  border-radius: 0.3em;
  border: 2px solid #fff;
  background: #f3f7fc;
  transform: scale(1);
}
/* HOI FLAG ICON */
.hoi-flag {
  position: relative;
  display: inline-block;
}

.hoi-flag > a::before,
.hoi-flag > a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hoi-flag > a {
  overflow: hidden;
  display: block;
  border-radius: 0.3em;
  border: 2px solid transparent;
  transform: scale(0.90);
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
}

.hoi-flag > a:hover, 
.hoi-flag > a:focus  {
  border-radius: 0.3em;
  border: 2px solid transparent;
  transform: scale(1);
}
/* 投票Style */

.ajaxpoll-id-info {
    display: none;
}

.ajaxpoll {
    width: 100%;
    background: rgb(59 59 59 / 65%);
    border-radius: 10px;
    border: 1px solid #FFF039;
}

.ajaxpoll .ajaxpoll-our-vote div {
    border: 2px solid #121215;
    top: -2px;
    left: -2px;
}

.ajaxpoll .ajaxpoll-answer-vote div {
    background: #0075ff;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    font-size: 1px;
    line-height: 12px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px inset #ffffff;
    top: -2px;
    left: -2px;
}

.ajaxpoll .ajaxpoll-answer-vote span {
    position: absolute;
    top: 0px;
    left: 3%;
    z-index: 4;
}

.ajaxpoll .ajaxpoll-answer-vote {
    border: 2px solid #121215;
    width: 100%;
    margin-left: 0;
    height: 15px;
    font-size: 10px;
    position: relative;
    border-radius: 10px;
    margin: 1em 0px;
    box-shadow: 1px 1px 4px 0px inset #080808;
    background: #121215;
}

.ajaxpoll .ajaxpoll-ajax {
    background: #0075ff;
    padding: 4px 11px;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.krhero img {
    border: 3px solid #ffef00;
    border-radius: 0.4em;
}



/* GTA Vice City */

.gtavcp {
    font-family: pricedown;
    color: #f8a5e3;
    font-size: 1.3em;
}

.gtavcp-image img {
    border: 5px solid #f8a5e3;
    border-radius: 0.5em;
    margin: 0 0.5em;
}
.gtavcr-image img {
    filter: drop-shadow(1px 1px white);
    margin: 1em 0.5em;
}

.gtavcr a {
    font-family: pricedown;
    color: #5ac0ef !important;
    font-size: 1.3em;
}

/*悬浮文本*/
.hover-text {
    text-align: center;
    color: #000;
    font-size: 0.85em;
    background-color: #f8ef00;
    padding: 2px 5px;
    margin: 0px 3px;
    border-radius: 2px;
    display: none;
    white-space: nowrap;
}

.pic-hover-text:hover .hover-text{
    display: initial;
}

.ow2-small-icon img{
    border:1px solid white;
    display: inline-block;
    padding: 2px;
    margin:0px 3px;
    border-radius: 2px;
}


/* BS ICON */
.bs-portrait {
  position: relative;
  display: inline-block;
}

.bs-portrait img {
  margin: 0 -6px;
}

.bs-portrait > a::before,
.bs-portrait > a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bs-portrait > a {
  overflow: hidden;
  display: block;
  border-radius: 0.3em;
  border: 2px solid #b3b3b3;
  background: #f3f7fc;
  transform: scale(0.9);
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
}

.bs-portrait > a:hover, 
.bs-portrait > a:focus  {
  border-radius: 0.3em;
  border: 2px solid #fff;
  background: #f3f7fc;
  transform: scale(1);
}
.bs-quality-bar {
    text-align: center;
    border-radius: 3px;
    padding: 0.5em 0;
    box-shadow: inset 0px -5px 0 rgb(0 0 0 / 15%), inset 0px 5px 0 rgb(255 255 255 / 15%);
    font-size: 1.2em;
    color: black;
    width: 100%;
    margin: 1em 0px;
}

.bs-pin-header {
    height: 40px;
    font-size: 17px;
    font-weight: 900;
    line-height: 40px;
    border: 0 none #87a4bf;
    color: black;
    box-shadow: inset 0 -6px 0 rgba(0,0,0,0.15), inset 0 6px 0 rgba(255,255,255,0.05);
    border-collapse: collapse;
}

/* 王者荣耀ICON */
.hok-hero-icon {
  position: relative;
  display: inline-block;
}

.hok-hero-icon > a::before,
.hok-hero-icon > a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hok-hero-icon > a {
  overflow: hidden;
  display: block;
  border: 2px solid #e4c289;
  border-radius: 10px 0 10px 0;
  transform: scale(0.90);
  transition: all .14s cubic-bezier(0.33, 1, 0.68, 1);
}

.hok-hero-icon > a:hover, 
.hok-hero-icon > a:focus  {
  transform: scale(1);
}


/*小型可变色按钮*/

.audio-player-s {
  margin-right: .5rem;
}

.audio-player-s .audio-player-button-s {
  height: 1rem;
  width: 1rem;
  text-align: center;
  border: 1px solid rgb(0 0 0 / 15%);
  background-color: #f8ef00;
  border-radius: 2px;
  transition: all 140ms ease-in-out;
  outline: 0;

  background-size: 40% 40%;
  background-position: 56% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik05MTIuNzI0ODg0IDQyOS4zNTU2ODFMMjA4Ljc5NzU0NSAxMy4xOTg2MzhDMTUxLjYwMzQ0OS0yMC41OTc4NzQgNjQuMDEyNDkgMTIuMTk4NzQxIDY0LjAxMjQ5IDk1Ljc5MDExMlY5MjcuOTA0MjE5YzAgNzQuOTkyMjU5IDgxLjM5MTU5OSAxMjAuMTg3NTk0IDE0NC43ODUwNTUgODIuNTkxNDc1bDcwMy45MjczMzktNDE1Ljk1NzA2NGM2Mi43OTM1MTgtMzYuOTk2MTgxIDYyLjk5MzQ5OC0xMjguMTg2NzY4IDAtMTY1LjE4Mjk0OXoiIHAtaWQ9IjEzODQiPjwvcGF0aD48L3N2Zz4=");
}

.audio-player-s .audio-player-button-s:hover,
.audio-player-s .audio-player-button-s:focus {
  background-color: #c1ba00;
}

.audio-player-s .audio-player-button-s.audio-player-playing-s {
  /* 暂停图标好像有点往左歪了,微调一下 */    
  background-position: 51% 50%; 
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iPjxwYXRoIGQ9Ik0yMDIuNjA4IDBoMC41OTRxMTI5LjM4MyAwIDEyOS4zODMgMTI5LjM4MnY3NjUuMjM2cTAgMTI5LjM4Mi0xMjkuMzgzIDEyOS4zODJoLTAuNTk0cS0xMjkuMzgyIDAtMTI5LjM4Mi0xMjkuMzgyVjEyOS4zODJRNzMuMjI2IDAgMjAyLjYwOCAwek03ODQuNjI0IDBoMC41OTRROTE0LjYgMCA5MTQuNiAxMjkuMzgydjc2NS4yMzZROTE0LjYgMTAyNCA3ODUuMjE4IDEwMjRoLTAuNTk0cS0xMjkuMzgzIDAtMTI5LjM4My0xMjkuMzgyVjEyOS4zODJRNjU1LjI0MSAwIDc4NC42MjQgMHoiIHAtaWQ9IjIxMjEiPjwvcGF0aD48L3N2Zz4=");
}

.bs-hyperCharge-nofade img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.bs-hyperCharge-fade img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  animation: hyperChargeFadeInOut 6s infinite;
}

@keyframes hyperChargeFadeInOut {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.btd6-corvus-spell {
    filter: brightness(10);
}

.homepage-gamecard {
    border:2px solid rgb(255 255 255 / 18%);
    background: #1d1d1f;
    display: inline-block;
    margin: 0px 15px 15px 15px;
    width: 280px;
    text-align: center;
    position: relative;
    height: 400px;
    border-radius: 4px;
    transition: 0.2s cubic-bezier(0, 1.1, 0.45, 0.94);
}
.homepage-gamecard:hover {
    background-color: #4262c9;
    box-shadow: 1px 0px 20px 0px #6ea8ff;
    transform: scale(1.06);
}
.ra2m-vo {
    padding: 2px 3px;
    background: red;
    border-radius: 2px;
    font-size: small;
    margin-right: 3px;
    color: black;
}
.vw-fame img {
    border-radius: 50%;
    border: 2px solid #393939;
}
.bs-trio img {
    border-radius: 50%;
    margin: 0px 4px;
    border: 2px solid #616161;
}
.bs-trio1 img {
    border-radius: 50%;
    margin: 0px 4px;
    border: 2px solid #ffef00;
}