Template:Infobox book/styles.css

From Research Realm
Revision as of 04:28, 12 May 2025 by Ringtail Raider (talk | contribs) (Created page with "{{pp-template|small=yes}}: .ib-book .infobox-title { font-style: italic; padding-bottom: 0.2em; so title doesn't touch border: } Firefox apparently reads out the empty title for accessibility agents * [[Template_talk:Infobox_book#Code_read_out_when_using_a_screen_reader]]: .ib-book .Z3988 { display: none; } .ib-book .infobox-below { border-top: #aaa 1px solid; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template|small=yes}} */
.ib-book .infobox-title {
	font-style: italic;
	padding-bottom: 0.2em; /* so title doesn't touch border */
}

/* Firefox apparently reads out the empty title for accessibility agents
 * [[Template_talk:Infobox_book#Code_read_out_when_using_a_screen_reader]]
 */
.ib-book .Z3988 {
	display: none;
}

.ib-book .infobox-below {
	border-top: #aaa 1px solid;
}