-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
221 lines (211 loc) · 2.6 KB
/
print.css
File metadata and controls
221 lines (211 loc) · 2.6 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Adapté à PluXml par Fab'Lab
http://www.le-fab-lab.com
Même licence d'utilisation.
*/
/*Déclarations Générales */
body
{
margin: 0;
padding: 0;
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
h1, h2, h3
{
margin: 0;
padding: 0;
font-family: 'Arvo', serif;
font-weight: normal;
color: #000000;
}
h1
{
font-size:14pt;
}
h2
{
font-size:12pt;
}
h3
{
font-size:11pt;
}
p, ul, ol
{
margin-top:0;
line-height:110%;
}
ul, ol { }
a
{
border:none;
background:none;
text-decoration:none;
color:#000000;
}
img, form, iframe
{
display:none;
}
/* balises html5 */
nav { }
header { }
section { }
footer { }
article { }
/* conteneur global */
#wrapper
{
margin: 0 auto;
padding: 0;
}
/* Menu de navigation : inutile pour l'impression */
#menu-wrapper
{
display:none;
}
/* Header + Logo */
#header-wrapper
{
height:100pt;
background-color:#FFFFFF;
}
#header
{
width:100%;
height:80pt;
margin:0 auto;
}
#logo
{
width:100%;
height:80pt;
margin:0 auto;
padding:20pt 0 0 0;
}
#logo h1, #logo p
{
display:block;
margin:0;
padding:0;
text-align:center;
text-transform:uppercase;
}
#logo h1
{
letter-spacing:-1pt;
font-size:30pt;
font-weight:bold;
}
#logo p
{
font-family:'Arvo', serif;
font-size:15pt;
}
/* Page */
#page
{
width:100%;
margin:0 auto;
padding:0;
background-color:#FFFFFF;
}
#page-bgtop { }
#page-bgbtm { }
/* Content */
#content
{
width:100%;
padding:0;
}
.chapo
{
margin:0 0 0.5em 0;
font-style:italic;
font-weight:bolder;
font-size:11pt;
}
.post
{
clear:both;
padding-bottom:10pt;
text-align:justify;
}
.post .title
{
padding-top:10pt;
letter-spacing:0.5pt;
}
.post .meta
{
padding-bottom:5pt;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-style:italic;
}
.post .entry
{
text-align:justify;
margin-bottom:5pt;
padding:5pt 0 0 0;
}
.classement
{
display:none;
}
.more
{
display:none;
}
.share-buttons
{
display:none;
}
#form
{
display:none;
}
.vignette
{
display:none;
}
/* Sidebar */
#sidebar
{
display:none;
}
/* Footer */
#footer
{
width:100%;
margin:0 auto 5pt auto;
border-top:2pt solid #7F7F7F;
font-family:Arial, Helvetica, sans-serif;
}
#footer p
{
margin:0;
padding-top:5pt;
line-height:normal;
text-align:center;
}
#menu-footer
{
display:none;
}
/* divers */
.rss
{
display:none;
}
#pagination
{
display:none;
}