Template:Infobox book/styles.css: Difference between revisions
From Research Realm
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; }" |
(No difference)
|
Latest revision as of 04:28, 12 May 2025
/* {{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;
}