MediaWiki:Common.css

From DisNCord Community Wiki
Revision as of 20:34, 14 January 2023 by NCommander (talk | contribs)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    color: #000;
    width: 300px;
    float: right;
    padding: 0.5em 0.75em;
    margin-left: 1em;
}

.infobox-title {
    font-size: 1.35em;
    font-weight: bold;
    background-color: transparent;
    color: inherit;
    border: none;
    text-align: center;
}

.infobox-row-header {
    text-align: center;
}

.infobox-row-title {
    width: 30%;
    text-align: left;
}

.infobox-row-value {
    text-align: left;
}

.infobox-image {
    max-width: 260px;
    object-fit: contain;
    background-color: transparent;
    padding: 10px 4px;
}