idsk_template 0.24.0.idsk.alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +7 -0
  2. data/LICENCE.txt +22 -0
  3. data/README.md +35 -0
  4. data/app/assets/images/apple-touch-icon-152x152.png +0 -0
  5. data/app/assets/images/apple-touch-icon-167x167.png +0 -0
  6. data/app/assets/images/apple-touch-icon-180x180.png +0 -0
  7. data/app/assets/images/apple-touch-icon.png +0 -0
  8. data/app/assets/images/favicon.ico +0 -0
  9. data/app/assets/images/gov.uk_logotype_crown.svg +7 -0
  10. data/app/assets/images/gov.uk_logotype_crown_invert.png +0 -0
  11. data/app/assets/images/gov.uk_logotype_crown_invert_trans.png +0 -0
  12. data/app/assets/images/opengraph-image.png +0 -0
  13. data/app/assets/javascripts/idsk-template.js +114 -0
  14. data/app/assets/javascripts/ie.js +494 -0
  15. data/app/assets/stylesheets/fonts.css.erb +48 -0
  16. data/app/assets/stylesheets/fonts/v1-2c037cf7e1-light.eot +0 -0
  17. data/app/assets/stylesheets/fonts/v1-357fdfbcc3-tabular-bold.eot +0 -0
  18. data/app/assets/stylesheets/fonts/v1-458f8ea81c-light.woff +0 -0
  19. data/app/assets/stylesheets/fonts/v1-498ea8ffe2-tabular-light.eot +0 -0
  20. data/app/assets/stylesheets/fonts/v1-62cc6f0a28-tabular-light.woff +0 -0
  21. data/app/assets/stylesheets/fonts/v1-784c21afb8-tabular-bold.woff +0 -0
  22. data/app/assets/stylesheets/fonts/v1-851b10ccdd-tabular-light.woff2 +0 -0
  23. data/app/assets/stylesheets/fonts/v1-a2452cb66f-bold.woff2 +0 -0
  24. data/app/assets/stylesheets/fonts/v1-b89238d840-tabular-bold.woff2 +0 -0
  25. data/app/assets/stylesheets/fonts/v1-f38ad40456-light.woff2 +0 -0
  26. data/app/assets/stylesheets/fonts/v1-f38c792ac2-bold.woff +0 -0
  27. data/app/assets/stylesheets/fonts/v1-fb2676462a-bold.eot +0 -0
  28. data/app/assets/stylesheets/idsk-template-ie6.css.erb +588 -0
  29. data/app/assets/stylesheets/idsk-template-ie7.css.erb +586 -0
  30. data/app/assets/stylesheets/idsk-template-ie8.css.erb +564 -0
  31. data/app/assets/stylesheets/idsk-template-print.css.erb +75 -0
  32. data/app/assets/stylesheets/idsk-template.css.erb +622 -0
  33. data/app/assets/stylesheets/images/close.png +0 -0
  34. data/app/assets/stylesheets/images/gov.uk_logotype_crown-1x.png +0 -0
  35. data/app/assets/stylesheets/images/gov.uk_logotype_crown.png +0 -0
  36. data/app/assets/stylesheets/images/govuk-crest-2x.png +0 -0
  37. data/app/assets/stylesheets/images/govuk-crest-ie.png +0 -0
  38. data/app/assets/stylesheets/images/govuk-crest.png +0 -0
  39. data/app/assets/stylesheets/images/open-government-licence.png +0 -0
  40. data/app/assets/stylesheets/images/open-government-licence_2x.png +0 -0
  41. data/app/views/layouts/idsk_template.html.erb +115 -0
  42. data/lib/idsk_template.rb +5 -0
  43. data/lib/idsk_template/engine.rb +21 -0
  44. data/lib/idsk_template/version.rb +3 -0
  45. metadata +243 -0
@@ -0,0 +1,564 @@
1
+ /* govuk_frontend_toolkit includes */
2
+ #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after,
3
+ #global-header .header-proposition #proposition-links:after, #footer .footer-meta:after {
4
+ content: "";
5
+ display: block;
6
+ clear: both; }
7
+
8
+ #global-header-bar, #global-cookie-message p, #footer .footer-wrapper {
9
+ max-width: 960px;
10
+ width: 960px;
11
+ margin: 0 15px;
12
+ margin: 0 30px;
13
+ margin: 0 auto; }
14
+
15
+ #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after,
16
+ #global-header .header-proposition #proposition-links:after, #footer .footer-meta:after {
17
+ content: "";
18
+ display: block;
19
+ clear: both; }
20
+
21
+ /* local styleguide includes */
22
+ @-ms-viewport {
23
+ width: device-width; }
24
+
25
+ html, body, button, input, table, td, th {
26
+ font-family: "nta", Arial, sans-serif; }
27
+
28
+ html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup, nav, section {
29
+ margin: 0;
30
+ padding: 0;
31
+ vertical-align: baseline; }
32
+
33
+ main {
34
+ display: block; }
35
+
36
+ .group:before,
37
+ .group:after {
38
+ content: "\0020";
39
+ display: block;
40
+ height: 0;
41
+ overflow: hidden; }
42
+
43
+ .group:after {
44
+ clear: both; }
45
+
46
+ .group {
47
+ zoom: 1; }
48
+
49
+ .content-fixed {
50
+ top: 0;
51
+ position: fixed; }
52
+
53
+ .shim {
54
+ display: block; }
55
+
56
+ /*
57
+ * 1. Prevents iOS text size adjust after orientation change, without disabling
58
+ * user zoom.
59
+ */
60
+ html {
61
+ -webkit-text-size-adjust: 100%;
62
+ /* 1 */
63
+ -ms-text-size-adjust: 100%;
64
+ /* 1 */
65
+ background-color: #dee0e2; }
66
+
67
+ /*
68
+ Force the scrollbar to always display in IE10/11
69
+ */
70
+ html {
71
+ -ms-overflow-style: scrollbar; }
72
+
73
+ body {
74
+ background: white;
75
+ color: #0b0c0c;
76
+ line-height: 1.5;
77
+ font-weight: 400;
78
+ -webkit-font-smoothing: antialiased;
79
+ -moz-osx-font-smoothing: grayscale; }
80
+
81
+ ol, ul, nav ol, nav ul {
82
+ list-style: inherit; }
83
+
84
+ fieldset {
85
+ border: none;
86
+ padding: 0; }
87
+
88
+ a:link {
89
+ color: #005ea5; }
90
+
91
+ a:visited {
92
+ color: #4c2c92; }
93
+
94
+ a:hover {
95
+ color: #2b8cc4; }
96
+
97
+ a:active {
98
+ color: #2b8cc4; }
99
+
100
+ /*
101
+ * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
102
+ * http://clagnut.com/blog/348/#c790
103
+ * note - font-size reduced to 62.5% to allow simple rem/px font-sizing and fallback
104
+ * http://snook.ca/archives/html_and_css/font-size-with-rem
105
+ * 2. Keeps page centred in all browsers regardless of content height
106
+ * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
107
+ * www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
108
+ */
109
+ html {
110
+ font-size: 62.5%;
111
+ /* 1 */
112
+ overflow-y: scroll;
113
+ /* 2 */
114
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
115
+ /* 3 */ }
116
+
117
+ /*
118
+ * 1. Font-size increased to compensate for change to html element font-size in
119
+ * order to support beta typography which was set in ems
120
+ * (62.5% * 160% = 100%)
121
+ * 2. Addresses margins handled incorrectly in IE6/7
122
+ */
123
+ body {
124
+ font-size: 160%;
125
+ /* 1 */
126
+ margin: 0;
127
+ /* 2 */ }
128
+
129
+ b,
130
+ strong {
131
+ font-weight: 600; }
132
+
133
+ img {
134
+ border: 0; }
135
+
136
+ abbr[title] {
137
+ cursor: help; }
138
+
139
+ /*
140
+ * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
141
+ * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
142
+ * (include `-moz` to future-proof).
143
+ */
144
+ input[type="search"] {
145
+ -webkit-appearance: textfield;
146
+ /* 1 */
147
+ -moz-box-sizing: content-box;
148
+ -webkit-box-sizing: content-box;
149
+ /* 2 */
150
+ box-sizing: content-box; }
151
+
152
+ input[type="search"]::-webkit-search-cancel-button {
153
+ -webkit-appearance: searchfield-cancel-button;
154
+ margin-right: 2px; }
155
+
156
+ input[type="search"]::-webkit-search-decoration {
157
+ -webkit-appearance: none; }
158
+
159
+ /* For image replacement */
160
+ .ir {
161
+ display: block;
162
+ text-indent: -999em;
163
+ overflow: hidden;
164
+ background-repeat: no-repeat;
165
+ text-align: left;
166
+ direction: ltr; }
167
+ .ir br {
168
+ display: none; }
169
+
170
+ /* Hide for both screenreaders and browsers */
171
+ .hidden,
172
+ .js-enabled .js-hidden {
173
+ display: none;
174
+ visibility: hidden; }
175
+
176
+ /* Hide only visually, but have it available for screenreaders */
177
+ .visually-hidden,
178
+ .visuallyhidden {
179
+ position: absolute;
180
+ left: -9999em;
181
+ top: auto;
182
+ width: 1px;
183
+ height: 1px;
184
+ overflow: hidden;
185
+ /*
186
+ * Extends the .visuallyhidden class to allow the element to be
187
+ * focusable when navigated to via the keyboard
188
+ */ }
189
+ .visually-hidden.focusable:active, .visually-hidden.focusable:focus,
190
+ .visuallyhidden.focusable:active,
191
+ .visuallyhidden.focusable:focus {
192
+ clip: auto;
193
+ height: auto;
194
+ margin: 0;
195
+ overflow: visible;
196
+ position: static;
197
+ width: auto; }
198
+
199
+ /* Hide visually and from screenreaders, but maintain layout */
200
+ .invisible {
201
+ visibility: hidden; }
202
+
203
+ /* Give a strong clear visual idea as to what is currently in focus */
204
+ a {
205
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
206
+
207
+ a:focus {
208
+ background-color: #ffbf47;
209
+ outline: 3px solid #ffbf47; }
210
+
211
+ /* Make links slightly darker when focused to improve contrast. */
212
+ a:link:focus {
213
+ color: #005798; }
214
+
215
+ /* Make skiplinks visible when they are tabbed to */
216
+ .skiplink {
217
+ position: absolute;
218
+ left: -9999em;
219
+ /* Default link colour doesn't have enough contrast against $focus-colour */ }
220
+ .skiplink:focus, .skiplink:visited {
221
+ color: #0b0c0c; }
222
+
223
+ .skiplink:focus {
224
+ left: 0;
225
+ z-index: 1; }
226
+
227
+ #skiplink-container {
228
+ text-align: center;
229
+ background: #0b0c0c; }
230
+ #skiplink-container div {
231
+ text-align: left;
232
+ margin: 0 auto;
233
+ max-width: 1020px; }
234
+ #skiplink-container .skiplink {
235
+ display: -moz-inline-stack;
236
+ display: inline-block;
237
+ margin: 0.75em 0 0 30px; }
238
+
239
+ input:focus,
240
+ textarea:focus,
241
+ select:focus,
242
+ button:focus {
243
+ outline: 3px solid #ffbf47;
244
+ outline-offset: 0; }
245
+
246
+ #global-header input[type=search]:focus {
247
+ outline: 3px solid #ffbf47;
248
+ /* Focus appears inside the input */
249
+ outline-offset: -2px; }
250
+ #global-header h1 a:focus {
251
+ background-color: transparent;
252
+ outline: none; }
253
+ #global-header a:focus {
254
+ color: #0b0c0c; }
255
+
256
+ #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after,
257
+ #global-header .header-proposition #proposition-links:after, #footer .footer-meta:after {
258
+ content: "";
259
+ display: block;
260
+ clear: both; }
261
+
262
+ #global-header {
263
+ background-color: #0b0c0c;
264
+ width: 100%; }
265
+ #global-header .header-wrapper {
266
+ background-color: #0b0c0c;
267
+ max-width: 990px;
268
+ margin: 0 auto;
269
+ padding-top: 8px;
270
+ padding-bottom: 8px;
271
+ padding-left: 15px;
272
+ padding-right: 15px;
273
+ width: 990px; }
274
+ #global-header .header-wrapper .header-global .header-logo {
275
+ float: left;
276
+ width: 33.33%; }
277
+ @media screen and (max-width: 379px) {
278
+ #global-header .header-wrapper .header-global .header-logo {
279
+ width: auto;
280
+ float: none; } }
281
+ #global-header .header-wrapper .header-global .header-logo .content {
282
+ margin: 0 15px; }
283
+ #global-header .header-wrapper .header-global .header-logo {
284
+ margin-top: 2px; }
285
+ #global-header.with-proposition .header-wrapper .header-global {
286
+ float: left;
287
+ width: 33.33%; }
288
+ #global-header.with-proposition .header-wrapper .header-global .header-logo,
289
+ #global-header.with-proposition .header-wrapper .header-global .site-search {
290
+ width: 100%; }
291
+ #global-header.with-proposition .header-wrapper .header-proposition {
292
+ width: 66.66%;
293
+ float: left; }
294
+ #global-header.with-proposition .header-wrapper .header-proposition .content {
295
+ margin: 0 15px; }
296
+ #global-header #logo {
297
+ float: left;
298
+ overflow: visible;
299
+ color: white;
300
+ font-weight: bold;
301
+ font-size: 30px;
302
+ line-height: 1;
303
+ text-decoration: none;
304
+ text-rendering: optimizeLegibility;
305
+ border-bottom: 1px solid transparent;
306
+ background: url(<%= asset_path 'images/gov.uk_logotype_crown.png' %>) no-repeat;
307
+ background-size: 36px 32px;
308
+ background-position: 0 0;
309
+ background-image: url(<%= asset_path 'images/gov.uk_logotype_crown-1x.png' %>); }
310
+ #global-header #logo img {
311
+ margin: 2px 1px 0 0;
312
+ vertical-align: bottom;
313
+ visibility: hidden; }
314
+ #global-header #logo:hover, #global-header #logo:focus {
315
+ text-decoration: none;
316
+ border-bottom-color: white; }
317
+ #global-header .header-proposition {
318
+ padding-top: 10px;
319
+ padding-top: 0; }
320
+ #global-header .header-proposition #proposition-name {
321
+ font-family: "nta", Arial, sans-serif;
322
+ font-weight: 400;
323
+ text-transform: none;
324
+ font-size: 18px;
325
+ line-height: 1.2;
326
+ font-size: 24px;
327
+ line-height: 1.25;
328
+ font-weight: bold;
329
+ color: white;
330
+ text-decoration: none; }
331
+ #global-header .header-proposition a#proposition-name:hover {
332
+ text-decoration: underline; }
333
+ #global-header .header-proposition a#proposition-name:focus {
334
+ color: #0b0c0c; }
335
+ #global-header .header-proposition a.menu {
336
+ font-family: "nta", Arial, sans-serif;
337
+ font-weight: 400;
338
+ text-transform: none;
339
+ font-size: 14px;
340
+ line-height: 1.14286;
341
+ font-size: 16px;
342
+ line-height: 1.25;
343
+ color: white;
344
+ display: block;
345
+ float: right;
346
+ text-decoration: none;
347
+ padding-top: 6px;
348
+ display: none; }
349
+ #global-header .header-proposition a.menu:hover {
350
+ text-decoration: underline; }
351
+ #global-header .header-proposition a.menu:after {
352
+ display: inline-block;
353
+ font-size: 8px;
354
+ height: 8px;
355
+ padding-left: 5px;
356
+ vertical-align: middle;
357
+ content: " \25BC"; }
358
+ #global-header .header-proposition a.menu.js-visible:after {
359
+ content: " \25B2"; }
360
+ #global-header .header-proposition #proposition-menu {
361
+ margin-top: 5px; }
362
+ #global-header .header-proposition #proposition-menu.no-proposition-name {
363
+ margin-top: 37px; }
364
+ #global-header .header-proposition #proposition-link,
365
+ #global-header .header-proposition #proposition-links {
366
+ clear: both;
367
+ margin: 2px 0 0 0;
368
+ padding: 0; }
369
+ .js-enabled #global-header .header-proposition #proposition-link, .js-enabled
370
+ #global-header .header-proposition #proposition-links {
371
+ display: none;
372
+ display: block; }
373
+ .js-enabled #global-header .header-proposition #proposition-link.js-visible, .js-enabled
374
+ #global-header .header-proposition #proposition-links.js-visible {
375
+ display: block; }
376
+ #global-header .header-proposition #proposition-link li,
377
+ #global-header .header-proposition #proposition-links li {
378
+ float: left;
379
+ width: 50%;
380
+ padding: 3px 0;
381
+ border-bottom: 1px solid #2e3133;
382
+ display: block;
383
+ width: auto;
384
+ padding: 0 15px 0 0;
385
+ border-bottom: 0; }
386
+ #global-header .header-proposition #proposition-link li.clear-child,
387
+ #global-header .header-proposition #proposition-links li.clear-child {
388
+ clear: left; }
389
+ #global-header .header-proposition #proposition-link a,
390
+ #global-header .header-proposition #proposition-links a {
391
+ color: white;
392
+ text-decoration: none;
393
+ font-family: "nta", Arial, sans-serif;
394
+ font-weight: 700;
395
+ text-transform: none;
396
+ font-size: 12px;
397
+ line-height: 1.25;
398
+ font-size: 14px;
399
+ line-height: 1.42857;
400
+ font-family: "nta", Arial, sans-serif;
401
+ font-weight: 700;
402
+ text-transform: none;
403
+ font-size: 14px;
404
+ line-height: 1.14286;
405
+ font-size: 16px;
406
+ line-height: 1.25;
407
+ line-height: 23px; }
408
+ #global-header .header-proposition #proposition-link a:hover,
409
+ #global-header .header-proposition #proposition-links a:hover {
410
+ text-decoration: underline; }
411
+ #global-header .header-proposition #proposition-link a.active,
412
+ #global-header .header-proposition #proposition-links a.active {
413
+ color: #1d8feb; }
414
+ #global-header .header-proposition #proposition-link a:focus,
415
+ #global-header .header-proposition #proposition-links a:focus {
416
+ color: #0b0c0c; }
417
+ #global-header .header-proposition #proposition-link {
418
+ float: right;
419
+ line-height: 22px;
420
+ float: none; }
421
+ .js-enabled #global-header .header-proposition #proposition-link {
422
+ display: block; }
423
+
424
+ /* Global header bar */
425
+ #global-header-bar {
426
+ height: 10px;
427
+ background-color: #005ea5;
428
+ font-size: 0; }
429
+
430
+ /* Global cookie message */
431
+ .js-enabled #global-cookie-message {
432
+ display: none;
433
+ /* shown with JS, always on for non-JS */ }
434
+
435
+ #global-cookie-message {
436
+ width: 100%;
437
+ background-color: #d5e8f3;
438
+ padding-top: 10px;
439
+ padding-bottom: 10px; }
440
+ #global-cookie-message p {
441
+ font-family: "nta", Arial, sans-serif;
442
+ font-weight: 400;
443
+ text-transform: none;
444
+ font-size: 14px;
445
+ line-height: 1.14286;
446
+ font-size: 16px;
447
+ line-height: 1.25;
448
+ margin-top: 0;
449
+ margin-bottom: 0; }
450
+
451
+ /* Global footer */
452
+ #footer {
453
+ background-color: #dee0e2;
454
+ border-top: 1px solid #a1acb2; }
455
+ #footer .footer-wrapper {
456
+ background-color: #dee0e2;
457
+ padding-top: 20px;
458
+ padding-top: 60px; }
459
+ #footer a {
460
+ color: #454a4c; }
461
+ #footer a:hover {
462
+ color: #171819; }
463
+ #footer h2 {
464
+ font-family: "nta", Arial, sans-serif;
465
+ font-weight: 400;
466
+ text-transform: none;
467
+ font-size: 18px;
468
+ line-height: 1.2;
469
+ font-size: 24px;
470
+ line-height: 1.25;
471
+ font-weight: bold;
472
+ color: #0b0c0c;
473
+ margin: 0; }
474
+ #footer h2 a {
475
+ color: inherit; }
476
+ #footer .footer-meta {
477
+ padding-bottom: 60px;
478
+ clear: both;
479
+ font-size: 0;
480
+ color: #454a4c; }
481
+ #footer .footer-meta .footer-meta-inner {
482
+ display: inline-block;
483
+ vertical-align: bottom;
484
+ width: 100%;
485
+ width: 75%; }
486
+ #footer .footer-meta .footer-meta-inner ul {
487
+ font-family: "nta", Arial, sans-serif;
488
+ font-weight: 400;
489
+ text-transform: none;
490
+ font-size: 14px;
491
+ line-height: 1.5;
492
+ font-size: 16px;
493
+ line-height: 1.5;
494
+ display: inline-block;
495
+ list-style: none;
496
+ margin: 0 0 1.5em 0;
497
+ padding: 0;
498
+ margin: 0 0 1em 0; }
499
+ #footer .footer-meta .footer-meta-inner ul li {
500
+ display: inline-block;
501
+ margin: 0 15px 0 0; }
502
+ #footer .footer-meta .footer-meta-inner .open-government-licence {
503
+ clear: left;
504
+ position: relative;
505
+ padding-left: 53px; }
506
+ #footer .footer-meta .footer-meta-inner .open-government-licence .logo {
507
+ margin-bottom: 1em;
508
+ padding-top: 0;
509
+ position: absolute;
510
+ left: 0;
511
+ top: 0;
512
+ width: 41px;
513
+ height: 100%; }
514
+ #footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
515
+ display: block;
516
+ width: 41px;
517
+ height: 17px;
518
+ overflow: hidden;
519
+ text-indent: -999em;
520
+ background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
521
+ @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: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
522
+ #footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
523
+ background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
524
+ background-size: 41px 17px; } }
525
+ #footer .footer-meta .footer-meta-inner .open-government-licence p {
526
+ font-family: "nta", Arial, sans-serif;
527
+ font-weight: 400;
528
+ text-transform: none;
529
+ font-size: 14px;
530
+ line-height: 1.14286;
531
+ font-size: 16px;
532
+ line-height: 1.25;
533
+ margin: 0;
534
+ padding-top: 0.1em; }
535
+ #footer .footer-meta .copyright {
536
+ font-family: "nta", Arial, sans-serif;
537
+ font-weight: 400;
538
+ text-transform: none;
539
+ font-size: 14px;
540
+ line-height: 1.14286;
541
+ font-size: 16px;
542
+ line-height: 1.25;
543
+ margin: 30px 0 0 0;
544
+ width: 100%;
545
+ display: block;
546
+ display: inline-block;
547
+ text-align: inherit;
548
+ width: 25%;
549
+ padding-top: 15px;
550
+ margin-top: 0; }
551
+ #footer .footer-meta .copyright a {
552
+ display: block;
553
+ background-image: url(<%= asset_path 'images/govuk-crest.png' %>);
554
+ background-repeat: no-repeat;
555
+ background-position: 50% 0%;
556
+ background-position: 100% 0%;
557
+ text-align: center;
558
+ text-decoration: none;
559
+ text-align: right;
560
+ padding: 115px 0 0 0; }
561
+ @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: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
562
+ #footer .footer-meta .copyright a {
563
+ background-image: url(<%= asset_path 'images/govuk-crest-2x.png' %>);
564
+ background-size: 125px 102px; } }