Orca Biography series
work in progress
March 2026
Files
NOTE: the colors of the circle may need to be adjusted for contrast
- circle.png the circle behind the chapter number. 200px X 200px
- swash.png background for Swash sidebar. ~900px X 500px
html
/* Swash */
<aside aria-labelledby="swash-XXX" class="swash">
<h2 class="swash" id="swash-XXX">SWASH_TITLE</h2>
<p class="sidebar">SWASH_SIDEBAR</p>
</aside>
CSS
h1.chapter-num {
color: #ccc;
background: url("../image/circle.png") no-repeat;
background-position: top center;
background-size: contain;
font-family: FONT_NAME_1, sans-serif;
font-size: 1.5em;
font-weight: normal;
line-height: 2em;
margin: 10% 0 1em 0;
padding-top: 1em;
}
span.chapter-title {
color: #000000;
display: block;
font-family: FONT_NAME_1, sans-serif;
font-size: 2.5rem;
font-weight: normal;
line-height: 0.92;
margin: 0 0 .5em;
text-transform: uppercase;
}
/* Aside Swash */
aside.swash{
background: url("../image/swash.png") no-repeat;
background-position: top center;
background-size: contain;
clear: both;
padding: 2em 0;
margin: 0 2em;
width: 85%;
}
h2.swash{
color: #0B3333;
font-family: FONT_NAME_1, sans-serif;
font-size: 1.2em;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 1em;
margin: 0 0;
padding: .5em 1em 0;
text-align: center;
text-transform: uppercase;
}