MediaWiki:Common.css

From BTAWiki
Revision as of 12:14, 16 November 2020 by Revostae (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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/** Infobox template **/

.infoboxmech
{
  background-color: #2B2F31;
  border: 1px solid #3E4446;
  color: #DDDAD6;
  float: right;
  font-size: 11px;
  margin: 1px 1px 10px 2em;
  width: 260px;
}

  .infoboxmech th 
  {
    vertical-align: top;
    width: 120px;
    font-weight: bold;
    text-align: left;
  }

  .infoboxmech td 
  {
    vertical-align: top;
    width: 140px;
    text-align: left;
  }

.infobox-mechname
{
  color: #DDDAD6;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.infobox-mechimage
{
  padding: 0.5em;
  text-align: center;
}

.infoboxvariant
{
  background-color: #2B2F31;
  border: 1px solid #CCCCCC;
  color: #1C1C1C;
  float: right;
  font-size: 11px;
  margin: 0px 0px 10px 2em;
  width: 270px;
}