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
 
  **/
 
  **/
 +
/* 文章大标题 */
 +
.sq-main-header {
 +
    background: url(https://blog.wjghj.cn/wp-content/uploads/2019/09/13734C02-0F85-43C7-BF59-DE86E314C3B1.jpeg) 0px 0px / auto  no-repeat fixed;
 +
}
 
/** 自动神隐顶部导航栏相关修改 **/
 
/** 自动神隐顶部导航栏相关修改 **/
 
.sq-site-header,
 
.sq-site-header,

Revision as of 15:07, 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
 **/
/* 文章大标题 */
.sq-main-header {
    background: url(https://blog.wjghj.cn/wp-content/uploads/2019/09/13734C02-0F85-43C7-BF59-DE86E314C3B1.jpeg) 0px 0px / auto  no-repeat fixed;
}
/** 自动神隐顶部导航栏相关修改 **/
.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;
}