idsk_template 0.24.0.idsk.alpha.1

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