MediaWiki:Common.css

From koreapedia
Revision as of 16:36, 8 October 2025 by Wikiuser (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.skin-chameleon .chameleon-logo img {
    max-width: 30px;   /* desired width */
    max-height: 30px;   /* desired height */
    height: auto;
    width: auto;
}

.infobox {
  border: 1px solid #a2a9b1;
  background: #f9f9f9;
  float: right; clear: right;
  margin: 0 0 1em 1em;
  width: 280px;
  border-collapse: collapse;
}
.infobox th, .infobox td { border: 1px solid #eaecf0; padding: 0.4em; }
.infobox-title { text-align: center; padding: 0.6em; background: #eceff1; font-weight: 600; }
.infobox-image { text-align: center; padding: 0.4em; }
.infobox-caption { text-align: center; font-size: 90%; color: #54595d; padding: 0.3em; }
.infobox-label { text-align: left; width: 35%; background: #f2f3f4; font-weight: 600; }
.infobox-data { padding: 0.4em; }