ajout de la version imprimable + réorga css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user