MediaWiki:Common.css

From Restoration Union
Revision as of 01:54, 18 September 2024 by Acaruso (talk | contribs) (contd.)
Jump to navigationJump 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.
/* TODO: Move this info [[Template:Infobox/styles.css]] */

.infobox {
    color: #000000;
    background-color: #f0f0ff;
    border: 1px solid #0000a0;
    padding: 0;
    box-shadow: 3px 3px 5px #888899;
	border-radius: 5px;

    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width: 280px;
}

.infobox th {
    color: #ffffff;
    background-color: #000080;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 0.3em 0.5em;
}