Difference between revisions of "MediaWiki:Common.css"

From BTAWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
/** Infobox template **/
 
/** Infobox template **/
  
.infobox
+
.infoboxchassis
 
{
 
{
 
   background-color: #d4d4d4;
 
   background-color: #d4d4d4;
Line 14: Line 14:
 
}
 
}
  
.infobox-title {
+
.infoboxvariant
 +
{
 +
  background-color: #d4d4d4;
 +
  border: 1px solid #CCCCCC;
 +
  color: #1C1C1C;
 +
  float: right;
 +
  font-size: 11px;
 +
  margin: 0px 0px 10px 2em;
 +
  width: 250px;
 +
}
 +
 
 +
.infobox-title  
 +
{
 
     font-size: 2em;
 
     font-size: 2em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.infobox-image {
+
 
 +
.infobox-image  
 +
{
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.infobox th {
+
 
 +
.infobox th  
 +
{
 
     text-align: right;
 
     text-align: right;
 
     vertical-align: top;
 
     vertical-align: top;
 
     width: 120px;
 
     width: 120px;
 
}
 
}
.infobox td {
+
 
 +
.infobox td  
 +
{
 
     vertical-align: top;
 
     vertical-align: top;
 
     text-align: left;
 
     text-align: left;
 
}
 
}

Revision as of 11:12, 16 November 2020

/* 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: 250px;
}

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

.infobox-title 
{
    font-size: 2em;
    text-align: center;
}

.infobox-image 
{
    text-align: center;
}

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

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