|
|
@ -1,12 +1,6 @@
|
|
|
|
::root{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:root{
|
|
|
|
:root{
|
|
|
|
/* --spot-color-1: #53018e; */
|
|
|
|
/* --spot-color-1: #53018e; */
|
|
|
|
--spot-color-1: #000;
|
|
|
|
--spot-color-1: #60f;
|
|
|
|
--baseline: 5mm;
|
|
|
|
|
|
|
|
--margin-left: 10mm;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
@font-face {
|
|
|
@ -53,39 +47,36 @@
|
|
|
|
font-style: oblique;
|
|
|
|
font-style: oblique;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
body{
|
|
|
|
font-family: worksans;
|
|
|
|
font-family: worksans;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
background-color: #000;
|
|
|
|
background-color: #000;
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
max-width: 30rem;
|
|
|
|
max-width: 40rem;
|
|
|
|
margin: 2rem auto;
|
|
|
|
margin: 2rem auto;
|
|
|
|
line-height: 1.3;
|
|
|
|
line-height: 1.3;
|
|
|
|
letter-spacing: 0.1px;
|
|
|
|
letter-spacing: 0.1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
img{
|
|
|
|
img{
|
|
|
|
max-width: 80vw;
|
|
|
|
width: 100%;
|
|
|
|
margin: 10vw 0;
|
|
|
|
margin: 1rem 0;
|
|
|
|
z-index: -3;
|
|
|
|
z-index: -3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
::selection{
|
|
|
|
::selection{
|
|
|
|
background-color: rgb(106, 0, 255);
|
|
|
|
background-color: var(--spot-color-1);
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
background: #000;
|
|
|
|
background: #000;
|
|
|
|
background: rgba(0, 0, 0, 1);
|
|
|
|
background: rgba(0, 0, 0, 1);
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a{
|
|
|
|
a{
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
color: var(--spot-color-1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
blockquote{
|
|
|
|
blockquote{
|
|
|
@ -110,39 +101,25 @@ blockquote{
|
|
|
|
line-height: 1.1;
|
|
|
|
line-height: 1.1;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#contenteo{
|
|
|
|
|
|
|
|
font-family: 'worksans';
|
|
|
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
letter-spacing: -0.1px;
|
|
|
|
|
|
|
|
line-height: var(--baseline);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
figure{
|
|
|
|
figure{
|
|
|
|
margin: 5mm 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.full-image, .centered-image, .centered-text{
|
|
|
|
.full-image, .centered-image, .centered-text{
|
|
|
|
break-before: right;
|
|
|
|
height: 20rem;
|
|
|
|
height: 186mm;
|
|
|
|
width: 100%;
|
|
|
|
width: 133mm;
|
|
|
|
/* margin: -13mm 0 0 -30mm; */
|
|
|
|
margin: -13mm 0 0 -30mm;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.full-image figure{
|
|
|
|
.full-image figure{
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.full-image figcaption{
|
|
|
|
.full-image figcaption{
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
bottom: 15mm;
|
|
|
|
|
|
|
|
left: 30mm;
|
|
|
|
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
padding-right: 20mm;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.white-caption + figcaption{
|
|
|
|
.white-caption + figcaption{
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.full-image img{
|
|
|
|
.full-image img{
|
|
|
|
height: 186mm;
|
|
|
|
|
|
|
|
width: 133mm;
|
|
|
|
|
|
|
|
object-fit: cover;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -152,19 +129,16 @@ img{
|
|
|
|
|
|
|
|
|
|
|
|
h1,h2,h3,h4,h5,h6{
|
|
|
|
h1,h2,h3,h4,h5,h6{
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
padding-top: 0rem;
|
|
|
|
font-family: 'Consolation';
|
|
|
|
font-family: 'Consolation';
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-size: 3.5em;
|
|
|
|
line-height: 1;
|
|
|
|
line-height: 0.8;
|
|
|
|
/* color: var(--spot-color-1); */
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1{
|
|
|
|
h1{
|
|
|
|
font-size: 1.8rem;
|
|
|
|
font-size: 1.8rem;
|
|
|
|
break-after: page;
|
|
|
|
break-after: page;
|
|
|
|
/* background-color: var(--spot-color-1); */
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
/* height: 190mm;
|
|
|
|
|
|
|
|
width: 133mm; */
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -172,6 +146,9 @@ h1#colophon{
|
|
|
|
break-after: unset;
|
|
|
|
break-after: unset;
|
|
|
|
margin-bottom: 25mm;
|
|
|
|
margin-bottom: 25mm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h2{
|
|
|
|
|
|
|
|
color: var(--spot-color-1);
|
|
|
|
|
|
|
|
}
|
|
|
|
h6{
|
|
|
|
h6{
|
|
|
|
font-size: 3rem;
|
|
|
|
font-size: 3rem;
|
|
|
|
break-before: right;
|
|
|
|
break-before: right;
|
|
|
@ -183,6 +160,10 @@ h6{
|
|
|
|
padding: 86mm 10mm 0;
|
|
|
|
padding: 86mm 10mm 0;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li{
|
|
|
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
}
|
|
|
|
ol, ul{padding: 0;}
|
|
|
|
ol, ul{padding: 0;}
|
|
|
|
div#licence ol, div#licence ul{
|
|
|
|
div#licence ol, div#licence ul{
|
|
|
|
padding-left: 5mm;
|
|
|
|
padding-left: 5mm;
|
|
|
@ -196,7 +177,6 @@ section{
|
|
|
|
|
|
|
|
|
|
|
|
.section{
|
|
|
|
.section{
|
|
|
|
break-before: left;
|
|
|
|
break-before: left;
|
|
|
|
page: section;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media print{
|
|
|
|
@media print{
|
|
|
@ -254,4 +234,11 @@ section{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.yt-tarot-images{
|
|
|
|
.yt-tarot-images{
|
|
|
|
margin-top: 29.5mm;
|
|
|
|
margin-top: 29.5mm;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
|
|
|
|
body{
|
|
|
|
|
|
|
|
max-width: calc(100% - 2rem);
|
|
|
|
|
|
|
|
margin: 2rem 1rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|