Skip to content

Instantly share code, notes, and snippets.

@alexnorton
Created February 3, 2016 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexnorton/6c55f5c83dd6a9b5b9eb to your computer and use it in GitHub Desktop.
Save alexnorton/6c55f5c83dd6a9b5b9eb to your computer and use it in GitHub Desktop.
{"head":["<style media=\"screen\">\n .error-message {\n margin-top: 2rem;\n margin-bottom: 2rem;\n padding-top: 2rem;\n padding-right: 32px;\n padding-bottom: 2rem;\n padding-left: 32px;\n background: #f7f7f5;\n border: 1px solid #dbdbdb\n }\n\n .error-message__link {\n color: inherit\n }\n\n .error-message__link:hover,\n .error-message__link:focus {\n color: #255aa9\n }\n\n .gill-sans {\n font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;\n font-weight: 300\n }\n\n .gel-trafalgar,\n .trafalgar {\n font-size: 2.25rem;\n line-height: 2.5rem\n }\n\n .no-touch .gel-trafalgar,\n .no-touch .trafalgar {\n font-size: 2rem;\n line-height: 2.25rem\n }\n\n .gel-mb\\+ {\n margin-bottom: 1rem !important\n }\n\n @media (min-width: 37.5em) {\n .gel-pica,\n .pica,\n .cps-include p,\n .cross-promo-footer--ukfs .cross-promo-footer__header-text,\n .vote-message,\n .vote-detail__title,\n .vote-button,\n .sp-story-body .sp-story-body__sub-heading {\n font-size: 1.125rem;\n line-height: 1.375rem\n }\n .no-touch .gel-pica,\n .no-touch .pica,\n .no-touch .cps-include p,\n .cps-include .no-touch p,\n .no-touch .cross-promo-footer--ukfs .cross-promo-footer__header-text,\n .cross-promo-footer--ukfs .no-touch .cross-promo-footer__header-text,\n .no-touch .vote-message,\n .no-touch .vote-detail__title,\n .no-touch .vote-button,\n .no-touch .sp-story-body .sp-story-body__sub-heading,\n .sp-story-body .no-touch .sp-story-body__sub-heading {\n font-size: 1rem;\n line-height: 1.25rem\n }\n }\n\n .gel-pica-bold,\n .pica-bold,\n .cps-include h3,\n .cps-include a[name] {\n font-size: 0.9375rem;\n line-height: 1.25rem;\n font-weight: bold\n }\n\n @media (min-width: 20em) {\n .gel-pica-bold,\n .pica-bold,\n .cps-include h3,\n .cps-include a[name] {\n font-size: 1rem;\n line-height: 1.25rem\n }\n }\n\n @media (min-width: 37.5em) {\n .gel-pica-bold,\n .pica-bold,\n .cps-include h3,\n .cps-include a[name] {\n font-size: 1.125rem;\n line-height: 1.375rem\n }\n .no-touch .gel-pica-bold,\n .no-touch .pica-bold,\n .no-touch .cps-include h3,\n .cps-include .no-touch h3,\n .no-touch .cps-include a[name],\n .cps-include .no-touch a[name] {\n font-size: 1rem;\n line-height: 1.25rem\n }\n }\n\n .column-error {\n margin: 0 auto;\n }\n\n @media (min-width: 1008px) {\n .column-error {\n width: 66%;\n }\n }\n\n @media (min-width: 672px) {\n .column-error {\n width: 672px;\n }\n }\n</style>\n"],"bodyInline":"<div class=\"container\">\n <div class=\"column-error\">\n <div class=\"error-message\">\n <h2 class=\"gel-trafalgar gill-sans gel-mb+\">\n <%= resp_status %>\n </h2>\n <p class=\"gel-pica gel-mb+\">Unfortunately, we are unable to bring you the page you are looking for.</p>\n <p class=\"gel-pica gel-mb+\">We may be suffering from technical difficulties, or you may have typed the web address incorrectly. Please check the address including its spelling, and try again.</p>\n </div>\n </div>\n</div>\n\n<div class=\"container\">\n <div class=\"spacer\"></div>\n <div class=\"hr\"></div>\n <div class=\"units-list units-list--separators\">\n <div class=\"unit\">\n <div class=\"unit__title\">\n <a href=\"/news\" class=\"has-right-arrow\">\n <span class=\"cta\">BBC News Home Page</span>\n </a>\n </div>\n </div>\n <div class=\"unit\">\n <div class=\"unit__title\">\n <a href=\"http://www.bbc.co.uk/sport/0/mobile/\" class=\"has-right-arrow\">\n <span class=\"cta\">BBC Sport Home Page</span>\n </a>\n </div>\n </div>\n\n </div>\n</div>\n"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment