aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2014-12-09 14:59:35 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-03-24 15:34:51 +0000
commit458d9c84b639d5625cdc491d56a4cf98bef1b51c (patch)
tree3b3adae26629d73a6a3caa352e1a39272a95bf93 /web
parent6d9c719d25e2450ee2f31a5f305b603c2f451594 (diff)
[ArreglaMiBarrio] Initial CSS/logo/FAQ.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/arreglamibarrio/_colours.scss22
-rw-r--r--web/cobrands/arreglamibarrio/base.scss13
-rw-r--r--web/cobrands/arreglamibarrio/config.rb25
-rw-r--r--web/cobrands/arreglamibarrio/layout.scss14
-rw-r--r--web/cobrands/arreglamibarrio/logo.jpegbin0 -> 205394 bytes
-rw-r--r--web/cobrands/arreglamibarrio/logo.pngbin0 -> 54725 bytes
-rw-r--r--web/cobrands/arreglamibarrio/logo_sm.pngbin0 -> 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
new file mode 100644
index 000000000..d26cef7bd
--- /dev/null
+++ b/web/cobrands/arreglamibarrio/logo.jpeg
Binary files differ
diff --git a/web/cobrands/arreglamibarrio/logo.png b/web/cobrands/arreglamibarrio/logo.png
new file mode 100644
index 000000000..61f196cad
--- /dev/null
+++ b/web/cobrands/arreglamibarrio/logo.png
Binary files differ
diff --git a/web/cobrands/arreglamibarrio/logo_sm.png b/web/cobrands/arreglamibarrio/logo_sm.png
new file mode 100644
index 000000000..29b3ff7ba
--- /dev/null
+++ b/web/cobrands/arreglamibarrio/logo_sm.png
Binary files differ