aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fiksgatami/_colours.scss24
-rw-r--r--web/cobrands/fiksgatami/base.scss7
-rw-r--r--web/cobrands/fiksgatami/config.rb25
-rw-r--r--web/cobrands/fiksgatami/css.scss41
-rw-r--r--web/cobrands/fiksgatami/layout.scss2
-rw-r--r--web/cobrands/fiksgatami/sprite.pngbin0 -> 30796 bytes
6 files changed, 58 insertions, 41 deletions
diff --git a/web/cobrands/fiksgatami/_colours.scss b/web/cobrands/fiksgatami/_colours.scss
new file mode 100644
index 000000000..40ec78543
--- /dev/null
+++ b/web/cobrands/fiksgatami/_colours.scss
@@ -0,0 +1,24 @@
+$image-sprite: '/cobrands/fiksgatami/sprite.png';
+
+/* COLOURS */
+
+$header_darker: #0a3f6f;
+
+$bg: #1a4f7f;
+
+$primary: #99bfe1;
+$primary_b: #000000;
+$primary_text: #222222;
+
+$base_bg: $bg;
+$base_fg: #fff;
+
+$map_nav_bg: $bg;
+$nav_fg: #fff;
+$nav_fg_hover: $primary;
+
+$col_click_map: $bg;
+$col_click_map_dark: darken($bg, 10%);
+
+$col_fixed_label: #00BD08;
+$col_fixed_label_dark: #4B8304;
diff --git a/web/cobrands/fiksgatami/base.scss b/web/cobrands/fiksgatami/base.scss
new file mode 100644
index 000000000..9fccf92db
--- /dev/null
+++ b/web/cobrands/fiksgatami/base.scss
@@ -0,0 +1,7 @@
+@import "../sass/h5bp";
+@import "./_colours";
+@import "../sass/mixins";
+@import "compass";
+
+@import "../sass/base";
+
diff --git a/web/cobrands/fiksgatami/config.rb b/web/cobrands/fiksgatami/config.rb
new file mode 100644
index 000000000..cab97b18f
--- /dev/null
+++ b/web/cobrands/fiksgatami/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/fiksgatami/css.scss b/web/cobrands/fiksgatami/css.scss
deleted file mode 100644
index 2c1144858..000000000
--- a/web/cobrands/fiksgatami/css.scss
+++ /dev/null
@@ -1,41 +0,0 @@
-$header_back: #99bfe1;
-$header_back_lighter: #a9cff1;
-$header_colour: #1a4f7f;
-$header_darker: #0a3f6f;
-
-// Overrides of core.css
-
-#mysociety {
-
- #front_stats div {
- width: 6.5em;
- }
-
- label {
- width: 6em;
- }
-
- .fieldset div.checkbox, #problem_submit {
- padding-left: 6.5em;
- }
-
-}
-
-@import "../../css/main-import";
-
-// Overrides of main.css
-
-body {
- font-family: Helmet, Freesans, "Helvetica Neue", Arial, sans-serif;
-}
-
-a {
- &:link { color: #215d93; }
- &:visited { color: #518dc3; }
- &:hover, &:active { color: #cc0000; }
-}
-
-#header {
- padding: 0.1em 0.5em 0.15em;
-}
-
diff --git a/web/cobrands/fiksgatami/layout.scss b/web/cobrands/fiksgatami/layout.scss
new file mode 100644
index 000000000..69e455aa5
--- /dev/null
+++ b/web/cobrands/fiksgatami/layout.scss
@@ -0,0 +1,2 @@
+@import "_colours";
+@import "../sass/layout";
diff --git a/web/cobrands/fiksgatami/sprite.png b/web/cobrands/fiksgatami/sprite.png
new file mode 100644
index 000000000..c1c5e9d88
--- /dev/null
+++ b/web/cobrands/fiksgatami/sprite.png
Binary files differ