add Baskemo
This commit is contained in:
parent
a8ab44f5a6
commit
ffa89ed031
18 changed files with 337 additions and 165 deletions
|
|
@ -1,11 +1,21 @@
|
|||
@mixin running(){
|
||||
font-family: var(--mono);
|
||||
font-size: 10px;
|
||||
font-family: var(--font);
|
||||
font-size: 12px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
}
|
||||
|
||||
|
||||
@mixin numPage(){
|
||||
font-family: var(--font);
|
||||
font-size: 20px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 5mm;
|
||||
width: 10mm;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media print{
|
||||
|
|
@ -22,18 +32,19 @@
|
|||
@page:left{
|
||||
margin-left: 18mm;
|
||||
margin-right: 26mm;
|
||||
@bottom-left-corner{
|
||||
@bottom-left{
|
||||
content: counter(page);
|
||||
@include running();
|
||||
@include numPage();
|
||||
|
||||
text-align: left;
|
||||
padding-left: 10mm;
|
||||
}
|
||||
@bottom-left {
|
||||
content: string(author);
|
||||
@include running();
|
||||
|
||||
}
|
||||
@bottom-center {
|
||||
content: string(author);
|
||||
@include running();
|
||||
text-align: left;
|
||||
padding-left: 3ch;
|
||||
}
|
||||
@bottom-right {
|
||||
content: string(type);
|
||||
@include running();
|
||||
}
|
||||
|
|
@ -42,11 +53,11 @@
|
|||
@page:right{
|
||||
margin-left: 26mm;
|
||||
margin-right: 18mm;
|
||||
@bottom-right-corner{
|
||||
@bottom-right{
|
||||
content: counter(page);
|
||||
@include running();
|
||||
@include numPage();
|
||||
text-align: right;
|
||||
padding-right: 10mm;
|
||||
|
||||
}
|
||||
@bottom-left {
|
||||
content: string(title);
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
[data-type="vollkorn"]{
|
||||
font-family: "Literata", serif;
|
||||
font-family: "Vollkorn", serif;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -130,3 +130,9 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
[data-type="baskemo-sans"]{
|
||||
font-family: 'Baskemo Sans', serif;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,11 @@
|
|||
// --font: 'HAL Timezone', serif;
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
--mono: 'Ivory Mono', monospace;
|
||||
--mono: 'Baskemo Sans', monospace;
|
||||
|
||||
// --mono: 'HAL Timezone Mono', monospace;
|
||||
--note: 'Routed Gothic', serif;
|
||||
// --note: 'Wagram Slab', serif;
|
||||
--title: 'HNoailles Times Triplex', sans-serif;
|
||||
|
||||
--red: #9B0000;
|
||||
|
|
@ -13,9 +16,7 @@
|
|||
--green-light:#009b0025;
|
||||
--blue: #00009B;
|
||||
|
||||
--red: black;
|
||||
--green:black;
|
||||
--blue: black;
|
||||
|
||||
|
||||
--indent: 7mm;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue