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

MediaWiki:Timeless.css

来自小鱼君和他的朋友们
机智的小鱼君讨论 | 贡献2020年10月1日 (四) 05:47的版本

注意:在保存以后,您必须绕过浏览器缓存才能看到所作出的改变。

  • 谷歌浏览器(Google Chrome)- Windows:按下“Ctrl”键然后按 F5。OS X系统:同时按⌘ Cmd⇧ Shift键之后按R键。
  • Safari - 按住⇧ Shift键然后点击工具栏中重新载入键。
  • 火狐(Firefox)- Windows:按住Ctrl键然后按F5。OS X系统:同时按⌘ Cmd⇧ Shift键之后按R键。
  • Internet Explorer:按住Ctrl键然后按F5(或者点击“刷新”按钮)。

#p-logo-text a {
  color: #001133;
  font-family: 汉真广标;
  font-variant: small-caps;
  font-size: 16px;
  display: block;
  line-height: 30px;
  background: url(https://wjghj.cn/images/icons/wiki.svg) no-repeat transparent 0 0 / 32px;
  padding-left: 30px
}

/** Avatar **/
#mw-content-text .user-avatar {
  width: 1em;
  height: 1em;
  border-radius: 4px;
}
#personal > h2 {
  background-image: none !important;
  padding-left: 0 !important;
  padding-top: 0.4em;
}
#personal .user-avatar-link {
  position: relative;
  top: -6px;
}
#personal .user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

@media screen and (min-width:850px) {
  #mw-related-navigation #page-tools {
    position: sticky;
    top: 65px;
    transition: all .5s
  }
  #mw-related-navigation.header-hide #page-tools {
    top: 8px
  }
}

@media screen and (max-width:850px) {

}

/** Button style fixing **/
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, input[type="submit"], input[type="button"], button, .button {
    padding: 0.25em 1em 0.1em 1em;
    border: solid 1px #cccccc;
    border-bottom-width: 0.2em;
    box-sizing: border-box;
    border-radius: 0.2em;
    background: #ffffff;
    color: #001133;
    min-height: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-progressive:active:hover, .mw-ui-button.mw-ui-progressive.mw-ui-checked:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background-color: #eeeeee;
}
.button a, a .button, a.button {
  color: #252525 !important;
}
.mw-ui-button.mw-ui-progressive:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled, .button:disabled, .button.disabled {
  background-color: #dddddd;
  cursor: not-allowed;
}