Site Notice

hello, world

MediaWiki:Css-ngnlwiki.cn/blog.css

From Project-EPB Commons
Revision as of 23:33, 15 December 2019 by 机智的小鱼君 (talk | contribs) ([InPageEdit] 没有编辑摘要)

Invoke this: https://common.wjghj.cn/css/{{#replace:{{#replace:Css-ngnlwiki.cn/blog.css|Css-|}}|.css|}}

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
 *『Wjghj Project Static』
 * This _CascadingStyleSheets_ code is from https://common.wjghj.cn
 * CC BY-NC-SA
 **/
/** 选区样式 **/
::selection {
  background: rgba(222, 25, 99, 0.7);
  color: #ddd
}
a::selection {
  color: #fff;
  text-shadow: 0 0 3px #fff;
}
/** 首页样式 **/
.home .mythemes-blog-identity {
  display: none;
}
.home .header-headline {
  font-weight: 700;
}
.home .header-headline:before {
  content: "";
  display: block;
  background: url(http://180.76.242.64/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,
.author .post-content {
  max-height: 300px;
  overflow-y: auto
}