corrections
This commit is contained in:
parent
b8cba4a52f
commit
cd599ef822
8 changed files with 44 additions and 14 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-font-smoothing: antialiased;
|
-moz-font-smoothing: antialiased;
|
||||||
-o-font-smoothing: antialiased;
|
-o-font-smoothing: antialiased;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,18 @@
|
||||||
@import "modules/base.css";
|
/* NE PAS TOUCHER CE CODE ------------------------------------- */
|
||||||
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-font-smoothing: antialiased;
|
||||||
|
-o-font-smoothing: antialiased;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
#btn-print{
|
#btn-print{
|
||||||
|
|
||||||
|
|
@ -7,17 +21,19 @@
|
||||||
background: Lavender;
|
background: Lavender;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0.75ch 1ch;
|
padding: 0.75ch 1ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* VOTRE CODE ----------------------------------------------- */
|
||||||
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
||||||
figure, img{
|
figure, img{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<section class="couverture">
|
<section class="couverture">
|
||||||
|
|
||||||
<h1 class="title">Nos vertiges</h1>
|
<h1 class="title">Nos vertiges</h1>
|
||||||
<h2 class="sutitle">Échelles, formats, mesures et démesure</h2>
|
<h2 class="subtitle">Échelles, formats, mesures et démesure</h2>
|
||||||
<p class="date">22–27 août 2026</p>
|
<p class="date">22–27 août 2026</p>
|
||||||
<p class="rencontres">74<sup>o</sup> rencontres internationales de Lure</p>
|
<p class="rencontres">74<sup>o</sup> rencontres internationales de Lure</p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
"moveElems",
|
"moveElems",
|
||||||
"marginBox",
|
"marginBox",
|
||||||
"imposition",
|
"imposition",
|
||||||
"inlineNotes",
|
|
||||||
"footnotesFix",
|
|
||||||
"spread",
|
"spread",
|
||||||
"previewPage",
|
"previewPage",
|
||||||
"reloadInPlace",
|
"reloadInPlace",
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
<section class="couverture">
|
<section class="couverture">
|
||||||
|
|
||||||
<h1 class="title">Nos vertiges</h1>
|
<h1 class="title">Nos vertiges</h1>
|
||||||
<h2 class="sutitle">Échelles, formats, mesures et démesure</h2>
|
<h2 class="subtitle">Échelles, formats, mesures et démesure</h2>
|
||||||
<p class="date">22–27 août 2026</p>
|
<p class="date">22–27 août 2026</p>
|
||||||
<p class="rencontres">74<sup>o</sup> rencontres internationales de Lure</p>
|
<p class="rencontres">74<sup>o</sup> rencontres internationales de Lure</p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-font-smoothing: antialiased;
|
-moz-font-smoothing: antialiased;
|
||||||
-o-font-smoothing: antialiased;
|
-o-font-smoothing: antialiased;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,18 @@
|
||||||
@import "modules/base.css";
|
/* NE PAS TOUCHER CE CODE ------------------------------------- */
|
||||||
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-font-smoothing: antialiased;
|
||||||
|
-o-font-smoothing: antialiased;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
#btn-print{
|
#btn-print{
|
||||||
|
|
||||||
|
|
@ -7,17 +21,19 @@
|
||||||
background: Lavender;
|
background: Lavender;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0.75ch 1ch;
|
padding: 0.75ch 1ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* VOTRE CODE ----------------------------------------------- */
|
||||||
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
||||||
figure, img{
|
figure, img{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
"moveElems",
|
"moveElems",
|
||||||
"marginBox",
|
"marginBox",
|
||||||
"imposition",
|
"imposition",
|
||||||
"inlineNotes",
|
|
||||||
"footnotesFix",
|
|
||||||
"spread",
|
"spread",
|
||||||
"previewPage",
|
"previewPage",
|
||||||
"reloadInPlace",
|
"reloadInPlace",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue