projet: améliore le projet
TODO! Explique un peu. Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
2687b0e0bc
commit
23a76531d9
|
@ -2,3 +2,4 @@ example.html
|
||||||
example.pdf
|
example.pdf
|
||||||
test.*
|
test.*
|
||||||
release/
|
release/
|
||||||
|
watched-files.txt
|
||||||
|
|
|
@ -31,10 +31,11 @@ Au terme de cet atelier, vous serez en mesure de :
|
||||||
|
|
||||||
|
|
||||||
:::{#licence}
|
:::{#licence}
|
||||||
![Logo de la licence CC BY-SA 4.0](../static/by-sa.svg) \
|
![Logo de la licence CC BY-SA 4.0][logo] \
|
||||||
[CC BY-SA 4.0][cc-by-sa] --- [Sources][sources]
|
[CC BY-SA 4.0][cc-by-sa] --- [Sources][sources]
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
[logo]: ../static/by-sa.svg
|
||||||
[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/deed.fr "Texte de la licence en français"
|
[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/deed.fr "Texte de la licence en français"
|
||||||
[sources]: https://git.milhit.ch/igor/bunige-pagedjs-template
|
[sources]: https://git.milhit.ch/igor/bunige-pagedjs-template
|
||||||
|
|
||||||
|
|
|
@ -553,7 +553,7 @@
|
||||||
<text macro="url"/>
|
<text macro="url"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
<text variable="note"/>
|
<!-- <text variable="note"/> -->
|
||||||
<group display="right-inline">
|
<group display="right-inline">
|
||||||
<text macro="archive"/>
|
<text macro="archive"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
* bibliothèque de l'UNIGE. */
|
* bibliothèque de l'UNIGE. */
|
||||||
@top-right {
|
@top-right {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: url("./static/bibliotheque-logo.svg");
|
background-image: url("static/bibliotheque-logo.svg");
|
||||||
background-position: right;
|
background-position: right;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 25%;
|
background-size: 25%;
|
||||||
|
@ -173,6 +173,12 @@
|
||||||
}
|
}
|
||||||
.footnote-ref {
|
.footnote-ref {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
padding-left: 2px;
|
||||||
|
}
|
||||||
|
.footnote-back {
|
||||||
|
font-size: small;
|
||||||
|
text-decoration: none;
|
||||||
|
padding-left: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
|
Loading…
Reference in New Issue