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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue