Site Notice

hello, world

MediaWiki:Css-blog.css

From Project-EPB Commons
Revision as of 14:01, 6 September 2019 by 机智的小鱼君 (talk | contribs)

Invoke this: https://common.wjghj.cn/css/{{#replace:{{#replace:Css-blog.css|Css-|}}|.css|}}

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
 *『Wjghj Project Static』
 * This _JavaScript_ code is from https://common.wjghj.cn
 * CC BY-NC-SA
 * For Wjghj Wordpress https://blog.wjghj.cn
 **/
/** 自动神隐顶部导航栏相关修改 **/
#wpadminbar {
  bottom: 0px !important;
  position: fixed !important;
  top: unset !important;
  opacity: .7;
  transition: opacity .3s;
}
#wpadminbar:hover {
  opacity: 1;
}
.sq-site-header,
.sq-site-header.header-hide.header-is-hover {
  position: fixed !important;
  top:0px !important;
  transition:all 0.5s;
}
.sq-site-header.header-hide {
  top:-64px !important;
}
#toast-container,
#toast-container.notify-hide.header-is-hover {
  top: 86px;
  transition:all 0.5s;
}
#toast-container.notify-hide {
  top: 22px;
}