MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Hide the sidebar */
.wechat-qr {
#mw-panel {
  text-align: left;
    display: none;
  margin: 1.5em 0;
}
}


/* Adjust content width */
.wechat-qr img {
#content {
  max-width: 90px;
    margin-left: 0;
  height: auto;
  display: block;
  margin: 0;
}
 
.wechat-qr .caption {
  font-size: 0.95em;
  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;
}