MediaWiki:Common.css

From Thadar En
Revision as of 16:47, 23 August 2022 by Oa10712 (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: .infobox { float: right; margin: 0 0 0.5em 1em; width: 252px; clear: right; border: 1px solid #a9a9a9;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
/* CSS placed here will be applied to all skins */
.infobox {
    float: right;
    margin: 0 0 0.5em 1em;
    width: 252px;
    clear: right;
    border: 1px solid #a9a9a9;
    font-size: 0.9em;
    color: #000000;
    padding: 0;
    border-collapse: collapse;
    background-color: #f5f5dc;
    font-family: "Alegreya Sans",sans-serif;
    box-shadow: 0.3125em 0.3125em 0.3125em rgb(0 0 0 / 20%);
}