aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss22
-rw-r--r--web/cobrands/fixmystreet/layout.scss16
-rw-r--r--web/cobrands/fixmystreet/mysociety-logo-ie6.gifbin0 -> 829 bytes
-rw-r--r--web/cobrands/fixmystreet/mysociety-logo-ie6.pngbin2454 -> 0 bytes
-rw-r--r--web/cobrands/fixmystreet/texture.pngbin0 -> 50800 bytes
-rw-r--r--web/i/pinG.pngbin770 -> 993 bytes
6 files changed, 9 insertions, 29 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 3d1c020f2..2eccad197 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -87,7 +87,6 @@ a:active, a:hover {
/* header is a div containing a link on all pages bar the front page, when it
* is a h1 that is not a link. It should always display the same. */
#header {
- color: $colour;
display: block;
margin: 0 0 0.5em 0;
font-size: 200%;
@@ -96,17 +95,6 @@ a:active, a:hover {
a {
text-decoration: none;
}
- a:visited {
- color: $colour;
- }
- a:hover {
- color: #200;
- }
-}
-
-/* The "My" of "FixMyStreet" in the heading is coloured differently. */
-#my {
- color: $colour_dark;
}
#meta {
@@ -168,19 +156,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..fea728bc6 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -3,13 +3,8 @@
body {
margin: 7px 0 0 0;
padding: 0;
- background-attachment: fixed;
- 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);
}
#wrapper2 {
@@ -98,7 +93,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 +105,7 @@ body {
}
#mysociety-nav li a:hover {
- color: #000;
+ color: #ffe600;
}
#mysociety-logo {
@@ -122,7 +118,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
new file mode 100644
index 000000000..b0a262666
--- /dev/null
+++ b/web/cobrands/fixmystreet/mysociety-logo-ie6.gif
Binary files differ
diff --git a/web/cobrands/fixmystreet/mysociety-logo-ie6.png b/web/cobrands/fixmystreet/mysociety-logo-ie6.png
deleted file mode 100644
index f86ff95c4..000000000
--- a/web/cobrands/fixmystreet/mysociety-logo-ie6.png
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/fixmystreet/texture.png b/web/cobrands/fixmystreet/texture.png
new file mode 100644
index 000000000..31ac97633
--- /dev/null
+++ b/web/cobrands/fixmystreet/texture.png
Binary files differ
diff --git a/web/i/pinG.png b/web/i/pinG.png
index dc1c3ba05..388658fd9 100644
--- a/web/i/pinG.png
+++ b/web/i/pinG.png
Binary files differ