View Single Post
Old 09-02-2022, 06:00 PM   #32
enuddleyarbl
Guru
enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.
 
enuddleyarbl's Avatar
 
Posts: 786
Karma: 1538394
Join Date: Sep 2013
Device: Kobo Sage
Quote:
Originally Posted by Turtle91 View Post
... I use it primarily for the opening line in the first paragraph of a new chapter:

Code:
p.first::first-line {font-variant:small-caps; font-size:1.15em}
...
That looks really nice. I keep seeing publishers doing all kinds of weird capitalizations and spans (like you pointed out later in our post) that I end up having to manually remove. I'm going to look into applying your first-line stuff automatically:
Code:
h2 + p::first-line, ...	{
  font-variant:	small-caps;
  font-size:	1.15em;
  }
I'll still have to manually remove the source all-caps, but this is a good semi-automatic replacement for what I think the publishers were trying to do.
enuddleyarbl is offline   Reply With Quote