Projet

Général

Profil

Paste
Télécharger (4,71 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / css / print.css @ eefc2ac0

1
/*
2
 * @file
3
 * Print Styles
4
 * This probably needs work, but it's a good starting point.
5
 */
6
/*
7
 * Body
8
 */
9
/* line 14, ../sass/print.scss */
10
body {
11
  width: 100% !important;
12
  margin: 0 !important;
13
  padding: 0 !important;
14
  line-height: 1.4;
15
  word-spacing: 1.1pt;
16
  letter-spacing: 0.2pt;
17
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
18
  color: black;
19
  background: none;
20
  font-size: 11pt;
21
}
22

    
23
/*
24
 * Links
25
 */
26
/* line 31, ../sass/print.scss */
27
a {
28
  background: transparent;
29
  font-weight: 700;
30
  text-decoration: underline;
31
  color: #0000ee;
32
}
33
/* line 38, ../sass/print.scss */
34
a[href^="http://"]:after, a[href^="http://"]:visited:after {
35
  content: "(" attr(href) ")";
36
  font-size: 10pt;
37
}
38

    
39
/*
40
 * Strip background from likely candidates
41
 */
42
/* line 49, ../sass/print.scss */
43
div[id*="wrapper"],
44
[class*="title"],
45
[class*="inner"],
46
header,
47
footer,
48
#branding,
49
#container,
50
#columns,
51
.columns-inner,
52
#content-column,
53
.content-inner,
54
.region,
55
.region-header,
56
.region-content,
57
.article,
58
.article-title,
59
.article-content,
60
.comment,
61
.comment-title,
62
.comment-content,
63
.block,
64
.block-inner,
65
.block-title,
66
.block-content,
67
table,
68
table * {
69
  background: none !important;
70
}
71

    
72
/*
73
 * Hide various bits of the page
74
 */
75
/* line 82, ../sass/print.scss */
76
.sidebar,
77
#breadcrumb,
78
.nav,
79
.field-type-taxonomy-term-reference,
80
ul.links,
81
.feed-icon,
82
.poll .bar,
83
.poll .foreground,
84
.comment-form,
85
#comment-form,
86
.book-navigation,
87
.tabs,
88
.action-links,
89
.pager,
90
.messages,
91
.help {
92
  display: none;
93
}
94

    
95
/*
96
 * Ensure the display the main content region
97
 */
98
/* line 105, ../sass/print.scss */
99
#content {
100
  display: block !important;
101
}
102

    
103
/*
104
 * Layout
105
 */
106
/* line 113, ../sass/print.scss */
107
#header {
108
  margin-bottom: 20px;
109
}
110

    
111
/* line 118, ../sass/print.scss */
112
.content-inner {
113
  margin: 0 !important;
114
  padding: 0 !important;
115
}
116

    
117
/*
118
 * HTML elements
119
 */
120
/* line 127, ../sass/print.scss */
121
h1,
122
h2,
123
h3,
124
h4,
125
h5,
126
h6 {
127
  color: #333333;
128
  margin: 0;
129
  padding: 0;
130
  line-height: 1;
131
}
132

    
133
/* line 140, ../sass/print.scss */
134
h1 {
135
  font-size: 14pt;
136
}
137

    
138
/* line 145, ../sass/print.scss */
139
h2 {
140
  font-size: 13pt;
141
}
142

    
143
/* line 150, ../sass/print.scss */
144
h3 {
145
  font-size: 12pt;
146
}
147

    
148
/* line 155, ../sass/print.scss */
149
h4,
150
h5,
151
h6 {
152
  font-size: 11pt;
153
}
154

    
155
/* line 161, ../sass/print.scss */
156
h1 a,
157
h2 a,
158
h3 a,
159
h4 a,
160
h5 a,
161
h6 a,
162
#site-name a,
163
#site-slogan {
164
  text-decoration: none !important;
165
  color: #333333;
