MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
Blanked the page
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
 
.mw-parser-output::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: 1.5em auto;
  background-image: url('/blog/Special:FilePath/扫码关注清冽之泉微信公众号.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

Revision as of 14:43, 26 December 2025

.mw-parser-output::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: 1.5em auto;
  background-image: url('/blog/Special:FilePath/扫码关注清冽之泉微信公众号.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}