diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/northamptonshire/_colours.scss | 28 | ||||
-rw-r--r-- | web/cobrands/northamptonshire/base.scss | 82 | ||||
-rw-r--r-- | web/cobrands/northamptonshire/fonts/PraterSansComp.ttf | bin | 0 -> 71320 bytes | |||
-rw-r--r-- | web/cobrands/northamptonshire/fonts/PraterSansWeb.eot | bin | 0 -> 64732 bytes | |||
-rw-r--r-- | web/cobrands/northamptonshire/fonts/PraterSansWeb.woff | bin | 0 -> 40044 bytes | |||
-rw-r--r-- | web/cobrands/northamptonshire/images/email-logo.png | bin | 0 -> 3248 bytes | |||
-rw-r--r-- | web/cobrands/northamptonshire/img/new-ncc-logo.png | bin | 0 -> 3248 bytes | |||
-rw-r--r-- | web/cobrands/northamptonshire/layout.scss | 34 |
8 files changed, 144 insertions, 0 deletions
diff --git a/web/cobrands/northamptonshire/_colours.scss b/web/cobrands/northamptonshire/_colours.scss new file mode 100644 index 000000000..0dfd512a7 --- /dev/null +++ b/web/cobrands/northamptonshire/_colours.scss @@ -0,0 +1,28 @@ +/* COLOURS */ + +$menu-image: 'menu-white'; + +$purple: #7F1183; +$green: #2C8500; +$blue: #0066cc; +$white: #fff; +$dark: #222; + +$primary: $green; +$primary_b: $dark; +$primary_text: $white; + +$base_bg: $white; +$base_fg: $dark; + +$nav_background_colour: $green; +$nav_colour: $white; +$nav_hover_background_colour: darken($green, 10%); + +$col_click_map: $purple; + +$header-top-border: false; + +$heading-font: PraterSansWeb, sans-serif; +$body-font: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; +$meta-font: $body-font; diff --git a/web/cobrands/northamptonshire/base.scss b/web/cobrands/northamptonshire/base.scss new file mode 100644 index 000000000..55a4e6610 --- /dev/null +++ b/web/cobrands/northamptonshire/base.scss @@ -0,0 +1,82 @@ +@font-face { + font-family: 'PraterSansWeb'; + src: url("/cobrands/northamptonshire/fonts/PraterSansWeb.eot?"); + src: url("/cobrands/northamptonshire/fonts/PraterSansWeb.eot?#iefix") format("embedded-opentype"),url("/cobrands/northamptonshire/fonts/PraterSansWeb.woff") format("woff"),url("/cobrands/northamptonshire/fonts/PraterSansComp.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + +@import "../sass/h5bp"; +@import "./_colours"; +@import "../sass/mixins"; +@import "../sass/base"; + +#site-logo { + width: 190px; + height: 41px; + padding: 11px 0; + background: url(/cobrands/northamptonshire/img/new-ncc-logo.png) 0 50% no-repeat; +} + +#postcodeForm .form-hint { + color: $white; +} + +a, +.fake-link { + text-decoration: none; + color: $blue; + + &:visited { + color: $blue; + } + + &:hover, + &:active { + text-decoration: underline; + color: $blue; + } +} + +.dz-clickable .dz-message u { + color: $blue; +} + +.btn-primary, +.green-btn, +.btn--primary { + border: none; + background: $purple; + + &:hover, + &:active { + background: lighten($purple, 5%); + } +} + +footer.northamptonshire { + background-color: $primary; + color: white; + box-shadow: 0 1000px 0 1000px $primary; + text-align: center; + margin-top: 15px; + padding-top: 10px; + padding-bottom: 10px; + + p { + margin: 30px 0 0; + } + + ul { + margin: 10px 0 15px; + } + + li { + list-style: none; + } + + a { + color: white; + padding: 0 12px; + } +} diff --git a/web/cobrands/northamptonshire/fonts/PraterSansComp.ttf b/web/cobrands/northamptonshire/fonts/PraterSansComp.ttf Binary files differnew file mode 100644 index 000000000..b581746c9 --- /dev/null +++ b/web/cobrands/northamptonshire/fonts/PraterSansComp.ttf diff --git a/web/cobrands/northamptonshire/fonts/PraterSansWeb.eot b/web/cobrands/northamptonshire/fonts/PraterSansWeb.eot Binary files differnew file mode 100644 index 000000000..cccc36ecb --- /dev/null +++ b/web/cobrands/northamptonshire/fonts/PraterSansWeb.eot diff --git a/web/cobrands/northamptonshire/fonts/PraterSansWeb.woff b/web/cobrands/northamptonshire/fonts/PraterSansWeb.woff Binary files differnew file mode 100644 index 000000000..d60859877 --- /dev/null +++ b/web/cobrands/northamptonshire/fonts/PraterSansWeb.woff diff --git a/web/cobrands/northamptonshire/images/email-logo.png b/web/cobrands/northamptonshire/images/email-logo.png Binary files differnew file mode 100644 index 000000000..9fc1bcc05 --- /dev/null +++ b/web/cobrands/northamptonshire/images/email-logo.png diff --git a/web/cobrands/northamptonshire/img/new-ncc-logo.png b/web/cobrands/northamptonshire/img/new-ncc-logo.png Binary files differnew file mode 100644 index 000000000..9fc1bcc05 --- /dev/null +++ b/web/cobrands/northamptonshire/img/new-ncc-logo.png diff --git a/web/cobrands/northamptonshire/layout.scss b/web/cobrands/northamptonshire/layout.scss new file mode 100644 index 000000000..dcdc40c92 --- /dev/null +++ b/web/cobrands/northamptonshire/layout.scss @@ -0,0 +1,34 @@ +@import "_colours"; + +@import "../sass/layout"; + +#front-main { + color: $base_fg; + background-color: $base_bg; + padding: 3em 1em; +} +#postcodeForm .form-hint { + color: $dark; +} + +.nav-menu--main { + a.report-a-problem-btn:hover { + background-color: $nav_hover_background_colour; + } + span { + color: $nav_colour; + } + span.report-a-problem-btn:hover { + color: $nav_colour; + } +} + +footer.northamptonshire { + li { + display: inline-block; + border-left: solid 1px white; + } + li:first-child { + border: none; + } +} |