Jump to content

Template:Infobox Player/styles.css

From VeraciaWiki
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    margin: 0 0 0.5em 0.5em;
    padding: 0; /* Remove padding as cells have padding */
    width: 250px;
  }
  
  .infobox th, .infobox td {
    padding: 0.5em; /* Add padding to cells */
  }
  
  .infobox-title {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
  }
  
  .infobox-race, .infobox-class {
    text-align: center;
  }
  
  .infobox-image {
    text-align: center;
  }
  
  .infobox-image-quote {
    text-align: center;
    font-style: italic;
  }
  
  .infobox th.infobox-title {
    text-align: left; /* Title should be left-aligned */
  }
  
  .infobox tr.infobox-image-quote {
    /* Remove bottom border for image quote row */
    border-bottom: none;
  }
  
  .infobox tr.infobox-image {
    /* Add some space above the image */
    margin-top: 0.5em;
  }
  
  .infobox tr.infobox-title {
    /* Remove top border for title row */
    border-top: none;
  }