Timeline Series
work in progress
March 2026
html
Title page
<h2 class="author">
<span class="title_bck">AUTHOR_NAME</span>
</h2>
Contents
<li class="toc-1"><a href="chapter-01.xhtml">NUMBER<span class="sub">SUBTITLE</span></a></li>
Timeline Subheads
<h3 class="subhead">SUBHEAD</h3> <!-- NOTE: might be h2 -->
<p class="bck_4 subhead-date">
<span class="nowrap">
<img alt="" role="presentation" src="image/Code_ICONS-question.png"/>
QUESTION
</span>
<span class="nowrap">
<img alt="" role="presentation" src="image/Code_ICONS-location.png"/>
LOCATION
</span>
<span class="nowrap">
<img alt="" role="presentation" src="image/Code_ICONS-clock.png"/>
DATE
</span>
</p>
Fonts
@font-face{
font-family: lollipop;
font-style: normal;
font-weight: normal;
src: url("../font/MrsLollipop-Regular.otf");
}
@font-face{
font-family: velcro;
font-style: normal;
font-weight: normal;
src: url("../font/Velcro.otf");
}
CSS
/* Timeline CSS */
/* Title Page */
h2.author{
color: #ffffff;
font-family: lollipop, sans-serif;
font-size: 1.5em;
text-transform: initial;
transform: rotate(-3deg);
}
h2.translator,
h2.illustrator{
font-family: lollipop, sans-serif;
text-transform: initial;
transform: rotate(3deg);
}
.title_bck_{
background-color: #B75C1F;
padding: .25em .5em;
}
/* Contents */
li.toc-fb{
color: #257096;
font-family: lollipop, sans-serif;
font-size: .9em;
margin: .75em 0 0;
text-align: left;
text-transform: uppercase;
}
li.toc-1{
font-family: lollipop, sans-serif;
font-size: 1em;
margin: 1em 0 0;
text-align: left;
text-transform: uppercase;
}
li.toc-1 .sub{
display: block;
font-size: .85em;
text-transform: initial;
}
/* Headings */
h1.front-back{
color: #193959;
font-family: lollipop, sans-serif;
font-size: 2.8em;
text-transform: uppercase;
}
h1.chapter-num{
font-family: velcro, sans-serif;
font-size: 2.5em;
margin: 10% 0 .75em 0;
}
span.chapter-title{
display: block;
font-family: lollipop, sans-serif;
font-size: 1.25em;
line-height: 0.9;
margin: .35em 0 .25em;
text-transform: uppercase;
}
h2.subhead{
font-family: lollipop, sans-serif;
font-size: 1.5em;
margin: .75em 0 .4em;
text-align: left;
}
.subhead-date{
border-radius: .75em;
display: inline-block;
font-family: sans-serif;
font-size: .85em;
font-weight: bold;
line-height: 1.25;
margin: .75em 0 .4em;
padding: .25em .5em .15em .5em;
text-align: left;
text-indent: 0;
}
.subhead-date img{
display: inline-block;
height: 1.5em;
margin-left: .4em;
vertical-align: middle;
}
h2.resources{
font-family: lollipop, sans-serif;
}
/* Asides */
aside.fact{
background: url("../image/grid.png");
background-position: top center;
background-size: 5rem;
border: 4px dashed;
border-radius: 25px;
padding: 1em;
clear: both;
width: 20rem;
}
h2.fact{
font-family: lollipop, sans-serif;
font-size: 1.2em;
font-weight: normal;
line-height: 1em;
padding: .5em 1em 0;
text-align: left;
}
aside.fact.color{
background-color: #DAE9D0 !important;
border-color: #1a7112 !important;
}
/* Misc. */
span.author-name{
color: #C94100;
font-family: lollipop, sans-serif;
}