Template:Infobox/styles.css: Difference between revisions

From American Election Wiki
Jump to navigation Jump to search
Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 12: Line 12:
.infobox th {
.infobox th {
   background-color: #f2f2f2;
   background-color: #f2f2f2;
   text-align: left;
   text-align: center;
}
}



Latest revision as of 17:28, 29 September 2025

.infobox {
  border: 1px solid #a2a9b1;
  border-spacing: 3px;
  background-color: #f8f9fa;
  color: black;
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  font-size: 88%;
  line-height: 1.5em;
}

.infobox th {
  background-color: #f2f2f2;
  text-align: center;
}

.infobox td,
.infobox th {
  vertical-align: top;
  padding: 0.2em;
}