AmberV wrote:But not if it is an epigraph with an attribution line (two paragraphs)?
Eh? I don't understand...
Wed Dec 13, 2017 3:22 pm Post
Code: Select all
<h2 class="title">CHAPTER ONE</h2>
<h3 class="subtitle">Red Book</h3>
<p class="chapter-flourish"><img src="images/flourish.png" alt="" id="flourish" style="height:26px;width:94px;" /></p>
<p class="epigraph">Words are the only bullets in truth's bandolier. And poets are the snipers.</p>
<p class="attribution">— George Wu</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
Code: Select all
p.attribution + p { text-indent: 0rem; }
Code: Select all
<h2 class="title">CHAPTER ONE</h2>
<h3 class="subtitle">Red Book</h3>
<p class="chapter-flourish"><img src="images/flourish.png" alt="" id="flourish" style="height:26px;width:94px;" /></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
Code: Select all
p.chapter-flourish + p { text-indent: 0rem; }
Code: Select all
.title + .centered-text + p, .subtitle + .centered-text + p { ... }
Code: Select all
<p class="chapter-title-with-suffix-page-padding"><br /></p>
<div class="chapter-title-with-suffix">
<h2 class="title">CHAPTER ONE</h2>
<h3 class="subtitle">Red Book</h3>
<p class="chapter-flourish"><img src="images/flourish.png" alt="" id="flourish" style="height:26px;width:94px;" /></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
Code: Select all
<div class="image style-name">
<img ... />
<p class="caption">...</p>
</div>
Code: Select all
<div class="image style-name">
<img ... />
</div>
Wed Dec 13, 2017 3:29 pm Post
Moderators: thePhilosoraptor, Junior, Beechnut, Siren, KB, DMJ, Cosmicjive, MimeticMouton, AmberV, Jaype, LAP, kewms
In total there are 7 users online :: 1 registered, 0 hidden and 6 guests (based on users active over the past 5 minutes)
Most users ever online was 1048 on Mon Feb 06, 2012 9:07 pm
Users browsing this forum: rxuser and 6 guests