View Single Post
Old 12-31-2020, 05:20 AM   #7
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Found another file:

Code:
 <div class="chapter">
    <p class="flush">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua


.flush {
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 1pt;
}

.chapter > p:first-of-type {
  text-indent: 0;
}

.chapter > p:first-of-type::first-line {
  font-weight: normal;
  -webkit-text-stroke: 1px black;
}

.chapter > p:first-of-type::first-letter {
  font-family: Goudy, serif;
  font-size: 6em;
  float: left;
  line-height: 0.65em;
}
After running "Delete unused", only the first of the above styles survived, and the first para of each chapter lost all its embellishments.

Last edited by AlanHK; 12-31-2020 at 05:24 AM.
AlanHK is offline   Reply With Quote