Compare commits
No commits in common. "main" and "layout-3" have entirely different histories.
144 changed files with 530 additions and 3974 deletions
|
|
@ -1,20 +0,0 @@
|
|||
# Notes
|
||||
|
||||
|
||||
|
||||
Choses que je n’ai pas automatisées:
|
||||
|
||||
- pour les titres h3 et h4, il faut mettre explicitement un `<br>` si on a 2 lignes pour que le décor fonctionne
|
||||
- pour les titres h3 et h4 qui arrivent en début de page ajouter la class `.subtitle-top-page`
|
||||
- pour les bibliographies: les wrapper dans une div `.bibliographie`
|
||||
|
||||
|
||||
|
||||
|
||||
**TO-DO**
|
||||
|
||||
- Régler les hypens
|
||||
- ajouter des `<wbr>’aux liens
|
||||
- ajouter des `+` devant les points dans les blockquote comme dans les bibliogaphies
|
||||
- attention le «œ» de Routed Gothic Wide
|
||||
- pas d’accents pour les typo Teletex
|
||||
|
|
@ -1,80 +0,0 @@
|
|||
:root{
|
||||
|
||||
--symbol: "+";
|
||||
--unit: 70px;
|
||||
--sub-unit: 17.5px;
|
||||
|
||||
|
||||
|
||||
|
||||
--font: 'Routed Gothic', sans-serif;
|
||||
--font: 'Wagram Slab', serif;
|
||||
--font: 'Bilzig', serif;
|
||||
--font: 'Routed Gothic', sans-serif;
|
||||
|
||||
|
||||
|
||||
--font-title: 'OCR-X';
|
||||
|
||||
|
||||
/* --font: 'HAL Timezone', serif; */
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
--mono: 'Ivory Mono', monospace;
|
||||
--mono: 'Baskemo Sans', monospace;
|
||||
--mono: 'HAL Timezone Mono', monospace;
|
||||
--mono: 'Routed Gothic Wide', sans-serif;
|
||||
|
||||
--font-decor: 'Decor Round Random';
|
||||
|
||||
--font-notes: 'Selectric Mono', monospace;
|
||||
--font-notes: 'Baskemo Sans', monospace;
|
||||
--font-notes: 'OCR-X';
|
||||
|
||||
|
||||
|
||||
|
||||
--font-sans: 'Routed Gothic', serif;
|
||||
|
||||
|
||||
--font-subtitle: 'Routed Gothic Wide', sans-serif;
|
||||
/* --font-subtitle: 'Baskemo Sans', monospace; */
|
||||
|
||||
--font-nav: 'Routed Gothic', sans-serif;
|
||||
|
||||
|
||||
--title: 'HNoailles Times Triplex', sans-serif;
|
||||
|
||||
--red: #9B0000;
|
||||
--green:#009B00;
|
||||
--green-light:#009b0025;
|
||||
--blue: #00009B;
|
||||
|
||||
--grey: #e4e4e4;
|
||||
--border-grey: 2px solid var(--grey);
|
||||
|
||||
|
||||
--indent: 7mm;
|
||||
|
||||
--font-size: 14px;
|
||||
--baseline: 18px;
|
||||
|
||||
--fs-nav: 11px;
|
||||
--fs-subtitle: 16px;
|
||||
--fs-notes: 11px;
|
||||
|
||||
|
||||
--gap: 8px;
|
||||
|
||||
|
||||
--sign-family: 'Teletext';
|
||||
--sign-size: 14px;
|
||||
--sign-baseline: 18px;
|
||||
/* --sign-spacing: 0.45rem; */
|
||||
--sign-spacing: 7.5px;
|
||||
--sign-spacing-dots: 7px;
|
||||
--sign-color: var(--blue);
|
||||
/* --sign-color: black; */
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-font-smoothing: antialiased;
|
||||
-o-font-smoothing: antialiased;
|
||||
text-rendering: geometricPrecision;
|
||||
|
||||
}
|
||||
a {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body {
|
||||
|
||||
font-family: var(--font);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--baseline);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pagedjs_left_page .pagedjs_sheet{
|
||||
--grid-position-x: 21px!important;
|
||||
}
|
||||
|
||||
.pagedjs_right_page .pagedjs_sheet{
|
||||
--grid-position-x: 16px!important;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1,305 +0,0 @@
|
|||
@media print {
|
||||
|
||||
@page {
|
||||
size: 165mm 240mm;
|
||||
margin-top: 95px;
|
||||
margin-bottom: 18mm;
|
||||
bleed: 6mm;
|
||||
marks: crop;
|
||||
--symbol-top: 1px;
|
||||
--running-top: 8mm;
|
||||
--running-bottom: 6mm;
|
||||
--running-left: 19px;
|
||||
}
|
||||
|
||||
@page:left {
|
||||
margin-left: 18mm;
|
||||
margin-right: 26mm;
|
||||
|
||||
@top-left-corner {
|
||||
content: var(--symbol) var(--symbol) var(--symbol);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
vertical-align: top;
|
||||
padding-top: var(--running-top);
|
||||
text-align: left;
|
||||
padding-left: var(--running-left);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@top-left {
|
||||
content: element(decor);
|
||||
vertical-align: top;
|
||||
padding-top: calc(var(--running-top) - var(--symbol-top));
|
||||
width: calc(var(--unit)*2);
|
||||
font-size: var(--font-size);
|
||||
color: var(--sign-color);
|
||||
font-family: var(--sign-family);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@top-center {
|
||||
content: element(author);
|
||||
vertical-align: top;
|
||||
padding-top: calc(var(--running-top) - var(--symbol-top));
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
font-size: var(--font-size);
|
||||
color: var(--sign-color);
|
||||
font-family: var(--sign-family);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@top-right {
|
||||
content: var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
vertical-align: top;
|
||||
padding-top: var(--running-top);
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
padding-left: 5px;
|
||||
|
||||
}
|
||||
|
||||
@bottom-left {
|
||||
content: counter(page);
|
||||
vertical-align: bottom;
|
||||
padding-bottom: var(--running-bottom);
|
||||
white-space: nowrap;
|
||||
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
font-family: var(--sign-family);
|
||||
|
||||
z-index: 100;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@page:right {
|
||||
margin-left: 26mm;
|
||||
margin-right: 18mm;
|
||||
|
||||
@top-left-corner {
|
||||
content: var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
vertical-align: top;
|
||||
padding-top: var(--running-top);
|
||||
text-align: left;
|
||||
padding-left: var(--running-left);
|
||||
|
||||
}
|
||||
|
||||
@top-left {
|
||||
content: element(title);
|
||||
vertical-align: top;
|
||||
padding-top: var(--running-top);
|
||||
white-space: nowrap;
|
||||
padding-right: 1.5ch;
|
||||
font-family: var(--sign-family);
|
||||
font-size: var(--font-size);
|
||||
color: var(--sign-color);
|
||||
}
|
||||
|
||||
@top-right {
|
||||
content: var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
vertical-align: top;
|
||||
padding-top: var(--running-top);
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
@bottom-right {
|
||||
content: counter(page);
|
||||
vertical-align: bottom;
|
||||
padding-bottom: var(--running-bottom);
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
font-family: var(--sign-family);
|
||||
|
||||
z-index: 100;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@page:blank {
|
||||
@top-left {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-left-corner {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-right {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-center {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@bottom-center {
|
||||
content: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.nav-title {
|
||||
position: running(title);
|
||||
}
|
||||
|
||||
.nav-author {
|
||||
position: running(author);
|
||||
}
|
||||
|
||||
.nav-type {
|
||||
position: running(type);
|
||||
}
|
||||
|
||||
.nav-decor {
|
||||
position: running(decor);
|
||||
}
|
||||
|
||||
.pagedjs_area {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.pagedjs_margin-top-left .pagedjs_margin-content .nav-decor::after {
|
||||
content: var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
/* padding-left: 1ch; */
|
||||
width: calc(var(--unit) + var(--sub-unit));
|
||||
position: relative;
|
||||
top: var(--symbol-top);
|
||||
padding-left: 11px;
|
||||
}
|
||||
|
||||
.pagedjs_left_page .pagedjs_margin-top {
|
||||
width: calc(100% + var(--pagedjs-margin-right) - 2ch);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.pagedjs_right_page .pagedjs_margin-top{
|
||||
width: calc(100% + var(--pagedjs-margin-left) - 4ch);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.pagedjs_left_page .pagedjs_margin-bottom-left .pagedjs_margin-content::after {
|
||||
padding-left: 0.25ch;
|
||||
padding-right: 1.25ch;
|
||||
display: inline-block;
|
||||
background-color: white;
|
||||
min-width: 2ch;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pagedjs_right_page .pagedjs_margin-bottom-right .pagedjs_margin-content::after {
|
||||
padding-left: 1.25ch;
|
||||
padding-right: 0.25ch;
|
||||
display: inline-block;
|
||||
background-color: white;
|
||||
min-width: 2ch;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[data-chapter="essai"]{
|
||||
--sign-color: var(--blue);
|
||||
page: essai;
|
||||
break-before: right;
|
||||
}
|
||||
|
||||
|
||||
@page essai{
|
||||
--sign-color: var(--blue);
|
||||
}
|
||||
|
||||
[data-chapter="entretien"]{
|
||||
--sign-color: var(--red);
|
||||
page: entretien;
|
||||
break-before: right;
|
||||
}
|
||||
|
||||
@page entretien{
|
||||
--sign-color: var(--red);
|
||||
}
|
||||
|
||||
[data-chapter="portfolio"]{
|
||||
--sign-color: var(--green);
|
||||
--sign-color: white;
|
||||
page: portfolio;
|
||||
break-before: left;
|
||||
}
|
||||
|
||||
|
||||
@page portfolio{
|
||||
--sign-color: var(--green);
|
||||
--sign-color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
[data-chapter="portfolio-bis"]{
|
||||
--sign-color: var(--green);
|
||||
page: portfolioBis;
|
||||
break-before: left;
|
||||
}
|
||||
|
||||
|
||||
@page portfolioBis{
|
||||
--sign-color: var(--green);
|
||||
}
|
||||
|
|
@ -1,18 +1,8 @@
|
|||
@mixin running(){
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
// vertical-align: bottom;
|
||||
// padding-bottom: 5mm;
|
||||
}
|
||||
|
||||
|
||||
@mixin numPage(){
|
||||
font-family: var(--sans);
|
||||
font-size: 20px;
|
||||
font-size: 10px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
width: 10mm;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -22,8 +12,8 @@
|
|||
|
||||
@page {
|
||||
size: 165mm 240mm;
|
||||
margin-top: 16mm;
|
||||
margin-bottom: 20mm;
|
||||
margin-top: 10mm;
|
||||
margin-bottom: 60mm;
|
||||
bleed: 6mm;
|
||||
marks: crop;
|
||||
|
||||
|
|
@ -32,19 +22,18 @@
|
|||
@page:left{
|
||||
margin-left: 18mm;
|
||||
margin-right: 26mm;
|
||||
@bottom-center{
|
||||
@bottom-left-corner{
|
||||
content: counter(page);
|
||||
@include numPage();
|
||||
@include running();
|
||||
|
||||
|
||||
text-align: left;
|
||||
padding-left: 10mm;
|
||||
}
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: string(author);
|
||||
@include running();
|
||||
// text-align: left;
|
||||
// padding-left: 3ch;
|
||||
}
|
||||
@top-center {
|
||||
@bottom-center {
|
||||
content: string(type);
|
||||
@include running();
|
||||
}
|
||||
|
|
@ -53,13 +42,13 @@
|
|||
@page:right{
|
||||
margin-left: 26mm;
|
||||
margin-right: 18mm;
|
||||
@bottom-center{
|
||||
@bottom-right-corner{
|
||||
content: counter(page);
|
||||
@include numPage();
|
||||
@include running();
|
||||
text-align: right;
|
||||
|
||||
padding-right: 10mm;
|
||||
}
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: string(title);
|
||||
@include running();
|
||||
}
|
||||
|
|
@ -71,13 +60,6 @@
|
|||
|
||||
.chapter{
|
||||
break-before: right;
|
||||
page: chapter;
|
||||
}
|
||||
|
||||
|
||||
@page chapter:first{
|
||||
@top-left{ content: none; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
[data-type="vollkorn"]{
|
||||
font-family: "Vollkorn", serif;
|
||||
font-family: "Literata", serif;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -130,9 +130,3 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
[data-type="baskemo-sans"]{
|
||||
font-family: 'Baskemo Sans', serif;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1,15 +1,10 @@
|
|||
:root{
|
||||
|
||||
--font: 'Routed Gothic', sans-serif;
|
||||
--font: 'Wagram Slab', serif;
|
||||
// --font: 'HAL Timezone', serif;
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
--mono: 'Ivory Mono', monospace;
|
||||
--mono: 'Baskemo Sans', monospace;
|
||||
|
||||
// --mono: 'HAL Timezone Mono', monospace;
|
||||
--sans: 'Routed Gothic', serif;
|
||||
// --note: 'Wagram Slab', serif;
|
||||
--note: 'Routed Gothic', serif;
|
||||
--title: 'HNoailles Times Triplex', sans-serif;
|
||||
|
||||
--red: #9B0000;
|
||||
|
|
@ -17,11 +12,13 @@
|
|||
--green-light:#009b0025;
|
||||
--blue: #00009B;
|
||||
|
||||
|
||||
--red: black;
|
||||
--green:black;
|
||||
--blue: black;
|
||||
|
||||
--indent: 7mm;
|
||||
|
||||
--font-size: 12px;
|
||||
--font-size: 14px;
|
||||
--baseline: 18px;
|
||||
|
||||
}
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
|
||||
blockquote{
|
||||
/* padding-left: 3ch; */
|
||||
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
padding-left: calc(var(--unit)*0.75);
|
||||
padding-right: calc(var(--unit)*0.75);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
blockquote p::before{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.before-blockquote_container,
|
||||
.after-blockquote_container{
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.before-blockquote_container{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.after-blockquote_container{
|
||||
right: -10px;
|
||||
}
|
||||
|
||||
.after-blockquote,
|
||||
.before-blockquote{
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
word-break: break-all;
|
||||
width: calc(var(--unit)*0.5 + 4px);
|
||||
overflow-wrap: anywhere;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,165 +0,0 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
.chapter-header {
|
||||
position: relative;
|
||||
|
||||
/* break-after: page; */
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .hgroup {
|
||||
font-size: 22px;
|
||||
line-height: 1;
|
||||
font-weight: normal;
|
||||
/* margin-top: calc(var(--baseline)*2);*/
|
||||
position: relative;
|
||||
top: calc(var(--baseline)*-0.25 - 2px);
|
||||
margin-bottom: calc(var(--baseline)*3 + 13px);
|
||||
padding-right: calc(var(--unit)*2);
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .hgroup::before {
|
||||
content: "***************************************************************************************************************************************************************************************************************************************************************************************************************************************************";
|
||||
display: block;
|
||||
width: calc(100% + 1ch);
|
||||
height: 100%;
|
||||
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0px;
|
||||
z-index: -1;
|
||||
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: calc(var(--sign-baseline)*1.5);
|
||||
overflow-wrap: anywhere;
|
||||
/* padding-top: 6px; */
|
||||
}
|
||||
|
||||
.chapter-header .type {
|
||||
display: none;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.chapter-header .hgroup h2 {
|
||||
font-family: 'Teletext';
|
||||
font-weight: normal;
|
||||
font-size: 1em;
|
||||
line-height: calc(var(--sign-baseline)*1.5);
|
||||
display: inline;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .hgroup h2 span {
|
||||
color: white;
|
||||
padding-left: 0.25ch;
|
||||
padding-right: 0.25ch;
|
||||
box-decoration-break: clone;
|
||||
background-color: var(--sign-color);
|
||||
padding: 1px 0.25ch;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
.chapter-header .author span {
|
||||
font-family: 'Teletext';
|
||||
color: var(--sign-color);
|
||||
margin-top: calc(var(--baseline)*1.5);
|
||||
text-transform: uppercase;
|
||||
background-color: white;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.chapter-header .author::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.chapter-header .bio {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hgroup-before,
|
||||
.hgroup-after,
|
||||
.chapter-header .title-before,
|
||||
.chapter-header .title-after {
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: calc(var(--sign-baseline)*1);
|
||||
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .title-before,
|
||||
.chapter-header .title-after{
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .title-before {
|
||||
top: calc(var(--baseline)*-1.25);
|
||||
}
|
||||
|
||||
.chapter-header .title-after {
|
||||
bottom: calc(var(--baseline)*-1.5 + 1px);
|
||||
}
|
||||
|
||||
|
||||
.hgroup-before{
|
||||
position: absolute;
|
||||
left: calc(var(--pagedjs-margin-left)*-1);
|
||||
padding-left: 19px;
|
||||
top: -47px;
|
||||
}
|
||||
|
||||
.hgroup-after{
|
||||
position: absolute;
|
||||
bottom: calc(var(--baseline)*-5 - 1px);
|
||||
right: calc(var(--pagedjs-margin-right)*-1);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* SPECIFIC ----------------------------------------------- */
|
||||
|
||||
#charlie-aubry .hgroup{
|
||||
top: calc(var(--baseline)*-0.25 - 2px);
|
||||
top: -2px;
|
||||
}
|
||||
#charlie-aubry .chapter-header .title-before{
|
||||
/* top: calc(var(--baseline)*-1.25); */
|
||||
top: calc(var(--baseline)*-1.5);
|
||||
}
|
||||
|
||||
#charlie-aubry .chapter-header .title-after {
|
||||
/* bottom: calc(var(--baseline)*-5 - 1px); */
|
||||
bottom: calc(var(--baseline) * -1.75 + 1px);
|
||||
}
|
||||
|
||||
#charlie-aubry .hgroup-after{
|
||||
bottom: calc(var(--baseline)*-11 - 10px);
|
||||
}
|
||||
|
|
@ -1,138 +0,0 @@
|
|||
.description {
|
||||
padding-left: calc(var(--unit)*0.75);
|
||||
padding-right: calc(var(--unit)*0.75);
|
||||
position: relative;
|
||||
top: -4px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.description-before {
|
||||
position: relative;
|
||||
top: -6px;
|
||||
}
|
||||
.description-after {
|
||||
margin-top: -5px;
|
||||
margin-bottom: calc(var(--baseline)*1 - 3px);
|
||||
}
|
||||
|
||||
|
||||
.description-before,
|
||||
.description-after {
|
||||
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
|
||||
}
|
||||
|
||||
.description::before,
|
||||
.description::after {
|
||||
content: "......";
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
word-break: break-all;
|
||||
width: calc(var(--unit)*0.75 + 4px);
|
||||
overflow-wrap: anywhere;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.description::before {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.description::after {
|
||||
position: absolute;
|
||||
right: -13px;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
h5 {
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
font-weight: normal;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
top: calc(var(--baseline)*1);
|
||||
|
||||
background-color: white;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
h5::before, h6::before{
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
}
|
||||
|
||||
|
||||
.pagedjs_right_page h5{
|
||||
left: -80px;
|
||||
}
|
||||
|
||||
.pagedjs_right_page h5::before{
|
||||
content: "+++++++"
|
||||
}
|
||||
|
||||
.pagedjs_left_page h5{
|
||||
left: -49px;
|
||||
}
|
||||
|
||||
.pagedjs_left_page h5::before{
|
||||
content: "+++++"
|
||||
}
|
||||
|
||||
|
||||
|
||||
.h6_container {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
top: calc(var(--baseline)*1);
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
font-weight: normal;
|
||||
position: relative;
|
||||
background-color: white;
|
||||
display: inline;
|
||||
|
||||
}
|
||||
|
||||
h6::before {
|
||||
content: "++";
|
||||
|
||||
}
|
||||
|
||||
|
||||
.decor-h6 {
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
position: absolute;
|
||||
left: -49px;
|
||||
top: calc(var(--baseline)*-2.5 + 11px);
|
||||
}
|
||||
|
||||
.pagedjs_right_page .decor-h6 {
|
||||
left: -80px;
|
||||
top: calc(var(--baseline)*-4.5 + 11px);
|
||||
}
|
||||
69
maquette-tests/assets/css/modules/_chapter-header.scss
Normal file
69
maquette-tests/assets/css/modules/_chapter-header.scss
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
.chapter-header{
|
||||
// break-after: page;
|
||||
margin-bottom: calc(var(--baseline)*6);
|
||||
}
|
||||
|
||||
.chapter-header h2 {
|
||||
string-set: title content(text);
|
||||
}
|
||||
|
||||
.chapter-header .author {
|
||||
string-set: author content(text);
|
||||
}
|
||||
|
||||
.chapter-header .type {
|
||||
string-set: type content(text);
|
||||
}
|
||||
|
||||
|
||||
.chapter-header h2{
|
||||
font-size: 42px;
|
||||
line-height: 0.9;
|
||||
font-family: var(--title);
|
||||
color: var(--blue);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding-right: 3ch;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.chapter-header .type{
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
// text-align: center;
|
||||
}
|
||||
|
||||
.chapter-header .type{
|
||||
|
||||
}
|
||||
.chapter-header .bio{
|
||||
font-family: var(--mono);
|
||||
// text-align: right;
|
||||
hyphens: none;
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
left: 0px!important;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .bio{
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.chapter-header .author{
|
||||
left: 0px!important;
|
||||
font-size: 26px;
|
||||
line-height: 1;
|
||||
font-family: var(--title);
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
// color: var(--green);
|
||||
text-align: right;
|
||||
// text-transform: uppercase;
|
||||
// letter-spacing: 0.01rem;
|
||||
}
|
||||
|
||||
|
|
@ -1,11 +1,10 @@
|
|||
|
||||
.item-decor{
|
||||
font-family: var(--sans);
|
||||
font-family: var(--font);
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
|
||||
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
.pagedjs_left_page .item-decor{
|
||||
|
|
@ -57,5 +57,3 @@
|
|||
// display: block;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
35
maquette-tests/assets/css/modules/_notes.scss
Normal file
35
maquette-tests/assets/css/modules/_notes.scss
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
.inline-note{
|
||||
font-size: 10px;
|
||||
line-height: 1.2;
|
||||
|
||||
|
||||
|
||||
.body_note{
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
.pagedjs_floatnote_marker,
|
||||
.pagedjs_floatnote_call{
|
||||
|
||||
}
|
||||
|
||||
|
||||
.pagedjs_floatnote_marker{
|
||||
|
||||
}
|
||||
|
||||
.note-container{
|
||||
grid-column: center;
|
||||
grid-row: footer;
|
||||
width: 100%;
|
||||
height: calc(100% - 12mm);
|
||||
// outline: 1px solid red;
|
||||
columns: 2;
|
||||
column-fill: auto;
|
||||
|
||||
padding-top: 20px;
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
hyphens: auto;
|
||||
hyphenate-limit-chars: 8 3;
|
||||
position: relative;
|
||||
// color: var(--blue);
|
||||
|
||||
color: var(--blue);
|
||||
font-weight: 200;
|
||||
letter-spacing: 0.01rem;
|
||||
|
||||
|
||||
|
|
@ -42,9 +42,8 @@ h3{
|
|||
max-width: 18ch;
|
||||
// margin-inline: auto;
|
||||
letter-spacing: 0.05rem;
|
||||
color: black;
|
||||
text-decoration: underline 1px;
|
||||
text-underline-offset: 2px;
|
||||
|
||||
|
||||
|
||||
|
||||
// &::before{
|
||||
|
|
@ -66,7 +65,6 @@ blockquote p{
|
|||
}
|
||||
|
||||
blockquote{
|
||||
font-family: var(--mono);
|
||||
// position: relative;
|
||||
// left: 14mm;
|
||||
// p{
|
||||
|
|
@ -79,8 +77,8 @@ blockquote{
|
|||
|
||||
padding-left: var(--indent);
|
||||
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
margin-top: calc(var(--baseline)*2);
|
||||
margin-bottom: calc(var(--baseline)*2);
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
.following-note {
|
||||
/* font-family: var(--font-notes); */
|
||||
font-size: var(--fs-notes);
|
||||
line-height: 14px;
|
||||
font-weight: 500;
|
||||
|
||||
display: block;
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
|
||||
|
||||
}
|
||||
|
||||
.container-following-note {
|
||||
margin-left: calc(var(--unit)*2);
|
||||
}
|
||||
|
||||
|
||||
.wrapper__note-call {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
|
||||
.following-note_call,
|
||||
.following-note_marker {
|
||||
|
||||
&::before {
|
||||
content: "{"
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "}"
|
||||
}
|
||||
|
||||
/* font-family: var(--font-notes);
|
||||
font-weight: 500; */
|
||||
font-size: var(--fs-notes);
|
||||
}
|
||||
|
||||
.following-note_call {
|
||||
padding-left: 0.25ch;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
|
||||
.following-note_marker {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
|
@ -1,220 +0,0 @@
|
|||
:root{
|
||||
--bleed-images: 3mm;
|
||||
--pagedjs-fold: 0px;
|
||||
}
|
||||
|
||||
|
||||
[data-chapter="portfolio"] p{
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pagedjs_portfolio_page .pagedjs_margin-bottom-right .pagedjs_margin-content::after,
|
||||
.pagedjs_portfolio_page .pagedjs_margin-bottom-left .pagedjs_margin-content::after{
|
||||
background-color: black;
|
||||
color: white;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
[data-chapter="portfolio"] .chapter-header h2 span,
|
||||
[data-chapter="portfolio"] .chapter-header .author span{
|
||||
color: black;
|
||||
padding-right: 0.75ch;
|
||||
}
|
||||
|
||||
|
||||
/* DOUBLE */
|
||||
|
||||
.spread{
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
}
|
||||
.spread__left{
|
||||
|
||||
margin: 0;
|
||||
width: calc(var(--pagedjs-pagebox-width) + var(--bleed-images));
|
||||
height: calc(var(--pagedjs-pagebox-height) + var(--bleed-images)*2)!important;
|
||||
position: absolute;
|
||||
top: calc((var(--pagedjs-margin-top) + var(--bleed-images))*-1);
|
||||
left: calc((var(--pagedjs-margin-left) + var(--bleed-images))*-1);
|
||||
overflow: hidden;
|
||||
break-after: page;
|
||||
}
|
||||
.spread__right{
|
||||
margin: 0;
|
||||
width: calc(var(--pagedjs-pagebox-width) + var(--bleed-images));
|
||||
height: calc(var(--pagedjs-pagebox-height) + var(--bleed-images)*2)!important;
|
||||
position: absolute;
|
||||
top: calc((var(--pagedjs-margin-top) + var(--bleed-images))*-1);
|
||||
left: calc(var(--pagedjs-margin-left)*-1);
|
||||
overflow: hidden;
|
||||
}
|
||||
.spread-content{
|
||||
margin: 0;
|
||||
width: calc(var(--pagedjs-pagebox-width)*2 + var(--bleed-images)*2);
|
||||
height: calc(var(--pagedjs-pagebox-height) + var(--bleed-images)*2)!important;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.spread__left .spread-content{
|
||||
left: calc(var(--pagedjs-fold)*-1);
|
||||
}
|
||||
.spread__right .spread-content{
|
||||
left: calc((var(--pagedjs-pagebox-width) + var(--bleed-images))*-1 + var(--pagedjs-fold));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* SPECIFIC */
|
||||
|
||||
#josefa-1 .spread-content img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: -310px 10px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#josefa-2 .spread__left{
|
||||
top: -280px;
|
||||
}
|
||||
#josefa-2 .spread-content img{
|
||||
width: 100%;
|
||||
height: 120%;
|
||||
object-fit: cover;
|
||||
object-position: -1700px 0px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#josepha-2__1{
|
||||
z-index: 100;
|
||||
width: 140mm;
|
||||
height: 190mm;
|
||||
position: absolute;
|
||||
left: -15mm;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#josepha-2__1 img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: -900px 0px;
|
||||
}
|
||||
|
||||
#josefa-3{
|
||||
break-before: left;
|
||||
}
|
||||
|
||||
#josefa-3 .background{
|
||||
width: 100%;
|
||||
height: 120%;
|
||||
object-fit: cover;
|
||||
object-position: -1800px 0px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#josepha-3__1_left{
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
height: 156mm;
|
||||
position: absolute;
|
||||
top: -100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#josepha-3__1_left img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: -900px 0px;
|
||||
|
||||
}
|
||||
|
||||
#josepha-3__1_right{
|
||||
z-index: 100;
|
||||
width: calc(var(--pagedjs-pagebox-width)*0.4);
|
||||
height: 156mm;
|
||||
position: absolute;
|
||||
top: -100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#josepha-3__1_right img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: calc(var(--pagedjs-pagebox-width)*-1 - var(--bleed-images) - 900px) 0px;
|
||||
}
|
||||
|
||||
|
||||
#josefa-4{
|
||||
break-before: left;
|
||||
}
|
||||
|
||||
#josefa-4 .background{
|
||||
width: 100%;
|
||||
height: 120%;
|
||||
object-fit: cover;
|
||||
object-position: -1900px -200px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#josepha-4_inside{
|
||||
z-index: 100;
|
||||
width: 140mm;
|
||||
height: 190mm;
|
||||
position: absolute;
|
||||
bottom: -5mm;
|
||||
right: -5mm;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#josepha-4_inside img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
/* object-position: -900px 0px; */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#josefa-5{
|
||||
break-before: left;
|
||||
}
|
||||
|
||||
#josefa-5 figure{
|
||||
/* background-color: black; */
|
||||
}
|
||||
|
||||
#josefa-5 .background{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
/* object-position: -1900px -200px; */
|
||||
|
||||
}
|
||||
|
||||
.josepha-grid-1{
|
||||
break-before: left;
|
||||
}
|
||||
|
||||
.josepha-grid{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.josepha-grid img{
|
||||
width: 100%;
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
}
|
||||
|
|
@ -1,125 +0,0 @@
|
|||
.running-page_container{
|
||||
--w-container: calc(var(--pagedjs-width) - var(--pagedjs-bleed-left)*2);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
vertical-align: bottom;
|
||||
padding-bottom: var(--running-bottom);
|
||||
width: 100%;
|
||||
|
||||
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
|
||||
bottom: 0px;
|
||||
width: var( --w-container);
|
||||
overflow: hidden;
|
||||
/* background-color: red; */
|
||||
|
||||
}
|
||||
|
||||
|
||||
.running-page{
|
||||
width: calc(var(--w-container)*2);
|
||||
padding-left: var(--running-left);
|
||||
padding-right: 6px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.running-page .symbols{
|
||||
flex-shrink: 0;
|
||||
/* background-color: white; */
|
||||
z-index: 20;
|
||||
|
||||
}
|
||||
.running-page .dots{
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
left: var(--running-left);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.pagedjs_right_page .running-page_container .running-page{
|
||||
position: relative;
|
||||
/* left: calc(var( --w-container)*-1 + var(--pagedjs-margin-left)*-1 + 2px); */
|
||||
left: calc(var( --w-container)*-1 + 10px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@page essai:first {
|
||||
|
||||
@top-left-corner {
|
||||
content: var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol);
|
||||
}
|
||||
|
||||
@top-left {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-center {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-right {
|
||||
content: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@page entretien:first {
|
||||
|
||||
@top-left-corner {
|
||||
content: var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol);
|
||||
}
|
||||
|
||||
@top-left {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-center {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-right {
|
||||
content: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@page portfolio:first {
|
||||
|
||||
@top-left-corner {
|
||||
content: var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol) var(--symbol);
|
||||
}
|
||||
|
||||
@top-left {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-center {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-right {
|
||||
content: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TEMP */
|
||||
|
||||
@page entretien{
|
||||
--sign-color: var(--red);
|
||||
}
|
||||
|
|
@ -2,19 +2,19 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap");
|
||||
:root {
|
||||
--font: 'Routed Gothic', sans-serif;
|
||||
--font: 'Wagram Slab', serif;
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
--mono: 'Ivory Mono', monospace;
|
||||
--mono: 'Baskemo Sans', monospace;
|
||||
--sans: 'Routed Gothic', serif;
|
||||
--title: 'HNoailles Times Triplex', sans-serif;
|
||||
--font: "Routed Gothic", sans-serif;
|
||||
--mono: "Selectric Mono", monospace;
|
||||
--note: "Routed Gothic", serif;
|
||||
--title: "HNoailles Times Triplex", sans-serif;
|
||||
--red: #9B0000;
|
||||
--green:#009B00;
|
||||
--green-light:#009b0025;
|
||||
--blue: #00009B;
|
||||
--red: black;
|
||||
--green:black;
|
||||
--blue: black;
|
||||
--indent: 7mm;
|
||||
--font-size: 12px;
|
||||
--font-size: 14px;
|
||||
--baseline: 18px;
|
||||
}
|
||||
|
||||
|
|
@ -40,49 +40,56 @@ body {
|
|||
@media print {
|
||||
@page {
|
||||
size: 165mm 240mm;
|
||||
margin-top: 16mm;
|
||||
margin-bottom: 20mm;
|
||||
margin-top: 10mm;
|
||||
margin-bottom: 60mm;
|
||||
bleed: 6mm;
|
||||
marks: crop;
|
||||
}
|
||||
@page :left {
|
||||
margin-left: 18mm;
|
||||
margin-right: 26mm;
|
||||
@bottom-center {
|
||||
@bottom-left-corner {
|
||||
content: counter(page);
|
||||
font-family: var(--sans);
|
||||
font-size: 20px;
|
||||
font-family: var(--mono);
|
||||
font-size: 10px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
width: 10mm;
|
||||
text-align: left;
|
||||
padding-left: 10mm;
|
||||
}
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: string(author);
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
}
|
||||
@top-center {
|
||||
@bottom-center {
|
||||
content: string(type);
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
}
|
||||
}
|
||||
@page :right {
|
||||
margin-left: 26mm;
|
||||
margin-right: 18mm;
|
||||
@bottom-center {
|
||||
@bottom-right-corner {
|
||||
content: counter(page);
|
||||
font-family: var(--sans);
|
||||
font-size: 20px;
|
||||
font-family: var(--mono);
|
||||
font-size: 10px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
width: 10mm;
|
||||
text-align: right;
|
||||
padding-right: 10mm;
|
||||
}
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: string(title);
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
}
|
||||
}
|
||||
/*p{
|
||||
|
|
@ -91,12 +98,6 @@ body {
|
|||
.chapter {
|
||||
-moz-column-break-before: right;
|
||||
break-before: right;
|
||||
page: chapter;
|
||||
}
|
||||
@page chapter:first {
|
||||
@top-left {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
[data-type=ovo] {
|
||||
|
|
@ -108,7 +109,7 @@ body {
|
|||
}
|
||||
|
||||
[data-type=vollkorn] {
|
||||
font-family: "Vollkorn", serif;
|
||||
font-family: "Literata", serif;
|
||||
}
|
||||
|
||||
[data-type=timezone] {
|
||||
|
|
@ -224,10 +225,6 @@ body {
|
|||
font-weight: 200;
|
||||
}
|
||||
|
||||
[data-type=baskemo-sans] {
|
||||
font-family: "Baskemo Sans", serif;
|
||||
}
|
||||
|
||||
#type-specimen {
|
||||
background-color: #cfcfcf;
|
||||
}
|
||||
|
|
@ -250,7 +247,8 @@ body {
|
|||
}
|
||||
#type-specimen p:first-of-type {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
#type-specimen p {
|
||||
|
|
@ -325,9 +323,12 @@ body {
|
|||
|
||||
.chapter p {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 8 3;
|
||||
position: relative;
|
||||
color: var(--blue);
|
||||
font-weight: 200;
|
||||
letter-spacing: 0.01rem;
|
||||
}
|
||||
.chapter p + p {
|
||||
|
|
@ -343,16 +344,11 @@ body {
|
|||
color: var(--blue);
|
||||
max-width: 18ch;
|
||||
letter-spacing: 0.05rem;
|
||||
color: black;
|
||||
-webkit-text-decoration: underline 1px;
|
||||
text-decoration: underline 1px;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
.chapter blockquote {
|
||||
font-family: var(--mono);
|
||||
padding-left: var(--indent);
|
||||
margin-top: calc(var(--baseline) * 1);
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
margin-top: calc(var(--baseline) * 2);
|
||||
margin-bottom: calc(var(--baseline) * 2);
|
||||
}
|
||||
.chapter > :first-child {
|
||||
margin-top: 0px;
|
||||
|
|
@ -362,15 +358,10 @@ body {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.pagedjs_footnote {
|
||||
font-family: var(--sans);
|
||||
line-height: 1.3;
|
||||
font-size: 12px;
|
||||
font-weight: 200;
|
||||
text-indent: -14mm;
|
||||
padding-left: 14mm;
|
||||
.inline-note {
|
||||
font-size: 10px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.note-container {
|
||||
grid-column: center;
|
||||
grid-row: footer;
|
||||
|
|
@ -383,32 +374,8 @@ body {
|
|||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.pagedjs_footnotes::marker {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.pagedjs_footnote[data-footnote-call] {
|
||||
font-size: 12px;
|
||||
font-family: var(--sans);
|
||||
text-indent: 0px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
.pagedjs_footnote[data-footnote-call]::after {
|
||||
font-variant-position: normal;
|
||||
content: attr(data-counter-footnote-increment) "}";
|
||||
}
|
||||
.pagedjs_footnote[data-footnote-call]::before {
|
||||
content: "{";
|
||||
}
|
||||
|
||||
[data-footnote-marker]::marker {
|
||||
content: "{" counter(footnote-marker) "} ";
|
||||
}
|
||||
|
||||
.chapter-header {
|
||||
margin-top: calc(var(--baseline) * 2);
|
||||
margin-bottom: calc(var(--baseline) * 3);
|
||||
--color: black;
|
||||
margin-bottom: calc(var(--baseline) * 6);
|
||||
}
|
||||
|
||||
.chapter-header h2 {
|
||||
|
|
@ -424,66 +391,51 @@ body {
|
|||
}
|
||||
|
||||
.chapter-header h2 {
|
||||
font-size: 46px;
|
||||
line-height: 1.1;
|
||||
font-family: var(--font);
|
||||
font-family: var(--mono);
|
||||
font-size: 42px;
|
||||
line-height: 0.9;
|
||||
font-family: var(--title);
|
||||
color: var(--blue);
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
color: var(--color);
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
padding-right: 3ch;
|
||||
}
|
||||
|
||||
.chapter-header .type {
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.chapter-header .bio {
|
||||
margin-top: calc(var(--baseline) * 3);
|
||||
font-family: var(--sans);
|
||||
hyphens: none;
|
||||
line-height: 1.3;
|
||||
font-size: 12px;
|
||||
font-family: var(--mono);
|
||||
-webkit-hyphens: none;
|
||||
hyphens: none;
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
left: 0px !important;
|
||||
}
|
||||
.chapter-header .bio .name {
|
||||
|
||||
.chapter-header .bio {
|
||||
margin-top: calc(var(--baseline) * 1);
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
color: var(--color);
|
||||
}
|
||||
.chapter-header .bio .description {
|
||||
text-indent: -14mm;
|
||||
padding-left: 14mm;
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
color: var(--color);
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
.chapter-header .author {
|
||||
left: 0px !important;
|
||||
font-size: 26px;
|
||||
line-height: 0.9;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
font-family: var(--mono);
|
||||
font-family: var(--title);
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
color: var(--color);
|
||||
margin-top: calc(var(--baseline) * 3);
|
||||
-webkit-text-decoration: underline 1px;
|
||||
text-decoration: underline 1px;
|
||||
text-underline-offset: 2px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.item-decor {
|
||||
font-family: var(--sans);
|
||||
font-family: var(--font);
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
.pagedjs_left_page .item-decor {
|
||||
1
maquette-tests/assets/css/style.css.map
Normal file
1
maquette-tests/assets/css/style.css.map
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"sources":["base/_type.scss","base/_var.scss","style.css","base/_body.scss","base/_layout.scss","base/_type-specimen.scss","modules/_text.scss","modules/_notes.scss","modules/_chapter-header.scss","modules/_item-decor.scss"],"names":[],"mappings":"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","file":"style.css"}
|
||||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
@use "base/type-specimen";
|
||||
@use "modules/text";
|
||||
// @use "modules/notes";
|
||||
@use "modules/footnotes";
|
||||
@use "modules/notes";
|
||||
@use "modules/chapter-header";
|
||||
@use "modules/item-decor";
|
||||
|
|
@ -1,122 +0,0 @@
|
|||
h3, h4{
|
||||
break-after: avoid;
|
||||
}
|
||||
h3, h4{
|
||||
font-family: var(--sign-family);
|
||||
font-weight: normal;
|
||||
margin-top: calc(var(--baseline)*1.5);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
position: relative;
|
||||
font-size: var(--font-size);
|
||||
color: var(--sign-color);
|
||||
}
|
||||
|
||||
.h3_container,
|
||||
.h4_container{
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.subtitle-before,
|
||||
.subtitle-after{
|
||||
letter-spacing:var(--sign-spacing);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
line-height: var(--sign-baseline);
|
||||
}
|
||||
|
||||
.subtitle-line {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
|
||||
.subtitle-after{
|
||||
padding-left: 0.75ch;
|
||||
position: relative;
|
||||
left: 6px;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.subtitle-text{
|
||||
/* background-color: yellow; */
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
.decor-h3{
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* LEFT PAGE */
|
||||
|
||||
.decor-h3_small{
|
||||
left: -49px;
|
||||
top: calc(var(--baseline)*-2.5 + 9px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.decor-h3_big{
|
||||
right: -81px;
|
||||
text-align: right;
|
||||
top: calc(var(--baseline) * -3.5 - 9px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* RIGHT PAGE */
|
||||
|
||||
|
||||
.pagedjs_right_page .decor-h3_small{
|
||||
left: auto;
|
||||
right: -53px;
|
||||
top: calc(var(--baseline)*-2.5 + 9px);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.pagedjs_right_page .decor-h3_big{
|
||||
right: 0;
|
||||
left: -80px;
|
||||
text-align: left;
|
||||
top: calc(var(--baseline) * -3.5 - 9px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* if page top */
|
||||
|
||||
.pagedjs_right_page .subtitle-top-page h3 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.pagedjs_right_page .subtitle-top-page [data-count="2"]{
|
||||
color: transparent
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pagedjs_left_page .subtitle-top-page h3 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.pagedjs_left_page .subtitle-top-page .decor-h3_big [data-count="1"],
|
||||
.pagedjs_left_page .subtitle-top-page .decor-h3_big [data-count="2"]{
|
||||
color: transparent!important
|
||||
}
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
.chapter p {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 7 3 2;
|
||||
/* position: relative; */
|
||||
orphans: 2;
|
||||
hyphens: 2;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
p::before {
|
||||
content: ".........";
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: 0px;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
margin-right: -4px;
|
||||
}
|
||||
|
||||
.following-title::before,
|
||||
.following-h3::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* BILBIOGRAPHIE */
|
||||
|
||||
.bibliographie p {
|
||||
font-size: var(--fs-notes);
|
||||
line-height: 14px;
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
padding-left: calc(var(--unit)*2);
|
||||
text-indent: calc(var(--unit)*-0.75);
|
||||
break-inside: avoid;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bibliographie p::before {
|
||||
content: ".....";
|
||||
position: absolute;
|
||||
/* left: calc(var(--unit)*0.75); */
|
||||
left: calc(var(--unit)*0.75 + 16px);
|
||||
top: 3px;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
.bibliographie p::after {
|
||||
content: "+";
|
||||
position: absolute;
|
||||
left: calc(var(--unit)*0.75);
|
||||
top: 0px;
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,54 +0,0 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Adelphe Trouble Germinal';
|
||||
src: url('Adelphe-Trouble-GerminalRegular.woff2') format('woff2'),
|
||||
url('Adelphe-Trouble-GerminalRegular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Adelphe Trouble Germinal';
|
||||
src: url('Adelphe-Trouble-GerminalItalic.woff2') format('woff2'),
|
||||
url('Adelphe-Trouble-GerminalItalic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Adelphe Trouble Germinal';
|
||||
src: url('Adelphe-Trouble-GerminalSemiBold.woff2') format('woff2'),
|
||||
url('Adelphe-Trouble-GerminalSemiBold.woff') format('woff');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Adelphe Trouble Germinal';
|
||||
src: url('Adelphe-Trouble-GerminalSemiBoldItalic.woff2') format('woff2'),
|
||||
url('Adelphe-Trouble-GerminalSemiBoldItalic.woff') format('woff');
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Adelphe Trouble Germinal';
|
||||
src: url('Adelphe-Trouble-GerminalBold.woff2') format('woff2'),
|
||||
url('Adelphe-Trouble-GerminalBold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Adelphe Trouble Germinal';
|
||||
src: url('Adelphe-Trouble-GerminalBoldItalic.woff2') format('woff2'),
|
||||
url('Adelphe-Trouble-GerminalBoldItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Baskemo Sans';
|
||||
src: url('BaskemoSans-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Baskemo Sans';
|
||||
src: url('BaskemoSans-Italic.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,72 +0,0 @@
|
|||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-Black.woff2') format('woff2'),
|
||||
url('Bilzig-Black.woff') format('woff');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-BlackItalic.woff2') format('woff2'),
|
||||
url('Bilzig-BlackItalic.woff') format('woff');
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-Bold.woff2') format('woff2'),
|
||||
url('Bilzig-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-Italic.woff2') format('woff2'),
|
||||
url('Bilzig-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-BoldItalic.woff2') format('woff2'),
|
||||
url('Bilzig-BoldItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-Medium.woff2') format('woff2'),
|
||||
url('Bilzig-Medium.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-MediumItalic.woff2') format('woff2'),
|
||||
url('Bilzig-MediumItalic.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bilzig';
|
||||
src: url('Bilzig-Regular.woff2') format('woff2'),
|
||||
url('Bilzig-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,45 +0,0 @@
|
|||
@font-face {
|
||||
font-family: 'Decor Pixel Round';
|
||||
src: url('DecorPixelRound-Bold.woff2') format('woff2'),
|
||||
url('DecorPixelRound-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Pixel Round';
|
||||
src: url('DecorPixelRound-Regular.woff2') format('woff2'),
|
||||
url('DecorPixelRound-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Pixel Round';
|
||||
src: url('DecorPixelRound-Medium.woff2') format('woff2'),
|
||||
url('DecorPixelRound-Medium.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Round Random';
|
||||
src: url('DecorRoundRandom-Regular.woff2') format('woff2'),
|
||||
url('DecorRoundRandom-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Round Random Random';
|
||||
src: url('DecorRoundRandomRandom-Regular.woff2') format('woff2'),
|
||||
url('DecorRoundRandomRandom-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Garabosse Perle';
|
||||
src: url('Garabosse-Perle.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,18 +0,0 @@
|
|||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src: url("JetBrainsMono[wght].ttf") format("truetype");
|
||||
font-weight: 100 800;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src: url("JetBrainsMono-Italic[wght].ttf") format("truetype");
|
||||
font-weight: 100 800;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* p {
|
||||
font-family: "JetBrains Mono";
|
||||
font-feature-settings: "calt" 1;
|
||||
} */
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,54 +0,0 @@
|
|||
@font-face {
|
||||
font-family: 'OCR-X';
|
||||
src: url('OCR-X-Bold.woff2') format('woff2'),
|
||||
url('OCR-X-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'OCR-X';
|
||||
src: url('OCR-X-Black.woff2') format('woff2'),
|
||||
url('OCR-X-Black.woff') format('woff');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'OCR-X';
|
||||
src: url('OCR-X-Light.woff2') format('woff2'),
|
||||
url('OCR-X-Light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'OCR-X';
|
||||
src: url('OCR-X-Regular.woff2') format('woff2'),
|
||||
url('OCR-X-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'OCR-X';
|
||||
src: url('OCR-X-Medium.woff2') format('woff2'),
|
||||
url('OCR-X-Medium.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'OCR-X';
|
||||
src: url('OCR-X-Thin.woff2') format('woff2'),
|
||||
url('OCR-X-Thin.woff') format('woff');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,13 +0,0 @@
|
|||
@font-face {
|
||||
font-family: "OCR X";
|
||||
src: url("OCR-XTrial-VariableVF.ttf") format("truetype");
|
||||
font-weight: 10 220;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "OCR X";
|
||||
src: url("OCR-XTrial-VariableVF.woff2") format("woff2");
|
||||
font-weight: 10 220;
|
||||
font-style: normal;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,40 +0,0 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Teletext';
|
||||
src: url('MODE7GX0.TTF') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* @font-face {
|
||||
font-family: 'Teletext';
|
||||
src: url('MODE7GX1.TTF') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
} */
|
||||
|
||||
/* @font-face {
|
||||
font-family: 'Teletext';
|
||||
src: url('MODE7GX2.TTF') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Teletext';
|
||||
src: url('MODE7GX3.TTF') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Teletext';
|
||||
src: url('MODE7GX4.TTF') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
} */
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
@font-face {
|
||||
font-family: "Triplicate T3";
|
||||
src: url("triplicate-t3.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Triplicate T3";
|
||||
src: url("triplicate-t3-italic.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Triplicate T3";
|
||||
src: url("triplicate-t3-bold.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Triplicate T3";
|
||||
src: url("triplicate-t3-bold-italic.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Triplicate T4";
|
||||
src: url("triplicate-t4.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Triplicate T4";
|
||||
src: url("triplicate-t4-italic.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Triplicate T4";
|
||||
src: url("triplicate-t4-bold.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Triplicate T4";
|
||||
src: url("triplicate-t4-bold-italic.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue