fixed some bugs
This commit is contained in:
@@ -86,6 +86,7 @@ $row-gutter-height: $row-height + $row-gutter;
|
|||||||
};
|
};
|
||||||
|
|
||||||
@while $offset<=$max-size {
|
@while $offset<=$max-size {
|
||||||
|
$i: $i+1;
|
||||||
@if $odd{
|
@if $odd{
|
||||||
$offset:$offset+$col-width;
|
$offset:$offset+$col-width;
|
||||||
$odd:false;
|
$odd:false;
|
||||||
@@ -96,7 +97,6 @@ $row-gutter-height: $row-height + $row-gutter;
|
|||||||
.#{$class-name}#{$i} {
|
.#{$class-name}#{$i} {
|
||||||
#{$prop}: $offset;
|
#{$prop}: $offset;
|
||||||
};
|
};
|
||||||
$i: $i+1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
.body:before,
|
.body:before,
|
||||||
.body:after {
|
.body:after {
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "Belgika8th", sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 6pt;
|
font-size: 6pt;
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
letter-spacing: 0.25pt;
|
letter-spacing: 0.25pt;
|
||||||
@@ -47,10 +47,9 @@
|
|||||||
.body:after { bottom: $line-height * -3; }
|
.body:after { bottom: $line-height * -3; }
|
||||||
|
|
||||||
/*gauche*/
|
/*gauche*/
|
||||||
/*.body:before { content: "Type d'article — Titre de l'article"; } */
|
.paper:nth-child(odd) .body:before { content: "Pied de page"; }
|
||||||
/*droite*/
|
/*droite*/
|
||||||
/*.body:before { content: "Médor n°1 — printemps 2015"; }*/
|
.paper:nth-child(even) .body:before { content: "Pied de page"; }
|
||||||
.paper:nth-child(even) .body:before { content: "Médor — hiver 2016-2017"; }
|
|
||||||
|
|
||||||
.body:after { content: counter(folio); z-index: 499;}
|
.body:after { content: counter(folio); z-index: 499;}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
nb_page = 100;
|
nb_page = 50;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div id="master-page" class="paper">
|
<div id="master-page" class="paper">
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="bloc x1 y1 w8 b0 flow-main" style="margin-bottom:0pt;"></div>
|
<div class="bloc x1 y1 w8 h12 flow-main" style="margin-bottom:0pt;"></div>
|
||||||
<!-- <div class="bloc x0 w1 flow-fn" style="bottom: 115pt;"></div> -->
|
<!-- <div class="bloc x0 w1 flow-fn" style="bottom: 115pt;"></div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user