diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/arreglamibarrio/_colours.scss | 22 | ||||
-rw-r--r-- | web/cobrands/arreglamibarrio/base.scss | 13 | ||||
-rw-r--r-- | web/cobrands/arreglamibarrio/config.rb | 25 | ||||
-rw-r--r-- | web/cobrands/arreglamibarrio/layout.scss | 14 | ||||
-rw-r--r-- | web/cobrands/arreglamibarrio/logo.jpeg | bin | 0 -> 205394 bytes | |||
-rw-r--r-- | web/cobrands/arreglamibarrio/logo.png | bin | 0 -> 54725 bytes | |||
-rw-r--r-- | web/cobrands/arreglamibarrio/logo_sm.png | bin | 0 -> 20677 bytes |
7 files changed, 74 insertions, 0 deletions
diff --git a/web/cobrands/arreglamibarrio/_colours.scss b/web/cobrands/arreglamibarrio/_colours.scss new file mode 100644 index 000000000..cb7013db2 --- /dev/null +++ b/web/cobrands/arreglamibarrio/_colours.scss @@ -0,0 +1,22 @@ +/* COLOURS */ + +$primary: #FFD000; +$primary_b: #F3B11E; // For the box around the front page postcode form only +$primary_text: #222; + +// Tiled main body background +$base_bg: #1A1A1A; +$base_fg: #fff; + +$map_nav_bg: #222; +$nav_fg: #fff; +$nav_fg_hover: #444; + +// The "Click map" box on /around +$col_click_map: #00BD08; +$col_click_map_dark: #4B8304; + +// The "fixed" message on a report page +$col_fixed_label: #00BD08; +$col_fixed_label_dark: #4B8304; + diff --git a/web/cobrands/arreglamibarrio/base.scss b/web/cobrands/arreglamibarrio/base.scss new file mode 100644 index 000000000..28fc5a940 --- /dev/null +++ b/web/cobrands/arreglamibarrio/base.scss @@ -0,0 +1,13 @@ +@import "../sass/h5bp"; +@import "./_colours"; +@import "../sass/mixins"; +@import "compass"; + +@import "../sass/base"; + +#site-logo { + width: 175px; + height: 45px; + background: url(logo_sm.png); + background-repeat: no-repeat; +} diff --git a/web/cobrands/arreglamibarrio/config.rb b/web/cobrands/arreglamibarrio/config.rb new file mode 100644 index 000000000..cab97b18f --- /dev/null +++ b/web/cobrands/arreglamibarrio/config.rb @@ -0,0 +1,25 @@ +# Require any additional compass plugins here. + +# Set this to the root of your project when deployed: +http_path = "/" +css_dir = "" +sass_dir = "" +images_dir = "" +javascripts_dir = "" + +# You can select your preferred output style here (can be overridden via the command line): +# output_style = :expanded or :nested or :compact or :compressed + +# To enable relative paths to assets via compass helper functions. Uncomment: +# relative_assets = true + +# To disable debugging comments that display the original location of your selectors. Uncomment: +# line_comments = false + +# If you prefer the indented syntax, you might want to regenerate this +# project again passing --syntax sass, or you can uncomment this: +# preferred_syntax = :sass +# and then run: +# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass + +line_comments = false # by Compass.app diff --git a/web/cobrands/arreglamibarrio/layout.scss b/web/cobrands/arreglamibarrio/layout.scss new file mode 100644 index 000000000..2f02522b5 --- /dev/null +++ b/web/cobrands/arreglamibarrio/layout.scss @@ -0,0 +1,14 @@ +@import "_colours"; +@import "../sass/layout"; + +body.frontpage { + #site-header{ + height: 10em; + } + #site-logo { + top: 2em; + width: 300px; + height: 111px; + background: url(logo.png); + } +} diff --git a/web/cobrands/arreglamibarrio/logo.jpeg b/web/cobrands/arreglamibarrio/logo.jpeg Binary files differnew file mode 100644 index 000000000..d26cef7bd --- /dev/null +++ b/web/cobrands/arreglamibarrio/logo.jpeg diff --git a/web/cobrands/arreglamibarrio/logo.png b/web/cobrands/arreglamibarrio/logo.png Binary files differnew file mode 100644 index 000000000..61f196cad --- /dev/null +++ b/web/cobrands/arreglamibarrio/logo.png diff --git a/web/cobrands/arreglamibarrio/logo_sm.png b/web/cobrands/arreglamibarrio/logo_sm.png Binary files differnew file mode 100644 index 000000000..29b3ff7ba --- /dev/null +++ b/web/cobrands/arreglamibarrio/logo_sm.png |