MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
div#mw-panel {
.wechat-qr {
   display: none;
   text-align: left;
  margin: 1.5em 0;
}
}
#left-navigation {
 
   left: 1em;
.wechat-qr img {
   max-width: 90px;
  height: auto;
  display: block;
  margin: 0;
}
}
#mw-head-base,
 
div#content,
.wechat-qr .caption {
div#footer {
  font-size: 0.95em;
   margin-left: 1em;
  color: #555;
   margin-top: 0.4em;
}
}

Latest revision as of 16:05, 26 December 2025

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

.wechat-qr img {
  max-width: 90px;
  height: auto;
  display: block;
  margin: 0;
}

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