-
Notifications
You must be signed in to change notification settings - Fork 1
/
print.css
120 lines (97 loc) · 1.92 KB
/
print.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
font-family: Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook", "Bookman
Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif;
font-size: 12pt;
color: #000;
background-color: #fff;
}
#navigation, #tri, #similaires {
display: none;
}
#header {
display: block;
text-align: center;
}
h1 {
font-size: 16pt;
font-weight: bold;
text-align: center;
font-family: Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook", "Bookman
Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif;
}
h2 {
font-size: 14pt;
}
h3,h4,h5,h6 {
font-size: 12pt;
}
ol {
list-style: upper-roman;
}
#article, #nouveau, #ancien {
border-bottom: 1px solid;
padding-bottom: 24pt;
line-height: 16pt;
}
#article p, #nouveau p, #ancien p, #externes p {
text-indent: 24pt;
}
.signature, #credits {
text-align: center;
}
.signature, #nouveau h2, #externes, .listeArticles, .liensExternes, h1#ressources, h1#apropos, h1#ailleurs, h1#contact {
border-bottom: 1px solid;
padding-bottom: 24pt;
}
#nouveau h2, #ancien h2, #externes h2 {
text-align: center;
font-size: 12pt;
}
#bio h2, #fiche h2 {
font-size: 14pt;
}
#home .auteur {
display: block;
font-size: 12pt;
page-break-before: avoid !important;
}
.listeArticles dt, .liensExternes dt {
font-weight: bold;
margin-top: 12pt;
}
.listeArticles dd, .liensExternes dd {
margin-left: 0;
}
pre {
border: 1px dotted;
padding: 12pt;
}
blockquote,q {
font-style: italic;
quotes: "\00AB\00A0" "\00A0\00BB" "\0022" "\0022";
}
abbr, acronym {
border: 0;
}
abbr[title]:after,acronym[title]:after{
content: " (" attr(title) ")";
font-style: italic;
}
a {
text-decoration : none !important;
font-style: italic;
color: #000;
background-color: #fff;
}
a:after,a[hreflang]:after {
content: " ["attr(href)"]";
}
pre, code, table {
page-break-inside : avoid !important;
}
h1,h2,h3,h4,h5,h6 {
page-break-after : avoid !important;
}
#credits {
page-break-before : avoid !important;
}