diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmybarangay/_colours.scss | 2 | ||||
-rw-r--r-- | web/cobrands/fixmybarangay/base.scss | 24 | ||||
-rw-r--r-- | web/cobrands/fixmybarangay/images/ie_front_logo.gif | bin | 0 -> 3473 bytes | |||
-rw-r--r-- | web/cobrands/fixmybarangay/images/ie_logo.png | bin | 0 -> 3559 bytes | |||
-rw-r--r-- | web/cobrands/fixmybarangay/images/sprite.png | bin | 0 -> 125210 bytes | |||
-rw-r--r-- | web/cobrands/fixmybarangay/layout.scss | 1 |
6 files changed, 23 insertions, 4 deletions
diff --git a/web/cobrands/fixmybarangay/_colours.scss b/web/cobrands/fixmybarangay/_colours.scss index 2d188a9c5..b8229dc59 100644 --- a/web/cobrands/fixmybarangay/_colours.scss +++ b/web/cobrands/fixmybarangay/_colours.scss @@ -1,6 +1,6 @@ /* COLOURS */ -$primary: #ffffff; +$primary: #ffff99; $primary_b: #000000; $primary_text: #222222; diff --git a/web/cobrands/fixmybarangay/base.scss b/web/cobrands/fixmybarangay/base.scss index 2273024e0..4bf65deb1 100644 --- a/web/cobrands/fixmybarangay/base.scss +++ b/web/cobrands/fixmybarangay/base.scss @@ -5,8 +5,26 @@ @import "../fixmystreet/_base"; -#site-logo { - background: none; - text-indent: 0; +#site-logo{ + width: 225px !important; + background: url('/cobrands/fixmybarangay/images/sprite.png') -3px -3px no-repeat; +} +.ie6 #site-logo { + background: url('/cobrands/fixmybarangay/images/ie_logo.gif') 0 -5px no-repeat; +} + +body.frontpage { + #site-logo{ + width: 370px !important; + } +} + +.ie6 body.frontpage #site-logo { + background:url(/cobrands/fixmybarangay/images/ie_front_logo.gif) 0 0 no-repeat; } +.yellow-btn, +button.yellow-btn, +input.yellow-btn{ + @include button-reset(#FFD000, #cc9000, #aa7000, #300, #FFD000, #cc9000, #aa7000, #300); +}
\ No newline at end of file diff --git a/web/cobrands/fixmybarangay/images/ie_front_logo.gif b/web/cobrands/fixmybarangay/images/ie_front_logo.gif Binary files differnew file mode 100644 index 000000000..2eeda87ef --- /dev/null +++ b/web/cobrands/fixmybarangay/images/ie_front_logo.gif diff --git a/web/cobrands/fixmybarangay/images/ie_logo.png b/web/cobrands/fixmybarangay/images/ie_logo.png Binary files differnew file mode 100644 index 000000000..df73a7785 --- /dev/null +++ b/web/cobrands/fixmybarangay/images/ie_logo.png diff --git a/web/cobrands/fixmybarangay/images/sprite.png b/web/cobrands/fixmybarangay/images/sprite.png Binary files differnew file mode 100644 index 000000000..fad72a23a --- /dev/null +++ b/web/cobrands/fixmybarangay/images/sprite.png diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss index 027a5c48b..88ed1027a 100644 --- a/web/cobrands/fixmybarangay/layout.scss +++ b/web/cobrands/fixmybarangay/layout.scss @@ -8,6 +8,7 @@ body { #front-main { color: $primary_text; background: $primary; + } .nav-wrapper { |