MediaWiki:Common.css

From BTAWiki
Revision as of 11:38, 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 **/

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

.infobox-chassisname
{
  background: none repeat scroll 0% 0% #3A3A3A;
  color: #eeeeee;
  font-size: 16px;
  padding: 1em;
  text-align: center;
}

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

.infobox-chassisimage 
{
  height: 200px;
  padding: 0.5em;
  text-align: center;
}

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

.infoboxchassis td 
{
    vertical-align: top;
    text-align: left;
}