Site Notice
hello, world
Difference between revisions of "MediaWiki:Css-ngnlwiki.cn/blog.css"
From Project-EPB Commons
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
Line 11: | Line 11: | ||
max-height: 300px; | max-height: 300px; | ||
overflow-y: auto | overflow-y: auto | ||
+ | } | ||
+ | /** 隐藏页脚的皮肤信息 **/ | ||
+ | .mythemes-copyright span:not(.copyright) { | ||
+ | display: none; | ||
} | } |
Revision as of 00:43, 15 December 2019
/**
*『Wjghj Project Static』
* This _CascadingStyleSheets_ code is from https://common.wjghj.cn
* CC BY-NC-SA
**/
.home .mythemes-blog-identity {
display: none;
}
.category .post-content,
.blog .post-content {
max-height: 300px;
overflow-y: auto
}
/** 隐藏页脚的皮肤信息 **/
.mythemes-copyright span:not(.copyright) {
display: none;
}