ajout de la version imprimable + réorga css

This commit is contained in:
Antoine Ouvrard
2021-08-17 10:45:06 +02:00
parent 8319eee9c4
commit 56693116d1
3 changed files with 20 additions and 13 deletions

View File

@@ -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;
}
}