Ajout readme, Correction CSS

This commit is contained in:
2019-07-16 16:52:02 +02:00
parent 1ecd29bfbd
commit 9d788ce2de
7 changed files with 160 additions and 137 deletions
+41 -39
View File
@@ -1,50 +1,52 @@
@import 'parametres';
body {
font-size: $font-de-base;
counter-reset: footnote;
}
@media print {
@page {
size: $largeur $hauteur;
margin: $marge;
}
@page :left {
@bottom-left {
content: counter(page);
font-size: 12pt;
font-family: 'Duke POPSU';
transform: translateX(-1cm);
}
}
@page :right {
@bottom-right {
content: counter(page);
font-size: 12pt;
font-family: 'Duke POPSU';
transform: translateX(1cm);
}
}
size: $largeur $hauteur;
margin: $marge;
}
@page :left {
@bottom-left {
content: counter(page);
font-size: 12pt;
font-family: 'Duke POPSU';
transform: translateX(-1cm);
}
}
@page :right {
@bottom-right {
content: counter(page);
font-size: 12pt;
font-family: 'Duke POPSU';
transform: translateX(1cm);
}
}
@page imagecover {
size: $largeur $hauteur;
margin: 0cm;
margin: 0cm;
@bottom-left {
content: unset;
}
content: unset;
}
@bottom-right {
content: unset;
}
content: unset;
}
}
}
@page nofolio :left {
@bottom-left {
content: unset;
}
}
@page nofolio :left {
@bottom-left {
content: unset;
}
}
@page nofolio :right {
@bottom-right {
content: unset;
}
}
}
.pagedjs_sheet{
overflow: visible;
@page nofolio :right {
@bottom-right {
content: unset;
}
}
}