MediaWiki:Common.css

From Thadar En
Revision as of 11:20, 25 August 2022 by Oa10712 (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.
/* 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%);
}
table.navbox {
    border: 1px solid #a9a9a9;
    clear: both;
    font-size: 0.95em;
    height: 8pt;
    margin: 1em 0 0 0;
    padding: 1px;
    text-align: center;
    width: 100%;
    background-color: #f5f5dc;
    font-family: "Alegreya Sans",sans-serif;
}
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}