diff options
-rw-r--r-- | templates/email/bromley/_email_color_overrides.html | 19 | ||||
-rw-r--r-- | templates/email/greenwich/_email_color_overrides.html | 20 | ||||
-rw-r--r-- | templates/email/greenwich/_email_setting_overrides.html | 5 | ||||
-rw-r--r-- | templates/email/oxfordshire/_email_color_overrides.html | 17 | ||||
-rw-r--r-- | templates/email/warwickshire/_email_color_overrides.html | 17 | ||||
-rw-r--r-- | web/cobrands/bromley/images/email-logo.gif | bin | 0 -> 3030 bytes | |||
-rw-r--r-- | web/cobrands/greenwich/images/email-logo.gif | bin | 0 -> 3637 bytes | |||
-rw-r--r-- | web/cobrands/oxfordshire/images/email-logo.gif | bin | 0 -> 4708 bytes | |||
-rw-r--r-- | web/cobrands/warwickshire/images/email-logo.gif | bin | 0 -> 3573 bytes |
9 files changed, 78 insertions, 0 deletions
diff --git a/templates/email/bromley/_email_color_overrides.html b/templates/email/bromley/_email_color_overrides.html new file mode 100644 index 000000000..effe82046 --- /dev/null +++ b/templates/email/bromley/_email_color_overrides.html @@ -0,0 +1,19 @@ +[% + +color_bromley_green = '#009D57' +color_bromley_blue = '#5b7893' +color_bromley_blue_pale = '#ADC3D8' + +body_background_color = color_bromley_blue +body_text_color = color_bromley_blue_pale + +header_background_color = color_bromley_green +header_text_color = color_white + +button_background_color = color_bromley_green +button_text_color = color_white + +logo_width = "94" # pixel measurement, but without 'px' suffix +logo_height = "50" # pixel measurement, but without 'px' suffix + +%] diff --git a/templates/email/greenwich/_email_color_overrides.html b/templates/email/greenwich/_email_color_overrides.html new file mode 100644 index 000000000..a132a3873 --- /dev/null +++ b/templates/email/greenwich/_email_color_overrides.html @@ -0,0 +1,20 @@ +[% + +color_greenwich_red = '#D42828' +color_greenwich_gunmetal = '#4b5459' +color_greenwich_pale_gunmetal = '#e0e6e9' + +body_background_color = color_greenwich_gunmetal +body_text_color = color_greenwich_pale_gunmetal + +header_background_color = color_greenwich_pale_gunmetal +header_text_color = color_greenwich_red + +secondary_column_background_color = color_greenwich_pale_gunmetal + +button_background_color = color_greenwich_pale_gunmetal + +logo_width = "96" # pixel measurement, but without 'px' suffix +logo_height = "50" # pixel measurement, but without 'px' suffix + +%] diff --git a/templates/email/greenwich/_email_setting_overrides.html b/templates/email/greenwich/_email_setting_overrides.html new file mode 100644 index 000000000..910e5d455 --- /dev/null +++ b/templates/email/greenwich/_email_setting_overrides.html @@ -0,0 +1,5 @@ +[% + +header_style = "$header_style border-bottom: 4px solid $color_greenwich_red;" + +%]
\ No newline at end of file diff --git a/templates/email/oxfordshire/_email_color_overrides.html b/templates/email/oxfordshire/_email_color_overrides.html new file mode 100644 index 000000000..cb2662d81 --- /dev/null +++ b/templates/email/oxfordshire/_email_color_overrides.html @@ -0,0 +1,17 @@ +[% + +color_oxfordshire_green = '#339E00' +color_oxfordshire_pale_green = '#f6fcf0' + +header_background_color = color_oxfordshire_green +header_text_color = color_white + +secondary_column_background_color = color_oxfordshire_pale_green + +button_background_color = color_oxfordshire_green +button_text_color = color_white + +logo_width = "160" # pixel measurement, but without 'px' suffix +logo_height = "35" # pixel measurement, but without 'px' suffix + +%] diff --git a/templates/email/warwickshire/_email_color_overrides.html b/templates/email/warwickshire/_email_color_overrides.html new file mode 100644 index 000000000..6528f0a5c --- /dev/null +++ b/templates/email/warwickshire/_email_color_overrides.html @@ -0,0 +1,17 @@ +[% + +color_warwickshire_green = '#006d3c' +color_warwickshire_pale_green = '#F9FFF8' + +header_background_color = color_warwickshire_green +header_text_color = color_white + +secondary_column_background_color = color_warwickshire_pale_green + +button_background_color = color_warwickshire_green +button_text_color = color_white + +logo_width = "112" # pixel measurement, but without 'px' suffix +logo_height = "50" # pixel measurement, but without 'px' suffix + +%] diff --git a/web/cobrands/bromley/images/email-logo.gif b/web/cobrands/bromley/images/email-logo.gif Binary files differnew file mode 100644 index 000000000..ffe6f0bbc --- /dev/null +++ b/web/cobrands/bromley/images/email-logo.gif diff --git a/web/cobrands/greenwich/images/email-logo.gif b/web/cobrands/greenwich/images/email-logo.gif Binary files differnew file mode 100644 index 000000000..8931899f8 --- /dev/null +++ b/web/cobrands/greenwich/images/email-logo.gif diff --git a/web/cobrands/oxfordshire/images/email-logo.gif b/web/cobrands/oxfordshire/images/email-logo.gif Binary files differnew file mode 100644 index 000000000..2590e083e --- /dev/null +++ b/web/cobrands/oxfordshire/images/email-logo.gif diff --git a/web/cobrands/warwickshire/images/email-logo.gif b/web/cobrands/warwickshire/images/email-logo.gif Binary files differnew file mode 100644 index 000000000..76d71328b --- /dev/null +++ b/web/cobrands/warwickshire/images/email-logo.gif |