Template:Infobox book/styles.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 5: | Line 5: | ||
font-style: italic; /* book titles are typically italic */ |
font-style: italic; /* book titles are typically italic */ |
||
font-weight: bold; |
font-weight: bold; |
||
text-align: |
text-align: center; |
||
line-height: 1.25; |
line-height: 1.25; |
||
padding: 0.35em 0.6em; |
padding: 0.35em 0.6em; |
||
Revision as of 00:18, 16 October 2025
/* {{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;
border-bottom: 1px solid #aaa;
}
/* Slight spacing before the image row */
.ib-book .infobox-image {
padding-top: 0.25em;
}
/* 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;
}