Difference between revisions of "MediaWiki:Common.css"

From BTAWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
   color: #DDDAD6;
 
   color: #DDDAD6;
 
   float: right;
 
   float: right;
  font-size: 11px;
 
 
   margin: 1px 1px 10px 2em;
 
   margin: 1px 1px 10px 2em;
   width: 260px;
+
   width: 250px;
 
}
 
}
  
Line 17: Line 16:
 
   {
 
   {
 
     vertical-align: top;
 
     vertical-align: top;
     width: 100px;
+
     width: 110px;
 +
    font-size: 12px;
 
     font-weight: bold;
 
     font-weight: bold;
 
     text-align: right;
 
     text-align: right;
Line 25: Line 25:
 
   {
 
   {
 
     vertical-align: top;
 
     vertical-align: top;
     width: 160px;
+
     width: 140px;
 +
    font-size: 11px;
 
     font-weight: lighter;
 
     font-weight: lighter;
 
     text-align: left;
 
     text-align: left;

Revision as of 12:30, 16 November 2020

/* CSS placed here will be applied to all skins */

/** Infobox template **/

.infoboxmech
{
  background-color: #2B2F31;
  border: 2px solid #DDDAD6;
  color: #DDDAD6;
  float: right;
  margin: 1px 1px 10px 2em;
  width: 250px;
}

  .infoboxmech th 
  {
    vertical-align: top;
    width: 110px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
  }

  .infoboxmech td 
  {
    vertical-align: top;
    width: 140px;
    font-size: 11px;
    font-weight: lighter;
    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;
}