Site Notice

hello, world

Difference between revisions of "MediaWiki:Css-blog.css"

From Project-EPB Commons
 
Line 5: Line 5:
 
  * For Wjghj Wordpress https://blog.wjghj.cn
 
  * For Wjghj Wordpress https://blog.wjghj.cn
 
  **/
 
  **/
 +
/** 自动神隐顶部导航栏相关修改 **/
 +
#wpadminbar {
 +
  bottom: 0px !important;
 +
  position: fixed;
 +
  top: unset !important;
 +
}
 +
.sq-site-header {
 +
  top:0px !important;
 +
  transition:all 0.5s;
 +
}
 +
.sq-site-header.header-hide {
 +
  top:-70px !important;
 +
}
 +
#toast-container {
 +
  top: 84px;
 +
  transition:all 0.5s;
 +
}
 +
#toast-container.notify-hide {
 +
  top: 14px;
 +
}

Revision as of 13:41, 6 September 2019

/**
 *『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;
  top: unset !important;
}
.sq-site-header {
  top:0px !important;
  transition:all 0.5s;
}
.sq-site-header.header-hide {
  top:-70px !important;
}
#toast-container {
  top: 84px;
  transition:all 0.5s;
}
#toast-container.notify-hide {
  top: 14px;
}