MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.mw-parser-output::after {
.wechat-qr {
   content: "";
   text-align: center;
   display: block;
   margin: 1.5em 0;
   width: 90px;
}
   height: 90px;
 
  margin: 1.5em left;
.wechat-qr img {
  background-image: url('/blog/Special:FilePath/扫码关注清冽之泉微信公众号.jpg');
   max-width: 150px;
   background-size: contain;
   height: auto;
   background-repeat: no-repeat;
}
   background-position: left;
 
.wechat-qr .caption {
   font-size: 0.95em;
   color: #555;
   margin-top: 0.4em;
}
}

Revision as of 15:54, 26 December 2025

.wechat-qr {
  text-align: center;
  margin: 1.5em 0;
}

.wechat-qr img {
  max-width: 150px;
  height: auto;
}

.wechat-qr .caption {
  font-size: 0.95em;
  color: #555;
  margin-top: 0.4em;
}