|
13 | 13 | .content {
|
14 | 14 | width: 580px !important;
|
15 | 15 | }
|
| 16 | + } |
| 17 | + @media only print { |
| 18 | + .logo__crown { display: none !important; } |
| 19 | + .logo__text, .logo__dot { color: #000000 !important; } |
| 20 | + .brand__banner { |
| 21 | + border-bottom: solid 1pt #000000 !important; |
| 22 | + background-color: unset !important; |
| 23 | + } |
16 | 24 | }
|
17 | 25 | body { margin:0 !important; }
|
18 | 26 | div[style*="margin: 16px 0"] { margin:0 !important; }
|
|
38 | 46 | {% if govuk_banner %}
|
39 | 47 | <table role="presentation" width="100%" style="border-collapse: collapse;min-width: 100%;width: 100% !important;" cellpadding="0" cellspacing="0" border="0">
|
40 | 48 | <tr>
|
41 |
| - <td width="100%" height="53" bgcolor="#0b0c0c"> |
| 49 | + <td width="100%" height="{% if rebrand %}60{% else %}53{% endif %}" bgcolor="{% if rebrand %}#1d70b8{% else %}#0b0c0c{% endif %}" class="brand__banner"> |
42 | 50 | <!--[if (gte mso 9)|(IE)]>
|
43 | 51 | <table role="presentation" width="580" align="center" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;width: 580px;">
|
44 | 52 | <tr>
|
45 | 53 | <td>
|
46 | 54 | <![endif]-->
|
47 | 55 | <table role="presentation" width="100%" style="border-collapse: collapse;max-width: 580px;" cellpadding="0" cellspacing="0" border="0" align="center">
|
48 | 56 | <tr>
|
49 |
| - <td width="70" bgcolor="#0b0c0c" valign="middle"> |
| 57 | + {% if rebrand %} |
| 58 | + <!--[if mso]> |
| 59 | + <td width="70" valign="middle"> |
50 | 60 | <a href="https://www.gov.uk" title="Go to the GOV.UK homepage" style="text-decoration: none;">
|
51 | 61 | <table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;">
|
52 | 62 | <tr>
|
53 | 63 | <td style="padding-left: 10px">
|
| 64 | + <img src="https://static.notifications.service.gov.uk/images/govuk-logotype-tudor-crown.png" alt="" height="32" border="0" style="Margin-top: 2px;"> |
| 65 | + </td> |
| 66 | + <td style="font-size: 28px; line-height: 1.315789474; padding-left: 8px; padding-bottom: 8px"> |
| 67 | + <span style=" |
| 68 | + font-family: Helvetica, Arial, sans-serif; |
| 69 | + font-weight: 700; |
| 70 | + color: #ffffff; |
| 71 | + text-decoration: none; |
| 72 | + vertical-align:middle; |
| 73 | + display: inline-block" |
| 74 | + >GOV<span style=" |
| 75 | + color: #00ffe0; |
| 76 | + font-family: Georgia, Times New Roman, sans-serif; |
| 77 | + font-size: 32px; |
| 78 | + mso-text-raise:7px">.</span>UK</span> |
| 79 | + </td> |
| 80 | + </tr> |
| 81 | + </table> |
| 82 | + </a> |
| 83 | + </td> |
| 84 | + <![endif]--> |
| 85 | + <!--[if !mso]><!--> |
| 86 | + <td width="70" valign="bottom"> |
| 87 | + <a href="https://www.gov.uk" title="Go to the GOV.UK homepage" style="text-decoration: none;color: #fff"> |
| 88 | + <table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"> |
| 89 | + <tr> |
| 90 | + <td style="font-size: 28px; line-height: 2; padding-left: 10px" valign="bottom" height="60" class="logo__crown"> |
54 | 91 | <img
|
55 | 92 | src="https://static.notifications.service.gov.uk/images/govuk-logotype-tudor-crown.png"
|
56 | 93 | alt=""
|
57 | 94 | height="32"
|
58 | 95 | border="0"
|
59 |
| - style="Margin-top: 2px;" |
| 96 | + style="Margin-top: 2px; max-height: 32px" |
| 97 | + aria-hidden="true" |
60 | 98 | >
|
61 | 99 | </td>
|
62 |
| - <td style="font-size: 28px; line-height: 1.315789474; Margin-top: 4px; padding-left: 8px;"> |
| 100 | + <td style="font-size: 28px; line-height: 2.1428571429; padding-left: 8px;" valign="bottom" height="60" class="logo__text"> |
| 101 | + <span aria-label="GOV.UK" style=" |
| 102 | + font-family: Helvetica, Arial, 'Noto Sans', sans-serif; |
| 103 | + font-weight: 700; |
| 104 | + text-decoration: none; |
| 105 | + vertical-align:middle; |
| 106 | + display: inline-block; |
| 107 | + ">GOV<span style=" |
| 108 | + font-family: Georgia, Times New Roman, Times, sans-serif; |
| 109 | + color: #00ffe0; |
| 110 | + display: inline-block; |
| 111 | + text-indent: 0.04em; |
| 112 | + font-size: 32px; |
| 113 | + line-height: 1.35; |
| 114 | + vertical-align: top; |
| 115 | + margin-right: 0.05em;" class="logo__dot">.</span>UK</span> |
| 116 | + </td> |
| 117 | + </tr> |
| 118 | + </table> |
| 119 | + </a> |
| 120 | + </td> |
| 121 | + <!--<![endif]--> |
| 122 | + {% else %} |
| 123 | + <td width="70" valign="middle"> |
| 124 | + <a href="https://www.gov.uk" title="Go to the GOV.UK homepage" style="text-decoration: none"> |
| 125 | + <table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"> |
| 126 | + <tr> |
| 127 | + <td style="padding-left: 10px" class="logo__crown"> |
| 128 | + <img |
| 129 | + src="https://static.notifications.service.gov.uk/images/govuk-logotype-tudor-crown.png" |
| 130 | + alt="" |
| 131 | + height="32" |
| 132 | + border="0" |
| 133 | + style="Margin-top: 2px; max-height: 32px" |
| 134 | + > |
| 135 | + </td> |
| 136 | + <td style="font-size: 28px; line-height: 1.315789474; Margin-top: 4px; padding-left: 8px;" class="logo__text"> |
63 | 137 | <span style="
|
64 |
| - font-family: Helvetica, Arial, sans-serif; |
| 138 | + font-family: Helvetica, Arial, 'Noto Sans', sans-serif; |
65 | 139 | font-weight: 700;
|
66 | 140 | color: #ffffff;
|
67 | 141 | text-decoration: none;
|
|
73 | 147 | </table>
|
74 | 148 | </a>
|
75 | 149 | </td>
|
| 150 | + {% endif %} |
76 | 151 | </tr>
|
77 | 152 | </table>
|
78 | 153 | <!--[if (gte mso 9)|(IE)]>
|
|
83 | 158 | </td>
|
84 | 159 | </tr>
|
85 | 160 | </table>
|
| 161 | + {% if not rebrand %} |
86 | 162 | <table
|
87 | 163 | role="presentation"
|
88 | 164 | class="content"
|
|
115 | 191 | <td width="10" valign="middle" height="10"></td>
|
116 | 192 | </tr>
|
117 | 193 | </table>
|
| 194 | + {% endif %} |
118 | 195 | {% endif %}
|
119 | 196 | {% if brand_banner %}
|
120 | 197 | {% set brand_colour = brand_colour if brand_colour else '#0b0c0c' %}
|
|
0 commit comments