Skip to content

Instantly share code, notes, and snippets.

@sargeant
Created July 17, 2019 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sargeant/11b63c94365fae96541cb75e4c27f2f5 to your computer and use it in GitHub Desktop.
Save sargeant/11b63c94365fae96541cb75e4c27f2f5 to your computer and use it in GitHub Desktop.
.phb:after {
content: "";
font-family: mrs-eaves-roman-small-caps;
font-size: 8pt;
text-align: left;
color:#c9ad6a;
padding-top: 0.5em;
}
.phb:nth-child(odd):after {
text-align: right;
}
.phb {
width: 210mm;
height: 296.8mm;
font-family: bookmania;
background-image: url('https://www.gmbinder.com/images/RVaHjr8.png');
background-size: cover;
color: #222;
}
/* Notes */
.phb blockquote {
background-color: lightgrey;
margin-top: 1em;
padding: 0em;
}
.phb blockquote p {
font-size: 9pt;
font-family: ff-scala-sans-pro;
}
.phb blockquote p strong {
font-weight: bold;
font-family: ff-scala-sans-pro;
}
.phb table {
font-size: 9pt;
font-family: ff-scala-sans-pro;
}
.phb table em {
font-family: ff-scala-sans-pro;
}
.phb table strong {
font-family: ff-scala-sans-pro;
font-weight: 800;
letter-spacing: -0.02em
}
.phb h1, .phb h2, .phb h3, .phb h4 {
font-family: mrs-eaves-roman-small-caps;
}
.phb h5 {
font-family: ff-scala-sans-pro;
font-variant: small-caps;
font-weight: 600;
}
.phb h1+p::first-letter {
float: left;
font-family: Solberry;
font-size: 92pt;
color: #222;
line-height: 1.05em;
padding-right: 4pt;
}
/* Tables */
table tr:nth-child(odd) td {background-color: #f7f7e6}
.phb hr+section blockquote hr {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Cpath d='M0 0l2 1L0 2z' fill='%239c2b1b'/%3E%3C/svg%3E");
}
.phb hr+section blockquote table {
padding-top: .3em;
}
.phb hr+section blockquote td {
padding: 0px;
padding-bottom: .3em;
}
.phb hr+section blockquote ul strong {
font-family: "Scala Sans Pro";
font-weight: 600;
letter-spacing: -0.02em
}
.phb hr+section blockquote h3 {
font-family: "Scala Sans Pro";
}
.phb blockquote p {
font-size: 10pt;
}
.phb hr+section blockquote ul {
font-family: "Scala Sans Pro";
padding-left: 1em;
font-size: 10pt;
}
.phb hr+section blockquote em {
font-family: "Scala Sans Pro";
font-style: italic
}
.phb hr+section blockquote table {
font-size: 10pt;
}
.phb hr+section blockquote hr+table tbody tr:nth-child(odd),
.phb hr+section blockquote hr+table tbody tr:nth-child(even) {
background-color: transparent
}
.phb hr+section blockquote table {
color: inherit;
}
.phb hr+section blockquote p:last-child {
margin-bottom: 1em;
}
.phb hr+section blockquote {
padding: 0px;
margin: 0px;
margin-bottom: 1em;
padding-top: .7em;
}
.portrait {
width: 22%;
position: absolute;
right: -0px;
top: 4px;
z-index: 1 !important;
}
.phb hr+hr+section blockquote img.portrait {
width: 10%;
left: 38%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment