• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

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

来自小鱼君和他的朋友们
(导入1个版本)
((InPageEdit-preference-summary-default))
 
(未显示2个用户的65个中间版本)
第1行: 第1行:
/** local import **/
+
@import url(/index.php?title=MediaWiki:Portable-infobox.css&ctype=text/css&action=raw);
@import url("/wiki/MediaWiki:Animation.css?ctype=text/css&action=raw");
 
@import url("/wiki/MediaWiki:BackToTopBtn.css?ctype=text/css&action=raw");
 
@import url("/wiki/MediaWiki:Portable-infobox.css?ctype=text/css&action=raw");
 
@import url("/wiki/MediaWiki:Share-btn.css?ctype=text/css&action=raw");
 
/** dev wiki **/
 
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedButtons.css&only=styles");
 
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedToggles/code.css&only=styles");
 
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:WdsTooltips.css&only=styles");
 
  
/* @import url("https://fonts.googleapis.com/css?family=Josefin+Sans"); */
+
/** 字体 **/
+
/* @import url("https://fonts.googleapis.com/css?family=Raleway:500,700|Audiowide|Orbitron:400,700|Share+Tech+Mono"); */
/*======================= 界面定制 ======================*/
+
@font-face {
 +
  font-family: 'title-font';
 +
  font-display: swap;
 +
  src: url('//at.alicdn.com/t/webfont_s8tejd2slo.eot'); /* IE9*/
 +
  src: url('//at.alicdn.com/t/webfont_s8tejd2slo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
 +
  url('//at.alicdn.com/t/webfont_s8tejd2slo.woff2') format('woff2'),
 +
  url('//at.alicdn.com/t/webfont_s8tejd2slo.woff') format('woff'), /* chrome、firefox */
 +
  url('//at.alicdn.com/t/webfont_s8tejd2slo.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
 +
  url('//at.alicdn.com/t/webfont_s8tejd2slo.svg#庞门正道标题体2') format('svg'); /* iOS 4.1- */
 +
}
 +
@font-face {
 +
  font-family: 'Material Icons';
 +
  font-style: normal;
 +
  font-weight: 400;
 +
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
 +
}
 +
body {
 +
  font-family: Raleway,Arial,Tahoma,"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,"Hiragino Sans GB","Microsoft JhengHei",微軟正黑體,sans-serif;
 +
  color: #0e191a
 +
}
 +
.material-icons,
 +
.m-icons {
 +
  font-family: 'Material Icons';
 +
  font-weight: normal;
 +
  font-style: normal;
 +
  font-size: 24px;
 +
  line-height: 1;
 +
  letter-spacing: normal;
 +
  text-transform: none;
 +
  display: inline-block;
 +
  white-space: nowrap;
 +
  word-wrap: normal;
 +
  direction: ltr;
 +
  -moz-font-feature-settings: 'liga';
 +
  -moz-osx-font-smoothing: grayscale;
 +
}
 +
 
 +
 
 +
/** 背景 **/
 
body {
 
body {
/* 字体 */
+
  background: url(/images/5/51/Wiki-background.png) 0 0 / 100% fixed;
   font-family: 'Josefin Sans',Arial, Tahoma, "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, "Hiragino Sans GB", "Microsoft JhengHei", 微軟正黑體, sans-serif;
+
}
/* 针对宽度过低的设备硬性加载背景图片 */
+
#mw-content-container {
   background: #6b93b1 url("https://vignette.wikia.nocookie.net/dragonfish/images/5/50/Wiki-background/revision/latest/scale-to-width-down/1280?cb=20180308051626&path-prefix=zh") 50% -100px / cover no-repeat fixed !important;
+
  background: transparent;
   background-attachment: fixed !important;
+
}
 +
#mw-content {
 +
  background: rgba(255,255,255,.85);
 +
  position: relative;
 +
  top: 12px;
 +
}
 +
#mw-footer {
 +
  color:#252525;
 +
  margin:0.3em 1em 1em 1em;
 +
  background:rgba(255,255,255,0.3);
 +
  padding:8px;
 +
  border:2px dotted #b0b0b0;
 +
  border-radius:4px
 +
}
 +
#mw-footer .footer-icons {
 +
  position: absolute;
 +
  right: 48px;
 +
}
 +
#mw-footer-container a {
 +
  color:#005dff
 +
}
 +
#mw-footer-container {
 +
  border-top: none;
 +
  margin: 0 16px;
 +
  text-align: center;
 +
}
 +
#mw-footer-container #f-poweredbyico {
 +
  display: none;
 +
}
 +
#mw-footer-container li {
 +
  margin: 4px 0;
 
}
 
}
  
/**  标题 **/
+
/**  首页 **/
h1.page-header__title {
+
@media screen and (min-width:850px) {
   border: none !important;
+
  .mainpage-all {
   background: linear-gradient(90deg,rgb(151, 151, 151),rgba(255,255,255,0));
+
    display: grid;
   background-position: 0 24px !important;
 
   background-repeat: repeat-x !important;
 
    background-size: 100% 8px !important;
 
   text-shadow: 2px 0px 0px white;
 
 
    width: 100%;
 
    width: 100%;
    padding-left: 4px;
+
    grid-template-areas:
    margin-bottom: 9px;
+
   "a a a "
 +
   "b b c "
 +
   "b b c ";
 +
   grid-template-columns: 35% 35% 30%;
 +
  }
 +
  .mainpage-all .mainpage-top {
 +
   grid-area: a
 +
  }
 +
  .mainpage-all .mainpage-left {
 +
   margin: 0 4px;
 +
   grid-area: b
 +
  }
 +
  .mainpage-all .mainpage-right {
 +
    margin: 0 2px;
 +
   grid-area: c
 +
  }
 +
}
 +
/* 修复首页投票框 */
 +
.mainpage-right .CSS_Poll .css-box {
 +
  width: 100% !important;
 +
}
 +
 
 +
.mw-wiki-logo {
 +
  background-size: 150px
 +
}
 +
 
 +
#mw-footer {
 +
  color: #252525;
 +
  margin: 0.5em 1em 1em 1em;
 +
  background: rgba(255,255,255,0.3);
 +
  padding: 8px;
 +
  border: 2px dotted #c5c5c5;
 +
  border-radius: 4px
 +
}
 +
 
 +
#mw-footer-container a {
 +
  color: #005dff
 +
}
 +
 
 +
#f-list {
 +
  margin: 0
 
}
 
}
/*Main*/
+
 
.ns-0 h1.page-header__title {
+
.sidebar-chunk {
   background: linear-gradient(90deg,rgb(28, 98, 227),rgba(255,255,255,0));
+
  background: #ccebffcc !important;
 +
  border: solid #55a2ff !important
 
}
 
}
/*File*/
+
 
.ns-6 h1.page-header__title {
+
.header-hide {
   background: linear-gradient(90deg,rgb(88, 216, 165),rgba(255,255,255,0))
+
  top: -70px !important;
 +
  transition: all 0.5s
 
}
 
}
/*MediaWiki*/
+
 
.ns-8 h1.page-header__title {
+
#mw-header-container,
   background: linear-gradient(90deg,rgb(255, 75, 112),rgba(255,255,255,0))
+
#mw-header-hack {
 +
  transition: all 0.5s
 
}
 
}
/*Template*/
+
 
.ns-10 h1.page-header__title {
+
/** 标题 **/
   background: linear-gradient(90deg,rgb(121, 80, 250),rgba(255,255,255,0))
+
.mw-body h2,
 +
.mw-body h3,
 +
.mw-body h4,
 +
.mw-body h5,
 +
.mw-body h6 {
 +
  font-family: Orbitron,Arial,Tahoma,"Microsoft YaHei" !important
 
}
 
}
  
.WikiaArticle h2:not(.pi-title):not(.pi-header) {
+
h1.firstHeading {
   padding-top: 2px;
+
  border: none !important;
   border: none !important;
+
  background: linear-gradient(90deg,rgb(151,151,151),rgba(255,255,255,0));
   background: linear-gradient(90deg,rgb(127, 172, 255),rgba(210, 232, 255, 0.53));
+
  background-position: 0 22px !important;
   background-position: 0 18px !important;
+
  background-repeat: repeat-x !important;
   background-repeat: repeat-x;
+
  background-size: 100% 8px !important;
   background-size: 100% 4px;
+
  text-shadow: 2px 0px 0px white;
   font-size: 21px;
+
  width: 100%;
   text-shadow: 2px 0px 0px white;
+
  padding-left: 4px;
 +
  margin-bottom: 9px;
 +
  font-family: Audiowide,Arial,Tahoma,"title-font","Microsoft YaHei","Microsoft JhengHei",微軟正黑體,sans-serif !important;
 +
  font-size: 2em
 
}
 
}
  
.WikiaArticle h3:not(.pi-data-label) {
+
.ns-0 h1.firstHeading {
   border: none !important;
+
  background: linear-gradient(90deg,rgb(28,98,227),rgba(255,255,255,0))
   background: linear-gradient(90deg,rgb(159, 204, 255),rgba(159, 204, 255, 0));
 
   background-position: 0 18px !important;
 
   background-repeat: repeat-x;
 
   background-size: 100% 2px;
 
   font-size: 19px
 
 
}
 
}
  
.WikiaArticle h4 {
+
.ns-6 h1.firstHeading {
   border: none !important;
+
  background: linear-gradient(90deg,rgb(88,216,165),rgba(255,255,255,0))
   background: linear-gradient(90deg,rgb(159, 204, 255),rgba(159, 204, 255, 0));
 
   background-position: 0 16px !important;
 
   background-repeat: repeat-x;
 
   background-size: 1px 1px;
 
   font-size: 17px
 
 
}
 
}
  
.WikiaArticle h5 {
+
.ns-8 h1.firstHeading {
   font-size: 16px
+
  background: linear-gradient(90deg,rgb(255,75,112),rgba(255,255,255,0))
 
}
 
}
  
.WikiaArticle h6 {
+
.ns-10 h1.firstHeading {
 +
  background: linear-gradient(90deg,rgb(121,80,250),rgba(255,255,255,0))
 +
}
  
 +
#mw-content h2:not(.pi-title):not(.pi-header) {
 +
  padding-top: 2px;
 +
  border: none !important;
 +
  background: linear-gradient(90deg,rgb(127,172,255),rgba(210,232,255,0.53));
 +
  background-position: 0 22px !important;
 +
  background-repeat: repeat-x;
 +
  background-size: 100% 4px;
 +
  font-size: 21px;
 +
  text-shadow: 2px 0px 0px white
 
}
 
}
/*段落编辑链接*/
+
 
.edit-pencil{
+
#mw-content h3:not(.pi-data-label):not(#p-variants-desktop-label) {
   display: none;
+
  border: none !important;
 +
  background: linear-gradient(90deg,rgb(159,204,255),rgba(159,204,255,0));
 +
  background-position: 0 18px !important;
 +
  background-repeat: repeat-x;
 +
  background-size: 100% 2px;
 +
  font-size: 19px
 +
}
 +
 
 +
#mw-content h4 {
 +
   border: none !important;
 +
  background: linear-gradient(90deg,rgb(159,204,255),rgba(159,204,255,0));
 +
  background-position: 0 18px !important;
 +
  background-repeat: repeat-x;
 +
  background-size: 1px 2px;
 +
  font-size: 17px
 +
}
 +
 
 +
#mw-content h5 {
 +
  font-size: 16px
 
}
 
}
.editsection{
+
 
  background: url(https://vignette.wikia.nocookie.net/dragonfish/images/6/68/Pencil.svg/revision/latest?path-prefix=zh);
+
#mw-content h6 {
  background-repeat: no-repeat;
 
  background-size: 14px 14px;
 
  background-position: 0px 4px;
 
  padding-left: 16px;
 
  float: right !important;
 
 
}
 
}
  
/* 链接 样式 */
+
/** 链接 **/
 
a {
 
a {
   text-shadow: 0 -15px 2.5px transparent, 0 15px 2.5px transparent;
+
  text-decoration: none;
   text-decoration: none;
+
  transition: all .24s ease;
   transition: all .05s;
 
 
}
 
}
+
 
 
a:hover {
 
a:hover {
   text-shadow: 0 0 2.5px #33a6ff, 0 0 2.5px #33a6ff;
+
  color: #3356df;
   color: #3386ff;
+
  text-decoration: none;
   text-decoration: none;
 
   transition: all .14s linear 0s;
 
 
}
 
}
.mw-collapsible-toggle a{text-shadow:none;}
+
 
a.new {
+
a.selflink {
   text-shadow: 0 -15px 2.5px transparent, 0 15px 2.5px transparent;
+
  font-weight: bold;
   text-decoration: none;
+
  animation: colorful 5s linear infinite;
   transition: all .05s;
+
  text-shadow: none;
 +
  cursor: default
 
}
 
}
a.new:hover {
+
 
   text-shadow: 0 0 2.5px #d30, 0 0 2.5px #c20;
+
.siteNoticeScroll {
   text-decoration: none;
+
  width: 100%;
   transition: all .14s linear 0s;
+
  height: 25px;
 +
  line-height: 25px;
 +
  overflow: hidden
 
}
 
}
/******* 相册 *******/
+
 
.media-gallery-inner .media{/*一些缩放自如的特技*/
+
.siteNoticeScroll li {
   transition: all .14s;
+
  height: 25px;
 +
  list-style: none;
 +
  text-align: center
 
}
 
}
.media-gallery-inner .media:hover {/*一些缩放自如的特技*/
+
 
   transform: scale(1.03,1.03);
+
.flow-board-header-footer {
   transition: all .14s;
+
  display: none
 
}
 
}
.media-gallery-caption {
+
 
   cursor: help;/*鼠标放在说明文字上变成问号*/
+
.flow-bottom-spacer {
 +
  color: gray;
 +
  font-size: 80%
 
}
 
}
.media-gallery-wrapper .media-gallery-caption a {/*说明文字里的链接*/
+
 
   color: #a5e2ff;
+
body .tochide {
 +
  font-size: 95%
 
}
 
}
  
/** 这个是真的有毒啊,右侧就不要显示广告了好🐴 **/
+
body .mw-collapsed.tochide tr:first-child td {
.mainpage #WikiaArticle iframe {display: none}
+
  padding: 7px!important
 +
}
  
/** 模版HIDETOC **/
+
body .mw-collapsed.tochide tr:last-child td {
body .tochide{font-size:95%;}
+
  padding: 0 7px!important
body .mw-collapsed.tochide tr:first-child td{padding:7px!important;}
+
}
body .mw-collapsed.tochide tr:last-child td{padding:0 7px!important;}
+
 
body .tochide tr:first-child td .mw-collapsible-toggle{top:7px!important}
+
body .tochide tr:first-child td .mw-collapsible-toggle {
body .tochide tr:first-child td{padding:7px 7px 0!important;}
+
  top: 7px!important
body .tochide tr:last-child td{padding:0 7px 7px 7px!important;}
+
}
body .tochide td{width:auto;border-width:0;}
+
 
body .tochide div.toc#toc{margin:0;padding:0;background:none;background-color:none;border-width:0;width:100%;}
+
body .tochide tr:first-child td {
body .tochide #toctitle{display:none;}
+
  padding: 7px 7px 0!important
body .tochide ul{background-color:transparent;margin:0.5em 1em;}
+
}
 +
 
 +
body .tochide tr:last-child td {
 +
  padding: 0 7px 7px 7px!important
 +
}
  
/********************************************************************************
+
body .tochide td {
*这一条下面的来自http://zh.moegirl.org/mediawiki:command.css,cc by-nc-sa3.0协议*
+
  width: auto;
*********************************************************************************/
+
  border-width: 0
/* 黑幕内被点过的外部链接不变色,放在黑幕代码上面以便overide */
 
.WikiaArticle a.external:visited {
 
   color: #36b;
 
 
}
 
}
/** 黑幕(直接配合heimu模版就可以用了)**/
+
 
 +
body .tochide div.toc#toc {
 +
  margin: 0;
 +
  padding: 0;
 +
  background: none;
 +
  background-color: none;
 +
  border-width: 0;
 +
  width: 100%
 +
}
 +
 
 +
body .tochide #toctitle {
 +
  display: none
 +
}
 +
 
 +
body .tochide ul {
 +
  background-color: transparent;
 +
  margin: 0.5em 1em
 +
}
 +
 
 +
.mw-body a.external:visited {
 +
  color: #36b
 +
}
 +
 
 
span.heimu a.external,
 
span.heimu a.external,
 
span.heimu a.external:visited,
 
span.heimu a.external:visited,
 
span.heimu a.extiw,
 
span.heimu a.extiw,
 
span.heimu a.extiw:visited {
 
span.heimu a.extiw:visited {
   color: #252525;
+
  color: #252525;
   transition: all .14s linear 0s;
+
  transition: all .14s linear 0s
 
}
 
}
 +
 
.heimu,
 
.heimu,
 
.heimu a,
 
.heimu a,
 
a .heimu,
 
a .heimu,
 
.heimu a.new {
 
.heimu a.new {
   background-color: #252525;
+
  background-color: #252525;
   color: #252525;
+
  color: #252525;
   text-shadow: none;
+
  text-shadow: none;
   transition: all .14s linear 0s;
+
  transition: all .14s linear 0s
 
}
 
}
 +
 
body:not(.heimu_toggle_on) .heimu:hover,
 
body:not(.heimu_toggle_on) .heimu:hover,
 
body:not(.heimu_toggle_on) .heimu:active,
 
body:not(.heimu_toggle_on) .heimu:active,
 
body:not(.heimu_toggle_on) .heimu.off {
 
body:not(.heimu_toggle_on) .heimu.off {
   background-color: rgba(100,100,100,0.3);
+
  background-color: rgba(100,100,100,0.3);
   transition: all .14s linear 0s;
+
  transition: all .14s linear 0s
 
}
 
}
 +
 
body:not(.heimu_toggle_on) .heimu:hover a,
 
body:not(.heimu_toggle_on) .heimu:hover a,
 
body:not(.heimu_toggle_on) a:hover .heimu,
 
body:not(.heimu_toggle_on) a:hover .heimu,
 
body:not(.heimu_toggle_on) .heimu.off a,
 
body:not(.heimu_toggle_on) .heimu.off a,
 
body:not(.heimu_toggle_on) a:hover .heimu.off {
 
body:not(.heimu_toggle_on) a:hover .heimu.off {
   color: #006cb0;
+
  color: #006cb0;
   background-color: rgba(180,180,180,0.3);
+
  background-color: rgba(180,180,180,0.3);
   transition: all .14s linear 0s;
+
  transition: all .14s linear 0s
 
}
 
}
 +
 
body:not(.heimu_toggle_on) .heimu.off .new,
 
body:not(.heimu_toggle_on) .heimu.off .new,
 
body:not(.heimu_toggle_on) .heimu.off .new:hover,
 
body:not(.heimu_toggle_on) .heimu.off .new:hover,
第196行: 第350行:
 
body:not(.heimu_toggle_on) .heimu.off .new:hover,
 
body:not(.heimu_toggle_on) .heimu.off .new:hover,
 