166
}
167

    
168
/* line 175, ../sass/print.scss */
169
.h-group a:link, .h-group a:visited {
170
  text-decoration: none;
171
}
172

    
173
/* line 182, ../sass/print.scss */
174
#page-title {
175
  margin-top: 20px;
176
}
177

    
178
/* line 187, ../sass/print.scss */
179
pre,
180
code,
181
tt,
182
samp,
183
kbd,
184
var {
185
  font-size: 10pt;
186
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif;
187
}
188

    
189
/* line 198, ../sass/print.scss */
190
blockquote {
191
  margin: 20px;
192
  padding: 10px;
193
  font-size: 10pt;
194
  font-style: italic;
195
  background: #eeeeee;
196
}
197

    
198
/* line 207, ../sass/print.scss */
199
hr {
200
  background-color: #666666;
201
}
202

    
203
/*
204
 * Header, Logo, Site name
205
 */
206
/* line 215, ../sass/print.scss */
207
#header {
208
  padding-bottom: 20px;
209
}
210

    
211
/* line 220, ../sass/print.scss */
212
#logo img {
213
  padding: 0 10px 0 0;
214
  margin: 0 !important;
215
  float: none !important;
216
}
217

    
218
/*
219
 * Images
220
 */
221
/* line 230, ../sass/print.scss */
222
img {
223
  float: left;
224
  margin: 4px 20px 10px 0;
225
  page-break-inside: avoid;
226
}
227

    
228
/* line 237, ../sass/print.scss */
229
a img {
230
  border: none;
231
}
232

    
233
/*
234
 * Tables
235
 */
236
/* line 245, ../sass/print.scss */
237
table {
238
  margin: 1px;
239
  text-align: left;
240
}
241

    
242
/* line 251, ../sass/print.scss */
243
th {
244
  border-bottom: 1px solid #333333;
245
  font-weight: 700;
246
}
247

    
248
/* line 257, ../sass/print.scss */
249
td {
250
  border-bottom: 1px solid #333333;
251
}
252

    
253
/* line 262, ../sass/print.scss */
254
th,
255
td {
256
  padding: 4px 10px 4px 0;
257
}
258

    
259
/* line 268, ../sass/print.scss */
260
tfoot {
261
  font-style: italic;
262
}
263

    
264
/* line 273, ../sass/print.scss */
265
caption {
266
  margin-bottom: 10px;
267
  text-align: left;
268
}
269

    
270
/* line 279, ../sass/print.scss */
271
thead {
272
  display: table-header-group;
273
}
274

    
275
/* line 284, ../sass/print.scss */
276
tr {
277
  page-break-inside: avoid;
278
}
279

    
280
/*
281
 * Forms
282
 */
283
/* line 292, ../sass/print.scss */
284
form {
285
  margin-bottom: 10px;
286
}
287

    
288
/*
289
 * Poll module
290
 */
291
/* line 300, ../sass/print.scss */
292
.poll .text,
293
.poll .percent,
294
.poll .total {
295
  text-align: left;
296
}
297
/* line 305, ../sass/print.scss */
298
.poll form {
299
  margin-bottom: 0;
300
}
301

    
302
/*
303
 * Articles
304
 */
305
/* line 314, ../sass/print.scss */
306
.node,
307
.comment {
308
  margin-bottom: 20px;
309
  overflow: hidden;
310
  page-break-inside: avoid;
311
}
312

    
313
/* line 321, ../sass/print.scss */
314
.submitted {
315
  color: #666666;
316
  text-decoration: none;
317
  font-size: 9pt;
318
  font-weight: 400;
319
  margin: 0;
320
  padding: 0;
321
}
322
/* line 329, ../sass/print.scss */
323
.submitted a {
324
  color: #666666;
325
  text-decoration: none;
326
  font-size: 9pt;
327
  font-weight: 400;
328
  margin: 0;
329
  padding: 0;
330
}
331

    
332
/*# sourceMappingURL=print.css.map */