Difference between revisions of "MediaWiki:Common.css"

From BTAWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
   font-size: 11px;
 
   font-size: 11px;
 
   margin: 0px 0px 10px 2em;
 
   margin: 0px 0px 10px 2em;
   width: 200px;
+
   width: 250px;
  text-align: left;
 
 
}
 
}
  
Line 29: Line 28:
 
.infobox td {
 
.infobox td {
 
     vertical-align: top;
 
     vertical-align: top;
 +
    text-align: left;
 
}
 
}

Revision as of 11:09, 16 November 2020

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

/** Infobox template **/

.infobox
{
  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;
}