Template:Infobox/styles.css: Difference between revisions

From American Election Wiki
Jump to navigation Jump to search
Peoplesconcord (talk | contribs)
Peoplesconcord created the page Template:Infobox/styles.css using a non-default content model "Sanitized CSS"
Tags: Mobile edit Mobile web edit
 
Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
.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: left;
}
.infobox td,
.infobox th {
  vertical-align: top;
  padding: 0.2em;
}

Revision as of 17:26, 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: left;
}

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