Site Notice
hello, world
Difference between revisions of "MediaWiki:Css-blog.css"
From Project-EPB Commons
Line 6: | Line 6: | ||
**/ | **/ | ||
/** 自动神隐顶部导航栏相关修改 **/ | /** 自动神隐顶部导航栏相关修改 **/ | ||
− | #wpadminbar { | + | #wpadminbar{ |
bottom: 0px !important; | bottom: 0px !important; | ||
position: fixed; | position: fixed; | ||
top: unset !important; | top: unset !important; | ||
} | } | ||
− | .sq-site-header { | + | .sq-site-header, |
+ | .sq-site-header.header-hide.header-is-hover { | ||
top:0px !important; | top:0px !important; | ||
transition:all 0.5s; | transition:all 0.5s; | ||
} | } | ||
.sq-site-header.header-hide { | .sq-site-header.header-hide { | ||
− | top:- | + | top:-64px !important; |
} | } | ||
− | #toast-container { | + | #toast-container, |
− | top: | + | #toast-container.notify-hide.header-is-hover { |
+ | top: 86px; | ||
transition:all 0.5s; | transition:all 0.5s; | ||
} | } | ||
#toast-container.notify-hide { | #toast-container.notify-hide { | ||
− | top: | + | top: 22px; |
} | } |
Revision as of 13:50, 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,
.sq-site-header.header-hide.header-is-hover {
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;
}