diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/makemyisland/_colours.scss | 25 | ||||
-rw-r--r-- | web/cobrands/makemyisland/base.scss | 42 | ||||
-rw-r--r-- | web/cobrands/makemyisland/config.rb | 25 | ||||
-rw-r--r-- | web/cobrands/makemyisland/layout.scss | 39 | ||||
-rwxr-xr-x | web/cobrands/makemyisland/make-my-island-logo.gif | bin | 5824 -> 0 bytes | |||
-rw-r--r-- | web/cobrands/makemyisland/undp-logo-2013.png | bin | 1979 -> 0 bytes |
6 files changed, 0 insertions, 131 deletions
diff --git a/web/cobrands/makemyisland/_colours.scss b/web/cobrands/makemyisland/_colours.scss deleted file mode 100644 index 56816bb77..000000000 --- a/web/cobrands/makemyisland/_colours.scss +++ /dev/null @@ -1,25 +0,0 @@ -/* COLOURS */ - - -// colours specified by MakeMyIsland team -// from http://www.w3schools.com/cssref/css_colorsfull.asp - -$blue: #4169E1; // "RoyalBlue" -$green: #40E0D0; // "Turquoise" - -$primary: $green; -$primary_b: #000000; -$primary_text: #222222; - -$base_bg: $blue; -$base_fg: $primary_text; - -$map_nav_bg: $blue; -$nav_fg: #fff; -$nav_fg_hover: $primary; - -$col_click_map: $blue; -$col_click_map_dark: darken($blue, 10%); - -$col_fixed_label: #00BD08; -$col_fixed_label_dark: #4B8304; diff --git a/web/cobrands/makemyisland/base.scss b/web/cobrands/makemyisland/base.scss deleted file mode 100644 index 234a9783f..000000000 --- a/web/cobrands/makemyisland/base.scss +++ /dev/null @@ -1,42 +0,0 @@ -@import "../sass/h5bp"; -@import "./_colours"; -@import "../sass/mixins"; -@import "compass"; - -@import "../sass/base"; - -#site-logo { - background: url(/cobrands/makemyisland/make-my-island-logo.gif) 0px 0px no-repeat; - background-size: contain; - background-color: $blue; -} - -#united-nations-dp-logo { - display: none; -} - -#site-header, -body.frontpage #site-header, -body.mappage #site-header, -{ - min-height: 3em; - @include background(none); - background-color: $blue; -} - -div#location-buttons { - margin: 1.333em auto; - .island-button { - margin:0 auto 1.5em auto; - } - a.front-page-button { - // @include button-reset(#FFD000, #cc9000, #aa7000, #300, #FFD000, #cc9000, #aa7000, #300); - @include button-reset($blue, darken($blue, 10%), darken($blue, 30%), white, $blue, darken($blue, 20%), darken($blue, 30%), white); - #front-main & { - text-decoration: none; - } - &:visited, &:hover { - color:white; - } - } -} diff --git a/web/cobrands/makemyisland/config.rb b/web/cobrands/makemyisland/config.rb deleted file mode 100644 index cab97b18f..000000000 --- a/web/cobrands/makemyisland/config.rb +++ /dev/null @@ -1,25 +0,0 @@ -# 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/makemyisland/layout.scss b/web/cobrands/makemyisland/layout.scss deleted file mode 100644 index 28b265240..000000000 --- a/web/cobrands/makemyisland/layout.scss +++ /dev/null @@ -1,39 +0,0 @@ -@import "_colours"; - -@import "../sass/layout"; - -#site-logo, -body.frontpage #site-logo { - margin-top: -8px; - margin-left: 10px; - height: 100px; - background: url(make-my-island-logo.gif) 0px 0px no-repeat; -} - -body.mappage #site-logo { - height: 60px; - background-size: contain; -} - -body.frontpage #site-logo { - margin-top: -35px; - width: 100px; -} - -body.frontpage #united-nations-dp-logo { - display: block; - float:right; - position: relative; - background: url(undp-logo-2013.png) top right no-repeat; - background-size: contain; - background-color: transparent; - text-indent: -999999px; - height: 100px; - width: 51px; - margin: 10px 10px 0 0; - z-index:3; // clear of the nav container -} - -ul#main-menu { - margin-right: 70px; // to clear the UNDP logo -}
\ No newline at end of file diff --git a/web/cobrands/makemyisland/make-my-island-logo.gif b/web/cobrands/makemyisland/make-my-island-logo.gif Binary files differdeleted file mode 100755 index f7b6b8d5a..000000000 --- a/web/cobrands/makemyisland/make-my-island-logo.gif +++ /dev/null diff --git a/web/cobrands/makemyisland/undp-logo-2013.png b/web/cobrands/makemyisland/undp-logo-2013.png Binary files differdeleted file mode 100644 index ed537e6cf..000000000 --- a/web/cobrands/makemyisland/undp-logo-2013.png +++ /dev/null |