Most older advice is still valid, but styling requirements vary wildly
between ebooks and it almost never makes sense to copy and paste a
custom style from one ebook to another. Instead you have to think about
what custom visual effect you want to achieve, and how to do that given
the various constraints in the SE manual. What David told you to do is
correct, and I will also note that in this case `text-indent: 0` is not
necessary, because the first child of a blockquote has `text-indent: 0`
applied by default.
On 2/13/26 9:08 PM, 'mauka218lani' via Standard Ebooks wrote:
> Thank you very much. I've made those corrections.
>
> I found the advice about tombstone format searching in this group, group
> post <
https://groups.google.com/g/standardebooks/c/R1iTMKFNCqk/m/
> wM9jMlgeAQAJ>
>
> Could you recommend an approach for sorting out which older posts in
> this group might still be valid advice? Maybe 2017 is just too far back
> to be reliable?
>
> Thanks again
>
> On Friday, February 13, 2026 at 12:06:32 PM UTC-10 David wrote:
>
> SE does not use the PG classes (and you have quite a lot of them to
> get rid of still in this production). So you want:
>
> #chapter-33 blockquote{ ... }
>
> I don't think you need to target the `p`: https://
>
standardebooks.org/manual/1.8.6/single-page#5.10 <https://
>
standardebooks.org/manual/1.8.6/single-page#5.10>
>
> It looks like you've applied the language correctly; I assume you've
> noted the need for the namespace declaration to be added to local.css:
>
https://standardebooks.org/manual/1.8.6/single-page#5.3.1.3
> <
https://standardebooks.org/manual/1.8.6/single-page#5.3.1.3>
>
> You want to remove the last `<br/>` immediately before the `</p>`.
> And I believe the "A" should be lower-case ("Morto a Venezia.")
>
> Hope that helps!
>
> On Friday, 13 February 2026 at 21:36:17 UTC mauka218lani wrote:
>
> Greetings
>
> This book has grave marker text. I found the prior advice to
> style as centered small caps. However, the marker is in Italian.
> Here is scan:
>
> tombstone.png
>
> I've added the tombstone class to local css
> blockquote.tombstone p{
> text-align: center;
> text-indent: 0;
> font-variant: small-caps;
> }
>
> But included language tag in the blockquote anyway, like this:
> <blockquote class="tombstone" xml:lang="it">
> <p>Sir Smizz<br/>
> Morto A Venezia,<br/>
> Martedi-Grasso, <time>1885</time>.<br/></p>
> </blockquote>
>
> Please advise if this approach could be improved. Thank you
>
> standardebooks/366f35f9-29cd-402f-9778-7085302a700fn%
40googlegroups.com
> <
https://groups.google.com/d/msgid/
> standardebooks/366f35f9-29cd-402f-9778-7085302a700fn%
40googlegroups.com?
> utm_medium=email&utm_source=footer>.