diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/cobrands/rutland/RCCLogo.gif | bin | 0 -> 74768 bytes | |||
-rwxr-xr-x | web/cobrands/rutland/_colours.scss | 34 | ||||
-rwxr-xr-x | web/cobrands/rutland/base.scss | 16 | ||||
-rw-r--r-- | web/cobrands/rutland/images/email-logo.gif | bin | 0 -> 3606 bytes | |||
-rwxr-xr-x | web/cobrands/rutland/layout.scss | 15 |
5 files changed, 65 insertions, 0 deletions
diff --git a/web/cobrands/rutland/RCCLogo.gif b/web/cobrands/rutland/RCCLogo.gif Binary files differnew file mode 100755 index 000000000..aeacf01f6 --- /dev/null +++ b/web/cobrands/rutland/RCCLogo.gif diff --git a/web/cobrands/rutland/_colours.scss b/web/cobrands/rutland/_colours.scss new file mode 100755 index 000000000..c3666ca17 --- /dev/null +++ b/web/cobrands/rutland/_colours.scss @@ -0,0 +1,34 @@ +/* LAYOUT */ + +// If you are wanting a right-to-left layout, uncomment the following line. +// $direction: right; + +/* COLOURS */ + +$orange: #ff9900; +$bluey: #6688ff; +$RCCGreen: #a7b980; +$RCCGreen_dark: #265123; +$RCCbg: #F1F1F1; + +$primary: $RCCGreen; +$primary_b: #000000; +$primary_text: #222222; + +$base_bg: $RCCbg; +$base_fg: #000; + +$map_nav_bg: $RCCbg; +$nav_fg: #000; +$nav_fg_hover: $primary; + +// Colour used for front page 'how to report a problem' steps +$col_big_numbers: #ccc; + +$col_click_map: $RCCGreen_dark; + +$col_fixed_label: #00BD08; +$col_fixed_label_dark: #4B8304; + +//$image-sprite: '/cobrands/rutland/RCCLogo.gif'; + diff --git a/web/cobrands/rutland/base.scss b/web/cobrands/rutland/base.scss new file mode 100755 index 000000000..4837e970a --- /dev/null +++ b/web/cobrands/rutland/base.scss @@ -0,0 +1,16 @@ +@import "../sass/h5bp"; +@import "./_colours"; +@import "../sass/mixins"; + +@import "../sass/base"; + + +#site-logo { + background: url("/cobrands/rutland/RCCLogo.gif"); + background-size: contain; + height: 50px; + width: 110px; +} + + + diff --git a/web/cobrands/rutland/images/email-logo.gif b/web/cobrands/rutland/images/email-logo.gif Binary files differnew file mode 100644 index 000000000..bab9d2eef --- /dev/null +++ b/web/cobrands/rutland/images/email-logo.gif diff --git a/web/cobrands/rutland/layout.scss b/web/cobrands/rutland/layout.scss new file mode 100755 index 000000000..eb0447be2 --- /dev/null +++ b/web/cobrands/rutland/layout.scss @@ -0,0 +1,15 @@ +@import "_colours"; +@import "../sass/layout"; + + +body.frontpage #site-header { + height: 10em; +} + + +body.frontpage #site-logo { + background: url("/cobrands/rutland/RCCLogo.gif"); + background-size: contain; + height: 100px; + width: 220px; +} |