You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

247 lines
4.5 KiB
CSS

1 month ago
@import "images.css";
@import "theatre.css";
@import "stephen.css";
@import "fairleads.css";
2 months ago
:root {
1 month ago
--spot-color-1: #2b33c4;
2 months ago
--baseline: 4mm;
--margin-left: 10mm;
}
2 months ago
@font-face {
font-family: 'Platypi';
1 month ago
src: url('../fonts/Platypi[wght].woff2');
font-weight: 300 800;
2 months ago
font-style: normal;
2 months ago
}
2 months ago
@font-face {
font-family: 'Platypi';
1 month ago
src: url('../fonts/Platypi-Italic[wght].woff2');
font-weight: 300 800;
2 months ago
font-style: italic;
2 months ago
}
2 months ago
@media print{
@page{
size: 130mm 180mm;
marks: crop; /* can also add cross */
bleed: 3mm;
1 month ago
margin: 10mm 25mm 15mm;
2 months ago
print-color-adjust: exact;
2 months ago
@bottom-center {
2 months ago
content: string(title, first);
position: relative;
text-align: left;
font-size: 7pt;
2 months ago
}
2 months ago
}
2 months ago
@page:left {
/* bleed: 3mm 0 3mm 3mm; */
2 months ago
@bottom-left-corner {
2 months ago
font-size: 7pt;
2 months ago
position: relative;
content: counter(page);
2 months ago
margin-left: 10mm;
text-align: left;
2 months ago
}
}
2 months ago
@page:right {
2 months ago
margin-top: 10mm;
margin-bottom: 15mm;
2 months ago
/* bleed: 3mm 3mm 3mm 0; */
@bottom-center {
text-align: right;
2 months ago
}
2 months ago
@bottom-right-corner {
2 months ago
font-size: 7pt;
2 months ago
position: relative;
content: counter(page);
2 months ago
margin-right: 10mm;
text-align: right;
2 months ago
}
}
2 months ago
}
a {
2 months ago
text-decoration: none;
color: #000;
}
1 month ago
.margin-note, .fake-margin-note{
2 months ago
font-size: 7pt;
line-height: 3mm;
2 months ago
display: inline-block;
2 months ago
text-align-last: initial;
box-sizing: border-box;
float: left;
margin: 5mm 5mm 5mm -15mm;
color: var(--spot-color-1);
}
body .pagedjs_left_page .margin-note{
width: 35mm;
}
body .pagedjs_right_page .margin-note{
width: 35mm;
2 months ago
float:right;
margin: 5mm -15mm 5mm 5mm;
}
body .margin-note{
/* This is overriding position absolute in the plugin,
it breaks side notes that are too close to the bottom
of the page which is sad */
1 month ago
position: static;
}
blockquote .margin-note{
width: 45mm;
margin-left: -25mm;
}
.fake-margin-note{
1 month ago
margin: 20mm 0 0;
1 month ago
a{color:var(--spot-color-1)};
h1{font-size: 7pt;}
2 months ago
}
.code pre {
2 months ago
font-size: 0.8em;
line-height: 1.1;
white-space: pre-wrap;
}
1 month ago
blockquote{
margin: var(--baseline) 10mm;
color: var(--spot-color-1);
}
2 months ago
body{
1 month ago
font-family: 'Platypi',serif ;
font-synthesis: none;
2 months ago
line-height: 1.3;
2 months ago
font-size: 9pt;
2 months ago
letter-spacing: -0.1px;
line-height: var(--baseline);
}
h1, h2, h3, h4, h5, h6 {
2 months ago
font-size: 1.2em;
line-height: 1;
}
h1 {
1 month ago
font-size: 3rem;
font-style: italic;
break-before: right;
2 months ago
string-set: title content(text);
2 months ago
}
1 month ago
1 month ago
h2 {
font-size: 1.6em;
}
.h2-no-pagebreak {
font-size: 1.6em;
line-height: 1;
font-style: italic;
break-after: avoid;
}
1 month ago
1 month ago
.h1-no-pagebreak {
font-size: 3rem;
font-style: italic;
1 month ago
line-height: 1em;
font-weight: 700;
margin-top: 0.5em;
1 month ago
}
1 month ago
.reset-margin-notes{
counter-reset: markerNote_marginNote -10;
counter-reset: callNote_marginNote -10;
display: block;
}
h1#colophon {
2 months ago
break-after: unset;
margin-bottom: 25mm;
}
1 month ago
h1#reviews{display: none;}
2 months ago
h2{
break-before: page;
}
h6 {
2 months ago
font-size: 3rem;
break-before: right;
/* background-color: var(--spot-color-1); */
/* color: #fff; */
height: 176mm;
width: 133mm;
2 months ago
/* margin: -13mm 0 0 -30mm;
padding: 86mm 10mm 0; */
2 months ago
text-align: center;
}
2 months ago
#keylogger{
color: var(--spot-color-1);
font-size: 7pt;
line-height: 3mm;
}
sup{
color: var(--spot-color-1);
line-height: 0.1;
font-size: 7pt;
}
ol, ul {
padding: 0;
}
.page-break {
2 months ago
break-after: page;
}
.toc {
margin: 10mm 0 0 -5mm;
width: 90mm;
2 months ago
}
.toc h1{
display: none;
break-after: none;
2 months ago
}
.toc ul {
2 months ago
list-style: none;
padding: 0;
margin: 0;
line-height: 6.9mm;
text-align: center;
2 months ago
}
/* .toc-title:first-of-type, .toc-title:nth-of-type(2), .toc-title:nth-of-type(10){
2 months ago
margin-left: 40mm;
} */
2 months ago
.toc-title{
font-size: 23pt;
2 months ago
display: inline;
2 months ago
}
.toc-title a::after {
2 months ago
content: target-counter(attr(href url), page);
2 months ago
font-size: 9pt;
color: var(--spot-color-1);
2 months ago
padding: 0 0.5rem;
display: inline-block;
line-height: 0;
}
#digital-bodies + blockquote{
margin-right: 0;
}
1 month ago
#bibliography{
1 month ago
font-size: 7pt;
line-height: 3mm;
1 month ago
}
#section-4 .bibliography{
width: 88mm;
}
iframe{
width: 95mm;
height: 95mm;
}