-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
364 lines (348 loc) · 20.5 KB
/
style.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
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
@import url(css/normalize.min.css); /* Reset */
@import url(css/font-awesome.min.css); /* feuille de style pour l'utilisation de la police awesone*/
@import url(css/tipTip.css); /* feuille de style pour les infos bulles "title"*/
@import url(css/editor.css); /* feuille de style pour l'éditeur */
/* GENERAL */
html, body {}
body{margin:0; font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;line-height:1.8;border-top: 10px solid #555; width: 100%;}
body, button, input, select, textarea{font-family:droid sans, sans-serif; color:#555}
a {color:#1695a3; font-weight:bold; text-decoration:none; cursor: pointer; transition:color 0.2s linear; -moz-transition:color 0.2s linear; -webkit-transition:color 0.2s linear; -o-transition:color 0.2s linear;}
a:hover {color:#111;}
a:visited{}
a:hover, a:active{outline:0;}
:focus, :hover, :active{outline:none; outline:0;}
p {margin:0 0 1em; text-align: justify;}
abbr[title]{border-bottom:1px dotted;}
address { color: #999; margin: 2em 0; }
dfn {font-style:italic;}
hr {display:block; height:1px; border:0; border-top:1px solid #ddd; margin:1em 0; padding:0;}
pre, code, kbd, samp {font-family:monospace,monospace; _font-family:'courier new',monospace; font-size:1em;}
code {
display:block;
width:95% !important;
max-height: 300px !important;
margin: 0 10px;
line-height:1.5em;
padding-left:20px;
overflow: scroll;
border: #ddd 1px solid;
}
q {quotes:none;}
q:before, q:after {content:""; content:none;}
blockquote{margin: 1em; padding: 0 10px; border-left:3px solid #e1e1e1; font-style:italic; color:#999; overflow: hidden; font-size: 0.9em;}
blockquote p {line-height: 2em;margin-bottom: 0; text-align: right;}
blockquote small, blockquote a {display: block;font-size: 0.8em;color: #bfbfbf; font-weight: bold; }
blockquote small:before{content: '\2014 \00A0';}
b, strong{font-weight:bold;}
em, i {font-style: italic;}
small {font-size:85%;}
sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
dd {margin:0 0 0 40px} dt{font-weight: bold;}
ul, ol{ list-style:none; list-style-image:none; margin:0; padding:0; overflow:hidden;}
img { border:0; vertical-align:middle; -ms-interpolation-mode:bicubic;}
svg:not(:root) {overflow:hidden;}
label {cursor:pointer;}
legend {border:0; *margin-left:-7px; padding:0;}
button, input, select, textarea {font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;}
button, input {line-height:normal; *overflow:visible;}
table button, table input {*overflow:auto;}
button, input [type="button"], input[type="reset"], input[type="submit"]{cursor:pointer; -webkit-appearance:button;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box;}
input[type="search"] {-webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
textarea {overflow:auto; vertical-align:top; resize:vertical;}
/* Forms */
form {margin-bottom: 1em;}
form li { margin-bottom: 30px;}
form label { display: block; margin-bottom: 5px;}
form input, form select, form textarea { border: 1px solid #e1e1e1; font-size: 1em; height: 25px; padding: 5px; outline: none; width: auto; color: #666; }
form textarea { padding: 10px; min-height: 150px; height: auto; line-height: 1.7; }
::-webkit-input-placeholder, ::-moz-placeholder { }
form input[type="radio"], form input[type="checkbox"] { display: inline; width: auto; height: auto; margin-right: 1em; }
form input[type="checkbox"] + label, form input[type="radio"] + label { display: inline }
/* Buttons */
.button, input[type="submit"], button { color: #666; font-size: 1em; font-weight: bold; padding: 6px 15px 5px; text-shadow: 0 1px 0 #fff; border: solid 1px #dcdcdc; background: #f3f3f3; background: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#efefef)); background: -webkit-linear-gradient(top, #f6f6f6 0%,#efefef 100%); background: -o-linear-gradient(top, #f6f6f6 0%,#efefef 100%); background: -ms-linear-gradient(top, #f6f6f6 0%,#efefef 100%); background: linear-gradient(top, #f6f6f6 0%,#efefef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef',GradientType=0 ); -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -webkit-transition: 0.1s linear all; -moz-transition: 0.1s linear all; -ms-transition: 0.1s linear all; -o-transition: 0.1s linear all; transition: 0.1s linear all; }
.button:hover, input[type="submit"]:hover, button:hover { color: #333; border-color: #BBB; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); background-position: 0 -15px; }
.button:focus, input[type="submit"]:focus, button:focus { color: #333; border-color: #BBB; }
.button:active, input[type="submit"]:active, button:active { color: #000; background: #F5F5F5; border-color: #444; position: relative; top: 1px; }
/* Title */
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.3em; font-weight: bold; color: #333;text-shadow: 1px 1px 2px #aaa;}
h1 { font-size: 3.2em; font-family: Helvetica,Arial,sans-serif; font-weight: normal; margin: 0; line-height: 65px; letter-spacing: -0.025em; }
h2 { font-size: 2.5em; color: #555; font-weight: normal; margin: 0; line-height: 40px; letter-spacing: -0.025em; }
h3 { color: #111; font-size: 1.667em; font-weight: normal; margin: 0 0 10px; letter-spacing: .1em; }
h4 { color: #111; font-size: 1.167em; margin: 0; font-weight: normal; }
h5 { font-size: 1.417em; margin-bottom: 1em; font-weight: normal; border-bottom: 1px solid #ddd; }
h6 { font-size: 1.167em;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #1695a3; text-decoration: none; }
/* LAYOUT */
#main { padding: 0 .5em;}
#wrapper {}
/* HEADER */
@-webkit-keyframes rotater {
0% { -webkit-transform:rotate(0) scale(1) }
50% { -webkit-transform:rotate(360deg) scale(1.1) }
100% { -webkit-transform:rotate(720deg) scale(1) }
}
#top {margin-top: 20px;margin-bottom: 10px;padding: 15px 0 15px 0;border-bottom : #e0e0e0 solid 1px;}
#top_text h1 a {letter-spacing: -1px;text-decoration: none;text-shadow: 1px 1px 2px #aaa;}
#top_text h1 a:hover {
padding-left: .3em;
-webkit-animation-name:rotater;
-webkit-animation-duration:500ms;
-webkit-animation-iteration-count:1;
-webkit-animation-timing-function: ease-out;
-moz-transform:rotate(360deg) scale(1.1);
-moz-transition-duration:500ms;
-moz-transition-timing-function: ease-out;
-o-transform:rotate(360deg) scale(1.1);
-o-transition-duration:500ms;
-o-transition-timing-function: ease-out;
-ms-transform:rotate(360deg) scale(1.1);
-ms-transform-duration:500ms;
-ms-transform-timing-function: ease-out;
}
#top_text h2 {margin-top: -1em;font-size:1.6em; font-style: italic; text-align: right;text-shadow: 1px 1px 2px #aaa; padding-right:10px;}
#top-link{ display:none; position: fixed; bottom: 5px; right: 5px; opacity: 1; cursor: pointer;}
a#top-link {background: url(images/up.png) no-repeat 0 0; height:48px; width:48px;}
.navbar {display: none;}
/* SIDEBAR */
#sidebar {}
#sidebar h3 { font-size:1.3em;}
#sidebar hr {}
#recherche h3 {}
#navigate h3 {}
#last_comments h3 {}
#tags h3 {}
#liens h3 {}
#rss h3 {}
#rss ul li a {}
#random h3 {}
/* CONTENT */
#contenu {border-right : #e0e0e0 solid 1px;}
/* Last Comments */
.encart_lastcom {list-style-type: none;}
.encart_lastcom li a {font-size: .9em; text-decoration:none; font-style:italic;}
/* search form */
#search {margin-bottom: 20px;border: 1px solid gray;border-radius: 6px;-moz-border-radius: 6px;-webkit-border: 6px;box-shadow: 1px 1px 2px silver; width: 237px;}
#search input { margin-bottom: 0; display: inline-block; padding:3px;}
#q {padding: 2px 0; padding-left:5px;box-shadow: none;border-radius: 6px;-moz-border-radius: 6px;-webkit-border: 6px;border-width: 0;text-align: left;width: 135px;}
#input-rechercher { /* submit*/width: 90px; font-size:.9em;}
/* Calendar */
#calendrier {display: block;border: none;}
#calendrier caption {font-size: 1.3em;padding: 4px;font-weight: bold;}
#calendrier caption a {font-weight: bold;text-decoration: none;}
#calendrier td {text-align: center;width: 60px;line-height: 2em; padding:0;}
#calendrier td a {display: block;text-decoration: none;border-width: 1px 0 0 1px;font-weight: bold;}
#calendrier td a:hover {border-width: 0 1px 1px 0;}
#calendrier td.active a {}
#calendrier abbr {border-bottom: none;cursor: auto;}
/* Tags */
#tags ul li {display: inline; padding: 3px;list-style-type: none;font-size:1.1em; line-height:2em;}
#tags ul li a {margin: 0;padding: 2px 4px; font-weight: normal; color: #fff; white-space: nowrap; background-color: #bbb; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#tags li a:hover { background-color: #ddd;}
#tags li a:nth-child(2n):hover { }
/* Others links */
#liens ul li a {}
#liens ul li a:hover {}
/* Random news */
#random a {}
#random a:hover {}
/* CONTENU */
.news, .lien, .comment {margin: 0 10px 20px 0; word-wrap: break-word; overflow: show;}
.news pre, .comment pre, .lien pre { white-space: pre-wrap;}
/* article de blog */
.news h2, .lien h2, .comment h2 {font-size:1.6em;text-shadow: 1px 1px 2px #aaa;}
.news h3, .lien h3, .comment h3 {font-size:1.3em;text-shadow: 1px 1px 2px #aaa;}
.chapo {}
.permalien, .tagss {text-align: right;}
header.titre {}
header.titre a {text-decoration: none;}
header.titre a:hover {text-decoration: underline;}
h3 img {vertical-align: middle;}
p.date {font-size:.9em; font-style:italic;}
p.tags {font-size:.9em;}
p.rss {}
.post a:visited {}
.tags {/* clear: both;*/ /* at bottom of article, must clear. */}
.tags {display: block;}
.tags a { margin: 0; text-transform: uppercase; font-size: 0.8em; font-weight: normal; padding: 2px 4px; color: #fff; white-space: nowrap; background-color: #bbb; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.tags a:hover { background: #ddd;}
.tags img {vertical-align: middle;}
.img { display: block; margin: 0 auto;}
.news img, .news iframe, .news video {padding: 4px;background: #fff;box-shadow: 0 1px 2px rgba(0,0,0,.2);border: solid 1px #bbb;max-width: 100%;}
.news figure {display:block; float: right; margin: 5px 0 5px 10px; padding:10px; text-align: center; background: #ddd; border-radius:7px;-moz-border-radius: 7px;-webkit-border: 7px; box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.news figcaption {color: #333; font-size: .8em; font-style: italic;}
#nombre_comment {font-weight: bold; font-size: 1.1em; text-align: right;}
.pagination a, .pagination a:visited {text-decoration:none;}
.pagination a:hover {text-decoration: underline;}
.pagination {padding-top: 10px; font-size: 1.25em; text-align: center;}
/* Last Comments page */
.comment {
margin-bottom: 20px;
padding: 25px 0 0 25px;
border-left : #e0e0e0 solid 1px;
border-bottom : #e0e0e0 solid 1px;
border-radius : 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.comment h2 span, .comment h3 span { font-size: .7em; font-style:italic; }
.gravatar-icon {height: 24px;width: 24px;vertical-align: middle;display: inline-block;}
.com-reply {text-align: right;}
.com-reply a {font-style: italic;padding: 0 4px 2px 4px;}
/* Form Comments */
#form-commentaire {width:95%;margin: 0 auto;}
#form-commentaire fieldset {border: none; margin: 0; padding: 0;}
#form-commentaire .infos {text-align: right;width: 100%;margin: 10px auto;}
#form-commentaire fieldset.infos input {margin-top: 2px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding: 3px;}
#form-commentaire input:focus {}
.formatbut button {margin-bottom:0;}
.infos label, .infos input, .cookie label, .cookie input {display: inline-block;}
fieldset.buttons {text-align: center;}
.buttons input{ margin-top: 10px;}
.cookie label {font-size: .9em; font-style:italic;}
/* FOOTER */
footer {color: #999; border-top: 1px solid #e0e0e0; margin: 20px 0; padding: 20px 0 20px 0; text-align: center;}
footer a, footer a:visited { }
#social-box {text-align: center; padding: 5px 0 5px 0;}
#social-box a {font-size:1.3em; padding-right: 15px; text-decoration: none; opacity:.5;}
#social-box a:hover {opacity: 1;}
/* OVERRIDE */
::-moz-selection {background:#1695a3; color:#fff; text-shadow:none;}
::-webkit-selection {background:#1695a3; color:#fff; text-shadow:none;}
::selection {background:#1695a3; color:#fff; text-shadow:none;}
/* OTHERS */
#erreurs {
background-color: rgba(255, 0, 0, .3);
padding: 1px;
color: white;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 2px 2px 10px rgba(102, 102, 102, .5);
-moz-box-shadow: 2px 2px 10px rgba(102, 102, 102, .5) ;
-webkit-box-shadow: 2px 2px 10px rgba(102, 102, 102, .5);
}
/* to delete afterwards... */
.one { float: right; margin: 15px; }
#email-adress {display: none;}
/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Container ---------------------- */
.orbit-wrapper { width: 1px; height: 1px; position: relative; }
.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; margin-bottom: 17px; }
.orbit.with-bullets { margin-bottom: 40px; }
.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }
.orbit a.orbit-slide { border: none; line-height: 0; display: none; }
.orbit div.orbit-slide { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
div.orbit-wrapper div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; }
div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('images/foundation/orbit/rotator-black.png') no-repeat; z-index: 3; }
div.orbit-wrapper span.rotator.move { left: 0; }
div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('images/foundation/orbit/timer-black.png') repeat 0 0; }
div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('images/foundation/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.orbit-wrapper span.pause.active { background: url('images/foundation/orbit/pause-black.png') no-repeat 0 -40px; }
div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active { opacity: 1; }
/* Captions ---------------------- */
.orbit-caption { display: none; font-family: inherit; }
.orbit-wrapper .orbit-caption { background: black; background: rgba(0, 0, 0, 0.6); z-index: 30; color: white; text-align: center; padding: 7px 0; font-size: 13px; position: absolute; right: 0; bottom: 0; width: 100%; }
/* Directional Nav ---------------------- */
div.orbit-wrapper div.slider-nav { display: block; }
div.orbit-wrapper div.slider-nav span { width: 39px; height: 50px; text-indent: -9999px; position: absolute; z-index: 30; top: 50%; margin-top: -25px; cursor: pointer; }
div.orbit-wrapper div.slider-nav span.right { background: url('images/foundation/orbit/right-arrow.png'); background-size: 100%; right: 0; }
div.orbit-wrapper div.slider-nav span.left { background: url('images/foundation/orbit/left-arrow.png'); background-size: 100%; left: 0; }
.lt-ie9 div.orbit-wrapper div.slider-nav span.right { background: url('images/foundation/orbit/right-arrow-small.png'); }
.lt-ie9 div.orbit-wrapper div.slider-nav span.left { background: url('images/foundation/orbit/left-arrow-small.png'); }
/* Bullet Nav ---------------------- */
ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; }
ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999999; text-indent: -9999px; background: url('images/foundation/orbit/bullets.jpg') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }
ul.orbit-bullets li.active { color: #222222; background-position: -8px 0; }
ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid black; }
/* Orbit Slide Counter */
.orbit-slide-counter { position: absolute; bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px; }
/* Fluid Layout ---------------------- */
div.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }
div.orbit, div.orbit-wrapper { width: 100% !important; }
/* Correct timer in IE */
.lt-ie9 .timer { display: none !important; }
.lt-ie9 div.caption { background: black; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1; }
@media only screen and (max-width: 767px) { div.orbit.orbit-stack-on-small img.fluid-placeholder { visibility: visible; }
div.orbit.orbit-stack-on-small .orbit-slide { position: static; margin-bottom: 10px; } }
/* MEDIA QUERIES */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#top_text h1 {font-size: 2em;}
#top_text h2 {font-size: 1em;}
/* Navbar */
.navbar {display: block; position: relative;min-height: 40px; margin-top: -2em;}
.navbar ul {
min-width: 180px;
padding: 5px 0;
position: absolute;
top: 0;
left: 0;
border: solid 1px #e0e0e0;
background: #fff url(images/icon-menu.png) no-repeat 8px 11px;
border-radius: 5px;
line-height: 1.8em;
}
.navbar li {display: none;margin: 0;}
.navbar .current {display: block;}
.navbar a {display: block;padding: 0 15px 0 32px;text-align: left; text-decoration: none; font-size: 1.2em;}
.navbar .current a {background: none;color: #666;}
.navbar ul:hover {background-image: none;}
.navbar li:hover {background: url(images/icon-check.png) no-repeat 10px 7px;}
.navbar.center ul {left: 50%;margin-left: -90px;}
.navbar ul:hover li {display: block;margin: 0 0 5px;}
.navbar.right ul {left: auto;right: .5em;}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
body {font: 12px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;;}
a#top-link {background: url(images/up_small.png) no-repeat 0 0; height:24px; width:24px;}
header#top { margin-top: 0;}
#top_text h1 {font-size: 1.6em;line-height: 2em;}
#top_text h2 {display:none;}
.pm {display:none;}
}
/* Print Styles */
@media print {
* {background: none !important;color: black !important;box-shadow: none !important;text-shadow: none !important;
/* Images, vectors and such */
filter: Gray(); /* IE4-8: depreciated */
filter: url('desaturate.svg#grayscale'); /* SVG version for IE10, Firefox, Safari 5 and Opera */
-webkit-filter: grayscale(100%); /* Chrome + Safari 6 */
-moz-filter: grayscale(100%); /* Future proof */
-ms-filter: grayscale(100%); /* Future proof */
-o-filter: grayscale(100%); /* Future proof */
filter: grayscale(100%); /* Future proof or polyfilled */
}
a { text-decoration: underline;}
a[href]:after {content: " (" attr(href) ")";}
a[href="#"], a[href="javascript:"] { content: "";}
abbr[title]:after {content:"("attr(title) ")";}
pre, blockquote {page-break-inside:avoid;}
thead {display:table-header-group;}
tr, img {page-break-inside:avoid;}
img {max-width:100% !important;}
p, h2, h3 {orphans:3; widows:3;}
h2, h3 {page-break-after:avoid;}
}
/* Assets for retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
}