Template:Infobox book/styles.css

/* {{pp-template|small=yes}} */

/* Book title row INSIDE the box (above the image) */
.ib-book .infobox-above {
  font-style: italic;      /* book titles are typically italic */
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  padding: 0.35em 0.6em;
}

/* Slight spacing before the image row */
.ib-book .infobox-image {
  padding: 0 0 0em 0;
}

/* COinS metadata – keep hidden visually */
.ib-book .Z3988 {
  display: none;
}

/* Divider above any 'below' notes block */
.ib-book .infobox-below {
  border-top: #aaa 1px solid;
}