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.
242 lines
4.5 KiB
CSS
242 lines
4.5 KiB
CSS
/* @import url('https://pad.xpub.nl/p/sixx-print-css/export/txt'); */
|
|
@import "images.css"; /* Using a string */
|
|
|
|
:root {
|
|
/* --spot-color-1: #53018e; */
|
|
--spot-color-1: #00f;
|
|
--baseline: 4mm;
|
|
--margin-left: 10mm;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Platypi';
|
|
src: url('../fonts/webfonts/Platypi-Regular.woff2');
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Platypi';
|
|
src: url('../fonts/webfonts/Platypi-Italic.woff2');
|
|
<<<<<<< HEAD
|
|
font-weight: italic;
|
|
}
|
|
|
|
@media print {
|
|
@page {
|
|
=======
|
|
font-style: italic;
|
|
}
|
|
notes{
|
|
position: note(sidenotes);
|
|
}
|
|
@media print{
|
|
@page{
|
|
>>>>>>> 55ed7a48c770886295d8b817569fea3813c769ed
|
|
size: 130mm 180mm;
|
|
marks: crop; /* can also add cross */
|
|
bleed: 3mm;
|
|
margin: 25mm;
|
|
print-color-adjust: exact;
|
|
margin-top: 10mm;
|
|
margin-bottom: 15mm;
|
|
|
|
@bottom-center {
|
|
content: string(title, first);
|
|
position: relative;
|
|
text-align: left;
|
|
font-size: 7pt;
|
|
<<<<<<< HEAD
|
|
}
|
|
|
|
@left-top {
|
|
content: element(sidenote, all-once);
|
|
padding: 5mm;
|
|
}
|
|
|
|
@note-area {
|
|
content: element(sidenotes, all-once);
|
|
float: top right;
|
|
float-reference: page;
|
|
width: 42mm;
|
|
margin-right: -30mm;
|
|
}
|
|
=======
|
|
}
|
|
>>>>>>> 55ed7a48c770886295d8b817569fea3813c769ed
|
|
}
|
|
|
|
@page:left {
|
|
/* bleed: 3mm 0 3mm 3mm; */
|
|
@bottom-left {
|
|
font-size: 7pt;
|
|
top: -3mm;
|
|
position: relative;
|
|
content: counter(page);
|
|
width: 5mm;
|
|
}
|
|
}
|
|
|
|
@page:right {
|
|
margin-top: 10mm;
|
|
margin-bottom: 15mm;
|
|
/* bleed: 3mm 3mm 3mm 0; */
|
|
@bottom-center {
|
|
text-align: right;
|
|
}
|
|
@bottom-right {
|
|
font-size: 7pt;
|
|
top: -3mm;
|
|
position: relative;
|
|
content: counter(page);
|
|
width: 5mm;
|
|
}
|
|
}
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
<<<<<<< HEAD
|
|
|
|
.sidenote {
|
|
position: note(sidenote);
|
|
margin-bottom: 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
.margin-note {
|
|
=======
|
|
.margin-note{
|
|
>>>>>>> 55ed7a48c770886295d8b817569fea3813c769ed
|
|
font-size: 7pt;
|
|
line-height: 3mm;
|
|
text-align: left;
|
|
display: inline-block;
|
|
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;
|
|
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 */
|
|
position: static;
|
|
}
|
|
|
|
.code pre {
|
|
font-size: 0.8em;
|
|
line-height: 1.1;
|
|
white-space: pre-wrap;
|
|
}
|
|
<<<<<<< HEAD
|
|
|
|
#contenteo {
|
|
font-family: 'Platypi-Regular', 'platypi';
|
|
=======
|
|
body{
|
|
font-family: 'Platypi-Regular','platypi' ;
|
|
>>>>>>> 55ed7a48c770886295d8b817569fea3813c769ed
|
|
line-height: 1.3;
|
|
font-size: 9pt;
|
|
letter-spacing: -0.1px;
|
|
line-height: var(--baseline);
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: 1.2em;
|
|
line-height: 1;
|
|
string-set: title content(text);
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.8rem;
|
|
break-after: page;
|
|
/* margin: 0; */
|
|
/* padding: 0; */
|
|
}
|
|
|
|
h1#colophon {
|
|
break-after: unset;
|
|
margin-bottom: 25mm;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 3rem;
|
|
break-before: right;
|
|
/* background-color: var(--spot-color-1); */
|
|
/* color: #fff; */
|
|
height: 176mm;
|
|
width: 133mm;
|
|
/* margin: -13mm 0 0 -30mm;
|
|
padding: 86mm 10mm 0; */
|
|
text-align: center;
|
|
}
|
|
|
|
ol, ul {
|
|
padding: 0;
|
|
}
|
|
|
|
.page-break {
|
|
break-after: page;
|
|
}
|
|
|
|
section {
|
|
break-after: page;
|
|
}
|
|
|
|
.section {
|
|
break-before: left;
|
|
page: section;
|
|
}
|
|
|
|
::selection {
|
|
background-color: var(--spot-color-1);
|
|
color: #ccc;
|
|
}
|
|
|
|
.toc {
|
|
break-before: right;
|
|
}
|
|
|
|
.toc ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
<<<<<<< HEAD
|
|
|
|
.toc-title {
|
|
break-before: none;
|
|
break-after: none;
|
|
=======
|
|
.toc-title{
|
|
font-size: 24pt;
|
|
font-weight: medium;
|
|
line-height: 8mm;
|
|
display: inline;
|
|
>>>>>>> 55ed7a48c770886295d8b817569fea3813c769ed
|
|
}
|
|
|
|
.toc-title a::after {
|
|
content: target-counter(attr(href url), page);
|
|
<<<<<<< HEAD
|
|
float: right;
|
|
}
|
|
=======
|
|
font-size: 9pt;
|
|
color: var(--spot-color-1);
|
|
padding: 0 1rem;
|
|
}
|
|
>>>>>>> 55ed7a48c770886295d8b817569fea3813c769ed
|