Compare commits
No commits in common. "main" and "layout-2" have entirely different histories.
151 changed files with 542 additions and 4065 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);
|
||||
}
|
||||
|
|
@ -16,7 +16,8 @@ a {
|
|||
// }
|
||||
|
||||
body {
|
||||
|
||||
--font-size: 14px;
|
||||
--baseline: 20px;
|
||||
font-family: var(--font);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--baseline);
|
||||
|
|
@ -1,18 +1,6 @@
|
|||
@mixin running(){
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
// vertical-align: bottom;
|
||||
// padding-bottom: 5mm;
|
||||
}
|
||||
|
||||
|
||||
@mixin numPage(){
|
||||
font-family: var(--sans);
|
||||
font-size: 20px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
width: 10mm;
|
||||
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -22,7 +10,7 @@
|
|||
|
||||
@page {
|
||||
size: 165mm 240mm;
|
||||
margin-top: 16mm;
|
||||
margin-top: 10mm;
|
||||
margin-bottom: 20mm;
|
||||
bleed: 6mm;
|
||||
marks: crop;
|
||||
|
|
@ -30,36 +18,35 @@
|
|||
}
|
||||
|
||||
@page:left{
|
||||
margin-left: 18mm;
|
||||
margin-right: 26mm;
|
||||
@bottom-center{
|
||||
margin-left: 25mm;
|
||||
margin-right: 25mm;
|
||||
@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();
|
||||
}
|
||||
}
|
||||
|
||||
@page:right{
|
||||
margin-left: 26mm;
|
||||
margin-right: 18mm;
|
||||
@bottom-center{
|
||||
margin-left: 25mm;
|
||||
margin-right: 25mm;
|
||||
@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 +58,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;
|
||||
}
|
||||
|
||||
|
||||
23
maquette-tests/assets/css/base/_var.scss
Normal file
23
maquette-tests/assets/css/base/_var.scss
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
:root{
|
||||
|
||||
--font: 'ITC Cheltenham', serif;
|
||||
// --font: 'HAL Timezone', serif;
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
// --mono: 'HAL Timezone Mono', monospace;
|
||||
--note: 'Routed Gothic', serif;
|
||||
|
||||
--red: #9B0000;
|
||||
--green:#009B00;
|
||||
--green-light:#009b0025;
|
||||
--blue: #00009B;
|
||||
|
||||
--red: black;
|
||||
--green:black;
|
||||
--blue: black;
|
||||
|
||||
--indent: 7mm;
|
||||
|
||||
--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);
|
||||
}
|
||||
60
maquette-tests/assets/css/modules/_chapter-header.scss
Normal file
60
maquette-tests/assets/css/modules/_chapter-header.scss
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
.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: 38px;
|
||||
line-height: 1;
|
||||
font-family: var(--note);
|
||||
color: var(--blue);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.chapter-header .type{
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
}
|
||||
|
||||
.chapter-header .type,
|
||||
.chapter-header .bio{
|
||||
font-family: var(--mono);
|
||||
// text-align: right;
|
||||
hyphens: none;
|
||||
font-size: 9px;
|
||||
line-height: 1.2;
|
||||
left: 0px!important;
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .bio{
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.chapter-header .author{
|
||||
left: 0px!important;
|
||||
font-size: 38px;
|
||||
line-height: 1;
|
||||
font-family: var(--note);
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
// color: var(--green);
|
||||
}
|
||||
|
||||
|
|
@ -1,17 +1,16 @@
|
|||
|
||||
.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{
|
||||
left: -12mm;
|
||||
left: -26mm;
|
||||
}
|
||||
|
||||
.pagedjs_right_page .item-decor{
|
||||
right: -12mm;
|
||||
right: -26mm;
|
||||
}
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
.inline-note{
|
||||
|
||||
display: none!important;
|
||||
color: var(--green);
|
||||
// break-inside: avoid;
|
||||
|
||||
float: left;
|
||||
clear: both;
|
||||
|
|
@ -28,25 +30,11 @@
|
|||
.pagedjs_floatnote_marker,
|
||||
.pagedjs_floatnote_call{
|
||||
color: var(--green);
|
||||
|
||||
// font-weight: bold;
|
||||
padding-left: 0.25ch;
|
||||
line-height: 0;
|
||||
font-size: 9px;
|
||||
font-family: var(--mono);
|
||||
position: relative;
|
||||
top: -1px;
|
||||
margin-left: 2px;
|
||||
|
||||
|
||||
border: 0.5px solid currentColor;
|
||||
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
// font-family: var(--font);
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -57,5 +45,3 @@
|
|||
// display: block;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -2,12 +2,11 @@
|
|||
|
||||
|
||||
p{
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 8 3;
|
||||
// text-align: justify;
|
||||
// hyphens: auto;
|
||||
position: relative;
|
||||
// color: var(--blue);
|
||||
|
||||
color: var(--blue);
|
||||
font-weight: 200;
|
||||
letter-spacing: 0.01rem;
|
||||
|
||||
|
||||
|
|
@ -34,17 +33,14 @@ h3{
|
|||
margin-top: calc(var(--baseline)*1.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-weight: 200;
|
||||
// text-decoration: underline;
|
||||
font-family: var(--mono);
|
||||
// font-family: var(--mono);
|
||||
text-transform: uppercase;
|
||||
color: var(--blue);
|
||||
max-width: 18ch;
|
||||
// margin-inline: auto;
|
||||
letter-spacing: 0.05rem;
|
||||
color: black;
|
||||
text-decoration: underline 1px;
|
||||
text-underline-offset: 2px;
|
||||
|
||||
|
||||
// &::before{
|
||||
|
|
@ -66,7 +62,6 @@ blockquote p{
|
|||
}
|
||||
|
||||
blockquote{
|
||||
font-family: var(--mono);
|
||||
// position: relative;
|
||||
// left: 14mm;
|
||||
// p{
|
||||
|
|
@ -79,8 +74,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,18 @@
|
|||
@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: "ITC Cheltenham", serif;
|
||||
--mono: "Selectric Mono", monospace;
|
||||
--note: "Routed Gothic", 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;
|
||||
}
|
||||
|
||||
|
|
@ -32,6 +31,8 @@ a {
|
|||
}
|
||||
|
||||
body {
|
||||
--font-size: 14px;
|
||||
--baseline: 20px;
|
||||
font-family: var(--font);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--baseline);
|
||||
|
|
@ -40,49 +41,46 @@ body {
|
|||
@media print {
|
||||
@page {
|
||||
size: 165mm 240mm;
|
||||
margin-top: 16mm;
|
||||
margin-top: 10mm;
|
||||
margin-bottom: 20mm;
|
||||
bleed: 6mm;
|
||||
marks: crop;
|
||||
}
|
||||
@page :left {
|
||||
margin-left: 18mm;
|
||||
margin-right: 26mm;
|
||||
@bottom-center {
|
||||
margin-left: 25mm;
|
||||
margin-right: 25mm;
|
||||
@bottom-left-corner {
|
||||
content: counter(page);
|
||||
font-family: var(--sans);
|
||||
font-size: 20px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
width: 10mm;
|
||||
font-family: var(--mono);
|
||||
font-size: 10px;
|
||||
text-align: left;
|
||||
padding-left: 10mm;
|
||||
}
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: string(author);
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
@top-center {
|
||||
@bottom-center {
|
||||
content: string(type);
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
@page :right {
|
||||
margin-left: 26mm;
|
||||
margin-right: 18mm;
|
||||
@bottom-center {
|
||||
margin-left: 25mm;
|
||||
margin-right: 25mm;
|
||||
@bottom-right-corner {
|
||||
content: counter(page);
|
||||
font-family: var(--sans);
|
||||
font-size: 20px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
width: 10mm;
|
||||
font-family: var(--mono);
|
||||
font-size: 10px;
|
||||
text-align: right;
|
||||
padding-right: 10mm;
|
||||
}
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: string(title);
|
||||
font-family: var(--mono);
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
/*p{
|
||||
|
|
@ -91,12 +89,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 +100,7 @@ body {
|
|||
}
|
||||
|
||||
[data-type=vollkorn] {
|
||||
font-family: "Vollkorn", serif;
|
||||
font-family: "Literata", serif;
|
||||
}
|
||||
|
||||
[data-type=timezone] {
|
||||
|
|
@ -224,10 +216,6 @@ body {
|
|||
font-weight: 200;
|
||||
}
|
||||
|
||||
[data-type=baskemo-sans] {
|
||||
font-family: "Baskemo Sans", serif;
|
||||
}
|
||||
|
||||
#type-specimen {
|
||||
background-color: #cfcfcf;
|
||||
}
|
||||
|
|
@ -250,7 +238,8 @@ body {
|
|||
}
|
||||
#type-specimen p:first-of-type {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
#type-specimen p {
|
||||
|
|
@ -324,10 +313,9 @@ body {
|
|||
}
|
||||
|
||||
.chapter p {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 8 3;
|
||||
position: relative;
|
||||
color: var(--blue);
|
||||
font-weight: 200;
|
||||
letter-spacing: 0.01rem;
|
||||
}
|
||||
.chapter p + p {
|
||||
|
|
@ -337,22 +325,16 @@ body {
|
|||
margin-top: calc(var(--baseline) * 1.5);
|
||||
margin-bottom: calc(var(--baseline) * 0.5);
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-family: var(--mono);
|
||||
font-weight: 200;
|
||||
text-transform: uppercase;
|
||||
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,53 +344,42 @@ 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 {
|
||||
display: none !important;
|
||||
color: var(--green);
|
||||
float: left;
|
||||
clear: both;
|
||||
width: 46mm;
|
||||
text-align: left;
|
||||
-webkit-hyphens: none;
|
||||
hyphens: none;
|
||||
margin-right: 1ch;
|
||||
margin-right: -20mm;
|
||||
position: relative;
|
||||
left: -25mm;
|
||||
text-align: right;
|
||||
font-family: var(--note);
|
||||
font-size: 9.5px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.inline-note .body_note {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.note-container {
|
||||
grid-column: center;
|
||||
grid-row: footer;
|
||||
width: 100%;
|
||||
height: calc(100% - 12mm);
|
||||
-moz-columns: 2;
|
||||
columns: 2;
|
||||
-moz-column-fill: auto;
|
||||
column-fill: auto;
|
||||
padding-top: 20px;
|
||||
.pagedjs_floatnote_marker,
|
||||
.pagedjs_floatnote_call {
|
||||
color: var(--green);
|
||||
padding-left: 0.25ch;
|
||||
line-height: 0;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.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) "} ";
|
||||
.pagedjs_floatnote_marker {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.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,72 +395,55 @@ body {
|
|||
}
|
||||
|
||||
.chapter-header h2 {
|
||||
font-size: 46px;
|
||||
line-height: 1.1;
|
||||
font-family: var(--font);
|
||||
font-family: var(--mono);
|
||||
font-size: 38px;
|
||||
line-height: 1;
|
||||
font-family: var(--note);
|
||||
color: var(--blue);
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
color: var(--color);
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.chapter-header .type {
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.chapter-header .type,
|
||||
.chapter-header .bio {
|
||||
font-family: var(--mono);
|
||||
-webkit-hyphens: none;
|
||||
hyphens: none;
|
||||
font-size: 9px;
|
||||
line-height: 1.2;
|
||||
left: 0px !important;
|
||||
}
|
||||
|
||||
.chapter-header .bio {
|
||||
margin-top: calc(var(--baseline) * 3);
|
||||
font-family: var(--sans);
|
||||
hyphens: none;
|
||||
line-height: 1.3;
|
||||
font-size: 12px;
|
||||
}
|
||||
.chapter-header .bio .name {
|
||||
text-indent: 0;
|
||||
margin-top: calc(var(--baseline) * 1);
|
||||
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;
|
||||
font-size: 38px;
|
||||
line-height: 1;
|
||||
font-family: var(--mono);
|
||||
font-family: var(--note);
|
||||
font-weight: normal;
|
||||
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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
left: -12mm;
|
||||
left: -26mm;
|
||||
}
|
||||
|
||||
.pagedjs_right_page .item-decor {
|
||||
right: -12mm;
|
||||
right: -26mm;
|
||||
}/*# sourceMappingURL=style.css.map */
|
||||
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.
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