body:not(.heimu_toggle_on) .new:hover .heimu.off {
 
body:not(.heimu_toggle_on) .new:hover .heimu.off {
   color: #BA0000;
+
  color: #BA0000;
   background-color: rgba(100,100,100,0.3);
+
  background-color: rgba(100,100,100,0.3);
   transition: all .14s linear 0s;
+
  transition: all .14s linear 0s
 +
}
 +
 
 +
table.navbox {
 +
  border: 1px solid #aaa;
 +
  clear: both;
 +
  margin: auto;
 +
  padding: 1px;
 +
  text-align: center;
 +
  width: 100%
 +
}
 +
 
 +
table.navbox+table.navbox {
 +
  margin-top: -1px
 +
}
 +
 
 +
.navbox-title,
 +
.navbox-abovebelow,
 +
table.navbox th {
 +
  padding-left: 1em;
 +
  padding-right: 1em;
 +
  text-align: center
 +
}
 +
 
 +
.navbox-group {
 +
  font-weight: 700;
 +
  padding-left: 1em;
 +
  padding-right: 1em;
 +
  white-space: nowrap
 
}
 
}
/* 萌娘百科引用结束 */
 
  
/** 自定义wikitable **/
+
.navbox,
table.wikitable {
+
.navbox-subgroup {
   background: rgba(255,255,255,0.4);
+
   background: none repeat scroll 0 0 #fdfdfd
  border-radius: 5px;
 
  border: 2px solid #2fa7ff;
 
 
}
 
}
table.wikitable tr:nth-of-type(1) {
+
 
   background:linear-gradient(65deg,#3ea9ff 33%,#9ad9ff 33%,#9ad9ff 66%,#bfedff 66%,#bfedff 100%) center 0 no-repeat
+
.navbox-list {
 +
   border-color: #fdfdfd
 
}
 
}
table.wikitable tr:nth-of-type(1) th {
+
 
   background: none;
+
.navbox-title,
 +
table.navbox th {
 +
  background: none repeat scroll 0 0 #74c5ff
 +
}
 +
 
 +
.navbox-abovebelow,
 +
.navbox-group,
 +
.navbox-subgroup .navbox-title {
 +
  background: none repeat scroll 0 0 #94cfff
 +
}
 +
 
 +
.navbox-subgroup .navbox-group,
 +
.navbox-subgroup .navbox-abovebelow {
 +
   background: none repeat scroll 0 0 #a7ddff
 
}
 
}
table.wikitable tr:nth-of-type(n+2) th {
+
 
   background: white;
+
.navbox-even {
 +
   background: none repeat scroll 0 0 #dff0ff
 
}
 
}
table.wikitable > tr > th,
+
 
table.wikitable > tr > td,
+
.navbox-odd {
table.wikitable > * > tr > th,
+
  background: none repeat scroll 0 0 transparent
table.wikitable > * > tr > td {
 
   border: 1px #8dd7ff solid;
 
 
}
 
}
  
/** NAVBOX改编自维基百科 **/
+
.collapseButton {
/**
+
  float: right;
* Fandom的Lua版本与维基百科不一致,故使用一般方式载入
+
  font-weight: 400;
* 另navbox的class属性会被mercury自动删除,增加custom-前缀欺骗解析器
+
  text-align: right;
**/
+
  width: auto
table.custom-navbox {
 
   border: 1px solid #aaa;
 
   clear: both;
 
   margin: auto;
 
   padding: 1px;
 
   text-align: center;
 
   width: 100%;
 
 
}
 
}
table.custom-navbox+table.custom-navbox {
+
 
   margin-top: -1px;
+
.navbox .collapseButton {
 +
  width: 6em
 
}
 
}
.custom-navbox-title,
+
 
.custom-navbox-abovebelow,
+
.navbox .TabLabel {
table.custom-navbox th {
+
  text-align: left
   padding-left: 1em;
 
   padding-right: 1em;
 
   text-align: center;
 
 
}
 
}
.custom-navbox-group {
+
 
   font-weight: 700;
+
/** [[Template:Info]] **/
   padding-left: 1em;
+
.info-box {
   padding-right: 1em;
+
  color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
+
  margin: 1.5625em 0;
 +
  padding: 0.6rem;
 +
  overflow: hidden;
 +
  font-size: 1em;
 +
  page-break-inside: avoid;
 +
  border-left: 0.3rem solid #00b8d4;
 +
  border-radius: 0.3rem;
 +
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.05),
 +
    0 0 0.05rem rgba(0, 0, 0, 0.1);
 +
  background-color: #fafafa;
 
}
 
}
.custom-navbox,
+
.info-box .info-title {
.custom-navbox-subgroup {
+
  position: relative;
   background: none repeat scroll 0 0 #fdfdfd;
+
  margin: -0.6rem -0.6rem 0.8em -0.6rem !important;
 +
  padding: 0.4rem 0.6rem 0.4rem 2.5rem;
 +
  font-weight: 700;
 +
  background-color: rgba(66, 185, 131, 0.1);
 
}
 
}
.custom-navbox-list {
+
.info-box .info-title::before {
   border-color: #fdfdfd;
+
  position: absolute;
 +
  top: 0.9rem;
 +
  left: 1rem;
 +
  width: 12px;
 +
  height: 12px;
 +
  background-color: #42b983;
 +
  border-radius: 50%;
 +
  content: " ";
 
}
 
}
.custom-navbox-title,
+
.info-box > .info-title,
table.custom-navbox th {
+
.info-box.todo > .info-title {
   background: none repeat scroll 0 0 #74c5ff;
+
  background-color: rgba(0, 184, 212, 0.1);
 
}
 
}
.custom-navbox-abovebelow,
+
.info-box.warning > .info-title,
.custom-navbox-group,
+
.info-box.attention > .info-title,
.custom-navbox-subgroup .custom-navbox-title {
+
.info-box.caution > .info-title {
   background: none repeat scroll 0 0 #94cfff;
+
  background-color: rgba(255, 145, 0, 0.1);
 
}
 
}
.custom-navbox-subgroup .custom-navbox-group,
+
.info-box.failure > .info-title,
.custom-navbox-subgroup .custom-navbox-abovebelow {
+
.info-box.missing > .info-title,
   background: none repeat scroll 0 0 #a7ddff;
+
.info-box.fail > .info-title,
 +
.info-box.error > .info-title {
 +
  background-color: rgba(255, 82, 82, 0.1);
 
}
 
}
.custom-navbox-even {
+
.info-box,
   background: none repeat scroll 0 0 #dff0ff;
+
.info-box.info,
 +
.info-box.todo {
 +
  border-color: #00b8d4;
 
}
 
}
.custom-navbox-odd {
+
.info-box.success,
   background: none repeat scroll 0 0 transparent;
+
.info-box.done {
 +
  border-color: #05ad38;
 
}
 
}
.collapseButton {
+
.info-box.warning,
   float: right;
+
.info-box.attention,
   font-weight: 400;
+
.info-box.caution {
   text-align: right;
+
  border-color: #ff9100;
   width: auto;
 
 
}
 
}
.custom-navbox .collapseButton {
+
.info-box.failure,
   width: 6em;
+
.info-box.missing,
 +
.info-box.fail,
 +
.info-box.error {
 +
  border-color: #ff5252;
 
}
 
}
/* Fix by case : Rev 1327309 ([[Special:Permalink/1327309]])
+
.info-box.info > .info-title::before,
   Address alignment issue of nested tabs in Navbox */
+
.info-box.todo > .info-title::before {
.custom-navbox .TabLabel {
+
  background-color: #00b8d4;
   text-align: left;
+
  border-radius: 50%;
 
}
 
}
/* info 模板 */
+
.info-box.success > .info-title::before,
.infoBox {
+
.info-box.done > .info-title::before {
   margin: 0 auto;
+
  background-color: #05ad38;
 +
  border-radius: 50%;
 
}
 
}
.infoBoxTitle {
+
.info-box.warning > .info-title::before,
   margin: 3px auto;
+
.info-box.attention > .info-title::before,
   padding: 0;
+
.info-box.caution > .info-title::before {
   text-align: center;
+
  background-color: #ff9100;
   font-weight: 700;
+
  border-radius: 50%;
 
}
 
}
.infoBoxIcon {
+
.info-box.failure > .info-title::before,
   display: table-cell;
+
.info-box.missing > .info-title::before,
   padding: 2px 0 2px .5em;
+
.info-box.fail > .info-title::before,
   vertical-align: middle;
+
.info-box.error > .info-title::before {
 +
  background-color: #ff5252;
 +
  border-radius: 50%;
 
}
 
}
.infoBoxText {
+
.info-box > .info-title.no-dot {
   display: table-cell;
+
  padding-left: 0.6rem;
   padding: .25em .5em .25em 1.3em;
 
   width: 100%;
 
   vertical-align: middle;
 
 
}
 
}
.infoBoxContent {
+
.info-box > .info-title.no-dot::before {
   border: 1px solid #ddd;
+
  display: none;
   border-left-width: 0;
 
   background: #fbfbfb;
 
 
}
 
}
.infoBoxBelow {
+
.info-box > :last-child {
   margin: 0 auto;
+
  margin-bottom: 0 !important;
   padding: 0;
 
   text-align: center;
 
 
}
 
}
  
/** http://zh.diepio.wikia.com/wiki/MediaWiki:Wikia.css **/
+
div.mw-warning-with-logexcerpt,
/**** 用戶頭像旋轉開始 ****/
+
div.mw-cascadeprotectedwarning {
.avatar {
+
  border: 1px solid #ccc;
   -moz-transition: all 0.6s ease;
+
  border-left: 10px solid red;
   -ms-transition: all 0.6s ease;
+
  clear: both;
   -o-transition: all 0.6s ease;
+
  width: 80%;
   -webkit-transition: all 0.6s ease;
+
  margin: 0 auto;
   transition: all 0.6s ease;
+
  background: #fcff8b
 
}
 
}
+
 
.avatar:hover {
+
div.mw-warning-with-logexcerpt p,
   -moz-transform: rotate(3600deg);
+
div.mw-cascadeprotectedwarning p {
   -ms-transform: rotate(3600deg);
+
  margin-left: 2em;
   -o-transform: rotate(3600deg);
+
  margin-right: 2em
   -webkit-transform: rotate(3600deg);
 
   border-radius: 100%;
 
   border-color:DarkTurquoise;
 
   box-shadow: 0 0 20px black;
 
   transform: rotate(360deg);
 
 
}
 
}
+
 
#UPPLightboxWrapper .avatar,
+
.mw-logline-protect {
.community-page-admins-list .avatar,
+
  background: #ffe34d
#WallThreadHistory .avatar {
 
   -moz-transform: none;
 
   -ms-transform: none;
 
   -o-transform: none;
 
   -webkit-transform: none;
 
   transform: none;
 
   -moz-transition: none;
 
   -ms-transition: none;
 
   -o-transition: none;
 
   -webkit-transition: none;
 
   transition: none;
 
   border: none;
 
   border-radius: 0;
 
   box-shadow: none;
 
 
}
 
}
/**** 用戶頭像旋轉結束 ****/
+
 
.mirror {
+
.akarin {
   display:inline-block;
+
  color: transparent;
   transform:scaleX(-1);
+
  text-shadow: 1px 1px 8px gray;
   -webkit-transform:scaleX(-1)
+
  transition: all .14s liner 0s
 
}
 
}
/** 首页跑马灯 **/
+
 
@keyframes marquee {
+
span.akarin a.external,
   0%   { text-indent: 58em }
+
span.akarin a.external:visited,
   100% { text-indent: -75em }
+
span.akarin a.extiw,
 +
span.akarin a.extiw:visited {
 +
   color: transparent;
 +
  text-shadow: 1px 1px 8px #6af;
 +
  transition: all .14s linear 0s
 
}
 
}
.marquee {
+
 
   width: 600px;
+
.akarin a,
   margin: 0 auto;
+
a .akarin {
   overflow: hidden;
+
  color: transparent;
   white-space: nowrap;
+
  text-shadow: 1px 1px 8px #6af;
   box-sizing: border-box;
+
  transition: all .14s linear 0s
   animation: marquee 25s linear infinite;
 
 
}
 
}
.marquee:hover {
+
 
   animation-play-state: paused
+
.akarin a.new {
 +
  color: transparent;
 +
  text-shadow: 1px 1px 8px pink;
 +
  transition: all .14s linear 0s
 
}
 
}
  
/**
+
body:not(.akarin_toggle_on) .akarin:hover,
* AKARIN 阿卡林
+
body:not(.akarin_toggle_on) .akarin:active,
* Copyright: 机智的小鱼君
+
body:not(.akarin_toggle_on) .akarin.off {
* 请直接使用akarin模版调用
+
  color: #999;
**/
+
  text-shadow: 1px 1px 2px gray;
.akarin,.akarin * {
+
  transition: all .14s linear 0s
   color: transparent !important;
 
   text-shadow: 5px 5px 13px #959595 !important;
 
   transition: all .14s linear 0s !important;
 
 
}
 
}
.akarin:hover,
+
 
.akarin:active {
+
body:not(.akarin_toggle_on) .akarin:hover a,
   color: #808080 !important;
+
body:not(.akarin_toggle_on) a:hover .akarin,
   text-shadow: 5px 5px 5px #ccc !important;
+
body:not(.akarin_toggle_on) .akarin.off a,
   transition: all .14s linear 0s !important;
+
body:not(.akarin_toggle_on) a:hover .akarin.off {
 +
  color: #40acff;
 +
  text-shadow: 1px 1px 2px aliceblue;
 +
  transition: all .14s linear 0s
 
}
 
}
a:hover .akarin,a.akarin:hover {
+
 
   color: #006cff !important;
+
body:not(.akarin_toggle_on) .akarin.off .new,
   text-shadow: 5px 5px 5px #0cf !important;
+
body:not(.akarin_toggle_on) .akarin.off .new:hover,
   transition: all .14s linear 0s !important;
+
body:not(.akarin_toggle_on) .new:hover .akarin.off,
 +
body:not(.akarin_toggle_on) .akarin.off .new,
 +
body:not(.akarin_toggle_on) .akarin.off .new:hover,
 +
body:not(.akarin_toggle_on) .new:hover .akarin.off {
 +
  color: #f88;
 +
  text-shadow: 1px 1px 2px pink;
 +
  transition: all .14s linear 0s
 
}
 
}
a.new.akarin:hover,
+
 
a.new:hover .akarin {
 
   color: #BA0000 !important;
 
   text-shadow: 5px 5px 5px #b30 !important;
 
   transition: all .14s linear 0s !important;
 
}
 
/* 针对目录、navbox以及讯息框的优化 */
 
 
nav.akarin#toc:hover *,
 
nav.akarin#toc:hover *,
 
.pi-horizontal-group.akarin:hover *,
 
.pi-horizontal-group.akarin:hover *,
 
.pi-item.akarin:hover,
 
.pi-item.akarin:hover,
 
.pi-data.akarin:hover * {
 
.pi-data.akarin:hover * {
  color:#888 !important;
+
  color: #888 !important
 
}
 
}
 +
 
nav.akarin#toc:hover a,
 
nav.akarin#toc:hover a,
 
.pi-horizontal-group.akarin:hover a,
 
.pi-horizontal-group.akarin:hover a,
第425行: 第618行:
 
.navbox.akarin td.navbox-list.akarin:hover a,
 
.navbox.akarin td.navbox-list.akarin:hover a,
 
.pi-data.akarin:hover a {
 
.pi-data.akarin:hover a {
  color:#08f !important;
+
  color: #08f !important
 
}
 
}
 +
 
nav.akarin#toc:hover a.new,
 
nav.akarin#toc:hover a.new,
 
.pi-horizontal-group.akarin:hover a.new,
 
.pi-horizontal-group.akarin:hover a.new,
第432行: 第626行:
 
.navbox.akarin td.navbox-list.akarin:hover a.new,
 
.navbox.akarin td.navbox-list.akarin:hover a.new,
 
.pi-data.akarin:hover a.new {
 
.pi-data.akarin:hover a.new {
  color:#b00 !important;
+
  color: #b00 !important
 
}
 
}
  
/** Test item
+
code,
#WikiaRail.hidethis ul.activity-items {
+
tt {
   z-index:-99 !important;
+
  border: 1px solid #e0e0e0;
 +
  background: #efefef;
 +
  font-family: sans-serif
 
}
 
}
#WikiaRail.hidethis ul.activity-items li:before {
+
 
   content:"";
+
.oncopynotify.hide {
   z-index:99;
+
  opacity: 0;
   display:block;
+
  animation-play-state: paused;
   position:absolute;
+
  right: -300px;
   text-align:center;
+
  transition: all 1.5s
   background:url("https://vignette.wikia.nocookie.net/dev/images/4/42/Loading.gif") rgba(234, 250, 255, 0.98) center center no-repeat;
 
   border: 2px dotted #9ed2ff;
 
   height:35px;
 
   width:255px;
 
 
}
 
}
**/
 
  
/** 复制时添加版权说明 **/
 
.oncopynotify.hidethis {
 
   opacity: 0;
 
   animation-play-state: paused;
 
   right: -300px;
 
   transition: all 1.8s;
 
}
 
 
.oncopynotify {
 
.oncopynotify {
   opacity: 1;
+
  opacity: 1;
   bottom: 42px;
+
  bottom: 42px;
   right: 12px;
+
  right: 8px;
   max-width: 285px;
+
  max-width: 285px;
   position: fixed;
+
  position: fixed;
   z-index: 100000;
+
  z-index: 10000;
   height: 2em;
+
  height: 2em;
   transition: all .8s;
+
  transition: all .5s;
   background: white;
+
  background: white;
   box-shadow: 0px 0px 10px #666;
+
  box-shadow: 0px 0px 10px #666
 
}
 
}
 +
 
.oncopynotify .notify-icon {
 
.oncopynotify .notify-icon {
   background: #5fa0ff;
+
  background: #5fa0ff;
   width: 32px;
+
  width: 32px
 
}
 
}
 +
 
.oncopynotify .notify-content {
 
.oncopynotify .notify-content {
   width: auto;
+
  width: auto
 
}
 
}
 +
 
.oncopynotify .notify-content .inset {
 
.oncopynotify .notify-content .inset {
   height: 1.5em;
+
  height: 1.5em;
   width: 250px;
+
  width: 250px;
   margin: 0;
+
  margin: 0;
   overflow: hidden;
+
  overflow: hidden;
   white-space: nowrap;
+
  white-space: nowrap;
   font-size: 80%;
+
  font-size: 80%;
   animation: marquee 10s linear infinite;
+
  animation: headermarquee 10s linear infinite
 +
}
 +
 
 +
/** Ssi-modal **/
 +
.ssi-stack.top {
 +
  margin-top: 50px;
 +
}
 +
 
 +
/** Css Tootip **/
 +
.tooltip {
 +
  position:relative
 +
}
 +
.tooltip .tooltip-button {
 +
  border-bottom: 1px dotted #bbb;
 +
}
 +
.tooltip .tooltip-content {
 +
  display: none;
 +
  position: absolute;
 +
  z-index: 1501;
 +
  top: 0.8em;
 +
  margin-top: 12px;
 +
  left: -20px;
 +
  padding: 4px;
 +
  font-size: small;
 +
  color: #565656;
 +
  width: 240px;
 +
  background: white;
 +
  border: 1px solid #c6c6c6;
 +
  border-bottom-right-radius: 2px;
 +
  border-bottom-left-radius: 2px;
 +
  box-shadow: 0 0 4px #bbb;
 +
}
 +
.tooltip .tooltip-content:before {
 +
  content: "";
 +
  background-image: url(https://www.wjghj.cn/images/f/f8/Tooltip-top-arrow.png);
 +
  background-size: 262.3px 16px;
 +
  background-repeat: no-repeat;
 +
  position: absolute;
 +
  height: 16px;
 +
  width: 262px;
 +
  top: -16px;
 +
  left: -7.2px;
 +
}
 +
.tooltip:hover .tooltip-button {
 +
  border-bottom: 1px solid #999;
 +
}
 +
.tooltip:hover .tooltip-content {
 +
  display: unset;
 
}
 
}

2023年11月23日 (四) 04:51的最新版本

@import url(/index.php?title=MediaWiki:Portable-infobox.css&ctype=text/css&action=raw);

/** 字体 **/
/* @import url("https://fonts.googleapis.com/css?family=Raleway:500,700|Audiowide|Orbitron:400,700|Share+Tech+Mono"); */
@font-face {
  font-family: 'title-font';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_s8tejd2slo.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_s8tejd2slo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_s8tejd2slo.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_s8tejd2slo.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_s8tejd2slo.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_s8tejd2slo.svg#庞门正道标题体2') format('svg'); /* iOS 4.1- */
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
body {
  font-family: Raleway,Arial,Tahoma,"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,"Hiragino Sans GB","Microsoft JhengHei",微軟正黑體,sans-serif;
  color: #0e191a
}
.material-icons,
.m-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}


/** 背景 **/
body {
  background: url(/images/5/51/Wiki-background.png) 0 0 / 100% fixed;
}
#mw-content-container {
  background: transparent;
}
#mw-content {
  background: rgba(255,255,255,.85);
  position: relative;
  top: 12px;
}
#mw-footer {
  color:#252525;
  margin:0.3em 1em 1em 1em;
  background:rgba(255,255,255,0.3);
  padding:8px;
  border:2px dotted #b0b0b0;
  border-radius:4px 
}
#mw-footer .footer-icons {
  position: absolute;
  right: 48px;
}
#mw-footer-container a {
  color:#005dff 
}
#mw-footer-container {
  border-top: none;
  margin: 0 16px;
  text-align: center;
}
#mw-footer-container #f-poweredbyico {
  display: none;
}
#mw-footer-container li {
  margin: 4px 0;
}

/** 首页 **/
@media screen and (min-width:850px) {
  .mainpage-all {
    display: grid;
    width: 100%;
    grid-template-areas: 
    "a a a "
    "b b c "
    "b b c ";
    grid-template-columns: 35% 35% 30%;
  }
  .mainpage-all .mainpage-top {
    grid-area: a
  }
  .mainpage-all .mainpage-left {
    margin: 0 4px;
    grid-area: b
  }
  .mainpage-all .mainpage-right {
    margin: 0 2px;
    grid-area: c
  }
}
/* 修复首页投票框 */
.mainpage-right .CSS_Poll .css-box {
  width: 100% !important;
}

.mw-wiki-logo {
  background-size: 150px
}

#mw-footer {
  color: #252525;
  margin: 0.5em 1em 1em 1em;
  background: rgba(255,255,255,0.3);
  padding: 8px;
  border: 2px dotted #c5c5c5;
  border-radius: 4px
}

#mw-footer-container a {
  color: #005dff
}

#f-list {
  margin: 0
}

.sidebar-chunk {
  background: #ccebffcc !important;
  border: solid #55a2ff !important
}

.header-hide {
  top: -70px !important;
  transition: all 0.5s
}

#mw-header-container,
#mw-header-hack {
  transition: all 0.5s
}

/** 标题 **/
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
  font-family: Orbitron,Arial,Tahoma,"Microsoft YaHei" !important
}

h1.firstHeading {
  border: none !important;
  background: linear-gradient(90deg,rgb(151,151,151),rgba(255,255,255,0));
  background-position: 0 22px !important;
  background-repeat: repeat-x !important;
  background-size: 100% 8px !important;
  text-shadow: 2px 0px 0px white;
  width: 100%;
  padding-left: 4px;
  margin-bottom: 9px;
  font-family: Audiowide,Arial,Tahoma,"title-font","Microsoft YaHei","Microsoft JhengHei",微軟正黑體,sans-serif !important;
  font-size: 2em
}

.ns-0 h1.firstHeading {
  background: linear-gradient(90deg,rgb(28,98,227),rgba(255,255,255,0))
}

.ns-6 h1.firstHeading {
  background: linear-gradient(90deg,rgb(88,216,165),rgba(255,255,255,0))
}

.ns-8 h1.firstHeading {
  background: linear-gradient(90deg,rgb(255,75,112),rgba(255,255,255,0))
}

.ns-10 h1.firstHeading {
  background: linear-gradient(90deg,rgb(121,80,250),rgba(255,255,255,0))
}

#mw-content h2:not(.pi-title):not(.pi-header) {
  padding-top: 2px;
  border: none !important;
  background: linear-gradient(90deg,rgb(127,172,255),rgba(210,232,255,0.53));
  background-position: 0 22px !important;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  font-size: 21px;
  text-shadow: 2px 0px 0px white
}

#mw-content h3:not(.pi-data-label):not(#p-variants-desktop-label) {
  border: none !important;
  background: linear-gradient(90deg,rgb(159,204,255),rgba(159,204,255,0));
  background-position: 0 18px !important;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  font-size: 19px
}

#mw-content h4 {
  border: none !important;
  background: linear-gradient(90deg,rgb(159,204,255),rgba(159,204,255,0));
  background-position: 0 18px !important;
  background-repeat: repeat-x;
  background-size: 1px 2px;
  font-size: 17px
}

#mw-content h5 {
  font-size: 16px
}

#mw-content h6 {
}

/** 链接 **/
a {
  text-decoration: none;
  transition: all .24s ease;
}

a:hover {
  color: #3356df;
  text-decoration: none;
}

a.selflink {
  font-weight: bold;
  animation: colorful 5s linear infinite;
  text-shadow: none;
  cursor: default
}

.siteNoticeScroll {
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: hidden
}

.siteNoticeScroll li {
  height: 25px;
  list-style: none;
  text-align: center
}

.flow-board-header-footer {
  display: none
}

.flow-bottom-spacer {
  color: gray;
  font-size: 80%
}

body .tochide {
  font-size: 95%
}

body .mw-collapsed.tochide tr:first-child td {
  padding: 7px!important
}

body .mw-collapsed.tochide tr:last-child td {
  padding: 0 7px!important
}

body .tochide tr:first-child td .mw-collapsible-toggle {
  top: 7px!important
}

body .tochide tr:first-child td {
  padding: 7px 7px 0!important
}

body .tochide tr:last-child td {
  padding: 0 7px 7px 7px!important
}

body .tochide td {
  width: auto;
  border-width: 0
}

body .tochide div.toc#toc {
  margin: 0;
  padding: 0;
  background: none;
  background-color: none;
  border-width: 0;
  width: 100%
}

body .tochide #toctitle {
  display: none
}

body .tochide ul {
  background-color: transparent;
  margin: 0.5em 1em
}

.mw-body a.external:visited {
  color: #36b
}

span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited {
  color: #252525;
  transition: all .14s linear 0s
}

.heimu,
.heimu a,
a .heimu,
.heimu a.new {
  background-color: #252525;
  color: #252525;
  text-shadow: none;
  transition: all .14s linear 0s
}

body:not(.heimu_toggle_on) .heimu:hover,
body:not(.heimu_toggle_on) .heimu:active,
body:not(.heimu_toggle_on) .heimu.off {
  background-color: rgba(100,100,100,0.3);
  transition: all .14s linear 0s
}

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 {
  color: #006cb0;
  background-color: rgba(180,180,180,0.3);
  transition: all .14s linear 0s
}

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.off .new,
body:not(.heimu_toggle_on) .heimu.off .new:hover,
body:not(.heimu_toggle_on) .new:hover .heimu.off {
  color: #BA0000;
  background-color: rgba(100,100,100,0.3);
  transition: all .14s linear 0s
}

table.navbox {
  border: 1px solid #aaa;
  clear: both;
  margin: auto;
  padding: 1px;
  text-align: center;
  width: 100%
}

table.navbox+table.navbox {
  margin-top: -1px
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center
}

.navbox-group {
  font-weight: 700;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap
}

.navbox,
.navbox-subgroup {
  background: none repeat scroll 0 0 #fdfdfd
}

.navbox-list {
  border-color: #fdfdfd
}

.navbox-title,
table.navbox th {
  background: none repeat scroll 0 0 #74c5ff
}

.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: none repeat scroll 0 0 #94cfff
}

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
  background: none repeat scroll 0 0 #a7ddff
}

.navbox-even {
  background: none repeat scroll 0 0 #dff0ff
}

.navbox-odd {
  background: none repeat scroll 0 0 transparent
}

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

.navbox .collapseButton {
  width: 6em
}

.navbox .TabLabel {
  text-align: left
}

/** [[Template:Info]] **/
.info-box {
  color: rgba(0, 0, 0, 0.7);
  margin: 1.5625em 0;
  padding: 0.6rem;
  overflow: hidden;
  font-size: 1em;
  page-break-inside: avoid;
  border-left: 0.3rem solid #00b8d4;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.05),
    0 0 0.05rem rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.info-box .info-title {
  position: relative;
  margin: -0.6rem -0.6rem 0.8em -0.6rem !important;
  padding: 0.4rem 0.6rem 0.4rem 2.5rem;
  font-weight: 700;
  background-color: rgba(66, 185, 131, 0.1);
}
.info-box .info-title::before {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  width: 12px;
  height: 12px;
  background-color: #42b983;
  border-radius: 50%;
  content: " ";
}
.info-box > .info-title,
.info-box.todo > .info-title {
  background-color: rgba(0, 184, 212, 0.1);
}
.info-box.warning > .info-title,
.info-box.attention > .info-title,
.info-box.caution > .info-title {
  background-color: rgba(255, 145, 0, 0.1);
}
.info-box.failure > .info-title,
.info-box.missing > .info-title,
.info-box.fail > .info-title,
.info-box.error > .info-title {
  background-color: rgba(255, 82, 82, 0.1);
}
.info-box,
.info-box.info,
.info-box.todo {
  border-color: #00b8d4;
}
.info-box.success,
.info-box.done {
  border-color: #05ad38;
}
.info-box.warning,
.info-box.attention,
.info-box.caution {
  border-color: #ff9100;
}
.info-box.failure,
.info-box.missing,
.info-box.fail,
.info-box.error {
  border-color: #ff5252;
}
.info-box.info > .info-title::before,
.info-box.todo > .info-title::before {
  background-color: #00b8d4;
  border-radius: 50%;
}
.info-box.success > .info-title::before,
.info-box.done > .info-title::before {
  background-color: #05ad38;
  border-radius: 50%;
}
.info-box.warning > .info-title::before,
.info-box.attention > .info-title::before,
.info-box.caution > .info-title::before {
  background-color: #ff9100;
  border-radius: 50%;
}
.info-box.failure > .info-title::before,
.info-box.missing > .info-title::before,
.info-box.fail > .info-title::before,
.info-box.error > .info-title::before {
  background-color: #ff5252;
  border-radius: 50%;
}
.info-box > .info-title.no-dot {
  padding-left: 0.6rem;
}
.info-box > .info-title.no-dot::before {
  display: none;
}
.info-box > :last-child {
  margin-bottom: 0 !important;
}

div.mw-warning-with-logexcerpt,
div.mw-cascadeprotectedwarning {
  border: 1px solid #ccc;
  border-left: 10px solid red;
  clear: both;
  width: 80%;
  margin: 0 auto;
  background: #fcff8b
}

div.mw-warning-with-logexcerpt p,
div.mw-cascadeprotectedwarning p {
  margin-left: 2em;
  margin-right: 2em
}

.mw-logline-protect {
  background: #ffe34d
}

.akarin {
  color: transparent;
  text-shadow: 1px 1px 8px gray;
  transition: all .14s liner 0s
}

span.akarin a.external,
span.akarin a.external:visited,
span.akarin a.extiw,
span.akarin a.extiw:visited {
  color: transparent;
  text-shadow: 1px 1px 8px #6af;
  transition: all .14s linear 0s
}

.akarin a,
a .akarin {
  color: transparent;
  text-shadow: 1px 1px 8px #6af;
  transition: all .14s linear 0s
}

.akarin a.new {
  color: transparent;
  text-shadow: 1px 1px 8px pink;
  transition: all .14s linear 0s
}

body:not(.akarin_toggle_on) .akarin:hover,
body:not(.akarin_toggle_on) .akarin:active,
body:not(.akarin_toggle_on) .akarin.off {
  color: #999;
  text-shadow: 1px 1px 2px gray;
  transition: all .14s linear 0s
}

body:not(.akarin_toggle_on) .akarin:hover a,
body:not(.akarin_toggle_on) a:hover .akarin,
body:not(.akarin_toggle_on) .akarin.off a,
body:not(.akarin_toggle_on) a:hover .akarin.off {
  color: #40acff;
  text-shadow: 1px 1px 2px aliceblue;
  transition: all .14s linear 0s
}

body:not(.akarin_toggle_on) .akarin.off .new,
body:not(.akarin_toggle_on) .akarin.off .new:hover,
body:not(.akarin_toggle_on) .new:hover .akarin.off,
body:not(.akarin_toggle_on) .akarin.off .new,
body:not(.akarin_toggle_on) .akarin.off .new:hover,
body:not(.akarin_toggle_on) .new:hover .akarin.off {
  color: #f88;
  text-shadow: 1px 1px 2px pink;
  transition: all .14s linear 0s
}

nav.akarin#toc:hover *,
.pi-horizontal-group.akarin:hover *,
.pi-item.akarin:hover,
.pi-data.akarin:hover * {
  color: #888 !important
}

nav.akarin#toc:hover a,
.pi-horizontal-group.akarin:hover a,
.pi-item.akarin:hover a,
.navbox.akarin td.navbox-list.akarin:hover a,
.pi-data.akarin:hover a {
  color: #08f !important
}

nav.akarin#toc:hover a.new,
.pi-horizontal-group.akarin:hover a.new,
.pi-item.akarin:hover a.new,
.navbox.akarin td.navbox-list.akarin:hover a.new,
.pi-data.akarin:hover a.new {
  color: #b00 !important
}

code,
tt {
  border: 1px solid #e0e0e0;
  background: #efefef;
  font-family: sans-serif
}

.oncopynotify.hide {
  opacity: 0;
  animation-play-state: paused;
  right: -300px;
  transition: all 1.5s
}

.oncopynotify {
  opacity: 1;
  bottom: 42px;
  right: 8px;
  max-width: 285px;
  position: fixed;
  z-index: 10000;
  height: 2em;
  transition: all .5s;
  background: white;
  box-shadow: 0px 0px 10px #666
}

.oncopynotify .notify-icon {
  background: #5fa0ff;
  width: 32px
}

.oncopynotify .notify-content {
  width: auto
}

.oncopynotify .notify-content .inset {
  height: 1.5em;
  width: 250px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 80%;
  animation: headermarquee 10s linear infinite
}

/** Ssi-modal **/
.ssi-stack.top {
  margin-top: 50px;
}

/** Css Tootip **/
.tooltip {
  position:relative
}
.tooltip .tooltip-button {
  border-bottom: 1px dotted #bbb;
}
.tooltip .tooltip-content {
  display: none;
  position: absolute;
  z-index: 1501;
  top: 0.8em;
  margin-top: 12px;
  left: -20px;
  padding: 4px;
  font-size: small;
  color: #565656;
  width: 240px;
  background: white;
  border: 1px solid #c6c6c6;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: 0 0 4px #bbb;
}
.tooltip .tooltip-content:before {
  content: "";
  background-image: url(https://www.wjghj.cn/images/f/f8/Tooltip-top-arrow.png);
  background-size: 262.3px 16px;
  background-repeat: no-repeat;
  position: absolute;
  height: 16px;
  width: 262px;
  top: -16px;
  left: -7.2px;
}
.tooltip:hover .tooltip-button {
  border-bottom: 1px solid #999;
}
.tooltip:hover .tooltip-content {
  display: unset;
}