Template:Infobox officeholder/styles.css: Difference between revisions

From American Election Wiki
Jump to navigation Jump to search
Peoplesconcord (talk | contribs)
Created page with ".infobox { width: 250px; float: right; text-align: center; } .infobox th { text-align: center; } .infobox .infobox-above { text-align: center; } .infobox td { text-align: left; }"
Tags: Mobile edit Mobile web edit
 
Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 1: Line 1:
.infobox {
.infobox.officeholder {
    width: 250px;
  width: 22em;
    float: right;
  font-size: 88%;
    text-align: center;
  line-height: 1.4em;
}
}


.infobox th {
.infobox.officeholder th {
    text-align: center;
  background-color: #efefef;
  text-align: left;
}
}


.infobox .infobox-above {
.infobox.officeholder td,
    text-align: center;
.infobox.officeholder th {
}
  padding: 0.3em;
 
  vertical-align: top;
.infobox td {
    text-align: left;
}
}

Latest revision as of 17:31, 29 September 2025

.infobox.officeholder {
  width: 22em;
  font-size: 88%;
  line-height: 1.4em;
}

.infobox.officeholder th {
  background-color: #efefef;
  text-align: left;
}

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