test impressions
This commit is contained in:
parent
f01a1ed6f8
commit
2b2d787054
56 changed files with 722 additions and 139 deletions
|
|
@ -16,8 +16,8 @@ a {
|
|||
// }
|
||||
|
||||
body {
|
||||
--font-size: 11px;
|
||||
--baseline: 18px;
|
||||
--font-size: 12px;
|
||||
--baseline: 17px;
|
||||
font-family: var(--font);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--baseline);
|
||||
|
|
|
|||
|
|
@ -1,9 +1,19 @@
|
|||
@mixin running(){
|
||||
font-family: var(--mono);
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media print{
|
||||
|
||||
@page {
|
||||
size: 165mm 240mm;
|
||||
margin-top: 10mm;
|
||||
margin-bottom: 20mm;
|
||||
bleed: 6mm;
|
||||
marks: crop;
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -12,34 +22,33 @@
|
|||
margin-right: 30mm;
|
||||
@bottom-left-corner{
|
||||
content: counter(page);
|
||||
font-family: var(--mono);
|
||||
font-size: 14px;
|
||||
@include running();
|
||||
|
||||
text-align: left;
|
||||
padding-left: 10mm;
|
||||
}
|
||||
@bottom-left {
|
||||
content: string(author);
|
||||
font-family: var(--mono);
|
||||
@include running();
|
||||
}
|
||||
@bottom-center {
|
||||
content: string(type);
|
||||
font-family: var(--mono);
|
||||
@include running();
|
||||
}
|
||||
}
|
||||
|
||||
@page:right{
|
||||
margin-left: 40mm;
|
||||
margin-right: 25mm;
|
||||
margin-left: 30mm;
|
||||
margin-right: 35mm;
|
||||
@bottom-right-corner{
|
||||
content: counter(page);
|
||||
font-family: var(--mono);
|
||||
font-size: 14px;
|
||||
@include running();
|
||||
text-align: right;
|
||||
padding-right: 10mm;
|
||||
}
|
||||
@bottom-left {
|
||||
content: string(title);
|
||||
font-family: var(--mono);
|
||||
@include running();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,6 +62,12 @@
|
|||
font-weight: 300!important;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.title-uppercase{
|
||||
font-weight: normal;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.01rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -110,8 +116,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
[data-type="h-noailles-times-duplex"]{
|
||||
|
||||
[data-type="routed-gothic"],
|
||||
[data-type="routed-gothic-narrow"],
|
||||
[data-type="routed-gothic-wide"]{
|
||||
.title-bold{
|
||||
font-weight: normal!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[data-type="cheltenham-light"]{
|
||||
.title, p{
|
||||
font-weight: 200!important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -103,4 +103,30 @@
|
|||
}
|
||||
[data-type="wagram-mono-slab"]{
|
||||
font-family: 'Wagram Mono Slab', monospace;
|
||||
}
|
||||
}
|
||||
|
||||
[data-type="routed-gothic-wide"]{
|
||||
font-family: 'Routed Gothic Wide', sans-serif;
|
||||
}
|
||||
|
||||
[data-type="routed-gothic"]{
|
||||
font-family: 'Routed Gothic', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
[data-type="routed-gothic-narrow"]{
|
||||
font-family: 'Routed Gothic Narrow', sans-serif;
|
||||
}
|
||||
|
||||
[data-type="cheltenham"]{
|
||||
font-family: 'ITC Cheltenham', serif;
|
||||
}
|
||||
|
||||
|
||||
[data-type="cheltenham-light"]{
|
||||
font-family: 'ITC Cheltenham', serif;
|
||||
font-weight: 200;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
// --font: 'HAL Timezone', serif;
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
// --mono: 'HAL Timezone Mono', monospace;
|
||||
--note: 'HNoailles Times Triplex', serif;
|
||||
--note: 'Routed Gothic', serif;
|
||||
|
||||
--red: #9B0000;
|
||||
--green:#009B00;
|
||||
|
|
@ -12,8 +12,7 @@
|
|||
--blue: #00009B;
|
||||
|
||||
--red: black;
|
||||
--green:#009B00;
|
||||
--green-light:#009b0025;
|
||||
--green:black;
|
||||
--blue: black;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue