ajout de la version imprimable + réorga css
This commit is contained in:
parent
8319eee9c4
commit
56693116d1
@ -67,4 +67,5 @@ JV
|
||||
|
||||
cv2021@aouvrard.fr
|
||||
37700 Saint-Pierre des Corps
|
||||
[Sources de ce site](https://git.emao.fr/antoine/cv-aou) sur mon git auto-hébergé
|
||||
[Sources de ce site](https://git.emao.fr/antoine/cv-aou) sur mon git auto-hébergé
|
||||
[Version Imprimable](javascript:window.print())
|
||||
|
@ -84,6 +84,7 @@
|
||||
<hr />
|
||||
<p>cv2021@aouvrard.fr<br />
|
||||
37700 Saint-Pierre des Corps<br />
|
||||
<a href="https://git.emao.fr/antoine/cv-aou">Sources de ce site</a> sur mon git auto-hébergé</p>
|
||||
<a href="https://git.emao.fr/antoine/cv-aou">Sources de ce site</a> sur mon git auto-hébergé<br />
|
||||
<a href="javascript:window.print()">Version Imprimable</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -19,14 +19,10 @@ h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h3 {
|
||||
/* This is called "sectioncolor" in the ConTeXt stylesheet. */
|
||||
color: #00bf18;
|
||||
}
|
||||
|
||||
/* There is a bar just before each category */
|
||||
h3:before {
|
||||
content: "";
|
||||
@ -34,10 +30,15 @@ h3:before {
|
||||
margin-right:1%;
|
||||
width: 16%;
|
||||
height: 10px;
|
||||
/* This is called "rulecolor" in the ConTeXt stylesheet. */
|
||||
background-color: #00bf18;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
margin-top:0;
|
||||
margin-bottom:7px;
|
||||
}
|
||||
|
||||
/* Definitions */
|
||||
dt {
|
||||
float: left;
|
||||
@ -49,10 +50,6 @@ dd {
|
||||
margin-left: 17%;
|
||||
margin-bottom:7px;
|
||||
}
|
||||
p {
|
||||
margin-top:0;
|
||||
margin-bottom:7px;
|
||||
}
|
||||
|
||||
/* Blockquotes */
|
||||
blockquote {
|
||||
@ -78,4 +75,12 @@ hr {
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Print settings */
|
||||
@media print {
|
||||
body * {
|
||||
background: #c3c3c3;
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user