Site Notice

hello, world

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

From Project-EPB Commons
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
Line 4: Line 4:
 
  * CC BY-NC-SA
 
  * CC BY-NC-SA
 
  **/
 
  **/
 +
/** 首页样式 **/
 
.home .mythemes-blog-identity {
 
.home .mythemes-blog-identity {
 
   display: none;
 
   display: none;
 
}
 
}
 +
.home .header-headline {
 +
  font-weight: 700;
 +
}
 +
.home .header-headline:before {
 +
  content: "";
 +
  display: block;
 +
  background: url(/blog/wp-content/uploads/2019/12/6289E2BB-68D0-43C3-887A-2B197CDFC478.png) top left / 480px 120px;
 +
  height: 120px;
 +
  width: 480px;
 +
  margin: 0 auto;
 +
}
 +
/** 博客列表 **/
 
.category .post-content,
 
.category .post-content,
 
.blog .post-content {
 
.blog .post-content {

Revision as of 00:56, 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;
}
.home .header-headline {
  font-weight: 700;
}
.home .header-headline:before {
  content: "";
  display: block;
  background: url(/blog/wp-content/uploads/2019/12/6289E2BB-68D0-43C3-887A-2B197CDFC478.png) top left / 480px 120px;
  height: 120px;
  width: 480px;
  margin: 0 auto;
}
/** 博客列表 **/
.category .post-content,
.blog .post-content {
  max-height: 300px;
  overflow-y: auto
}
/** 隐藏页脚的皮肤信息 **/
.mythemes-copyright span:not(.copyright) {
  display: none;
}