MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: #mw-panel { display: none !important; }"
 
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.wechat-qr {
#mw-panel {
  text-align: left;
    display: none !important;
  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;
}
}

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;
}