MediaWiki:Common.css

From Stellar Empire
Revision as of 19:28, 30 November 2021 by Mayfifteenth (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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 */
body.page-Main_Page h1 { display: none; }

.infobox {
    border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
    width: 306px;
}
.infobox-title {
    font-size: 1.25em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}

.infobox-heading {
background-color: #C3D6EF;
text-align: center;
vertical-align: middle;
font-size: 110%;
}

.infobox-above, .infobox-title, caption {
    font-weight: bold;
}

.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}