diff options
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 10 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 9 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/mysociety-logo-ie6.gif | bin | 0 -> 829 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet/mysociety-logo-ie6.png | bin | 2454 -> 0 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet/texture.png | bin | 0 -> 50800 bytes | |||
-rw-r--r-- | web/i/pinG.png | bin | 770 -> 993 bytes |
6 files changed, 9 insertions, 10 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 3d1c020f2..7c53ef6e5 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -168,19 +168,15 @@ a:active, a:hover { #footer { color: #fff; padding: 0.5em; - background-color: $colour; - background-image: -webkit-linear-gradient(top, $colour_dark, $colour 6px); /* Chrome 10+, Saf5.1+, iOS 5+ */ - background-image: -moz-linear-gradient(top, $colour_dark, $colour 6px); /* FF3.6 */ - background-image: -ms-linear-gradient(top, $colour_dark, $colour 6px); /* IE10 */ - background-image: -o-linear-gradient(top, $colour_dark, $colour 6px); /* Opera 11.10+ */ - background-image: linear-gradient(top, $colour_dark, $colour 6px); + background-color: #3c3c3c; + background-image: url(/cobrands/fixmystreet/texture.png); a { color: #fff; } a:hover { - color: #000; + color: #ffe600; } p { diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 6793414d0..49441c006 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -10,6 +10,8 @@ body { background-image: -ms-linear-gradient(top, $colour_dark, $colour 6px); /* IE10 */ background-image: -o-linear-gradient(top, $colour_dark, $colour 6px); /* Opera 11.10+ */ background-image: linear-gradient(top, $colour_dark, $colour 6px); + background-color: #3c3c3c; + background-image: url(/cobrands/fixmystreet/texture.png); } #wrapper2 { @@ -98,7 +100,8 @@ body { line-height: 1.5; font-size: 68.75%; text-transform: uppercase; - background: $colour; + background-color: #3c3c3c; + background-image: url(/cobrands/fixmystreet/texture.png); border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; @@ -109,7 +112,7 @@ body { } #mysociety-nav li a:hover { - color: #000; + color: #ffe600; } #mysociety-logo { @@ -122,7 +125,7 @@ body { * any colour), we generate a static non-transparent PNG on the right * background colour and use that here. */ .ie6 #mysociety-logo { - background: url(mysociety-logo-ie6.png) center center no-repeat; + background: url(mysociety-logo-ie6.gif) center center no-repeat; } #footer p { diff --git a/web/cobrands/fixmystreet/mysociety-logo-ie6.gif b/web/cobrands/fixmystreet/mysociety-logo-ie6.gif Binary files differnew file mode 100644 index 000000000..b0a262666 --- /dev/null +++ b/web/cobrands/fixmystreet/mysociety-logo-ie6.gif diff --git a/web/cobrands/fixmystreet/mysociety-logo-ie6.png b/web/cobrands/fixmystreet/mysociety-logo-ie6.png Binary files differdeleted file mode 100644 index f86ff95c4..000000000 --- a/web/cobrands/fixmystreet/mysociety-logo-ie6.png +++ /dev/null diff --git a/web/cobrands/fixmystreet/texture.png b/web/cobrands/fixmystreet/texture.png Binary files differnew file mode 100644 index 000000000..31ac97633 --- /dev/null +++ b/web/cobrands/fixmystreet/texture.png diff --git a/web/i/pinG.png b/web/i/pinG.png Binary files differindex dc1c3ba05..388658fd9 100644 --- a/web/i/pinG.png +++ b/web/i/pinG.png |