aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
0 files changed, 0 insertions, 0 deletions
6' href='#n376'>376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans_300-webfont.eot');
  src: url('fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/MuseoSans_300-webfont.woff') format('woff'),
       url('fonts/MuseoSans_300-webfont.ttf') format('truetype'),
       url('fonts/MuseoSans_300-webfont.svg#MuseoSans300') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans_300_Italic-webfont.eot');
  src: url('fonts/MuseoSans_300_Italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/MuseoSans_300_Italic-webfont.woff') format('woff'),
       url('fonts/MuseoSans_300_Italic-webfont.ttf') format('truetype'),
       url('fonts/MuseoSans_300_Italic-webfont.svg#MuseoSans300Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans_500-webfont.eot');
  src: url('fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/MuseoSans_500-webfont.woff') format('woff'),
       url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
       url('fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans_500_Italic-webfont.eot');
  src: url('fonts/MuseoSans_500_Italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/MuseoSans_500_Italic-webfont.woff') format('woff'),
       url('fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype'),
       url('fonts/MuseoSans_500_Italic-webfont.svg#MuseoSans500Italic') format('svg');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Museo300-display';
  src: url('fonts/Museo300-Regular-webfont.eot');
  src: url('fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Museo300-Regular-webfont.woff') format('woff'),
       url('fonts/Museo300-Regular-webfont.ttf') format('truetype'),
       url('fonts/Museo300-Regular-webfont.svg#Museo300') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Opera has a bug (from around 10.5 upwards to current 11.6) with showing the
 * table caption *at all* if the header is set to a font-face :( */
noindex:-o-prefocus, #site-header {
  font-family: sans-serif;
}

h3, h4,
.item-list__heading {
    font-weight: bold;
}

@import "_colours";
@import "../sass/layout";

// Tiled background stripe, not plain colour
#front-main {
    background: $primary url(images/tile-y.jpg);
}

.nav-menu--main {
    a:hover {
        @include background(linear-gradient(#000, #444 10%, #444 95%, #111));
    }
}

.nav-wrapper {
    .nav-wrapper-2 {
        border-image-source: url(images/tile-y-border.jpg);
        border-image-slice: 4 0 0;
        border-image-repeat: repeat;
    }
}
body.mappage {
    .nav-wrapper {
        .nav-wrapper-2 {
            @include background(linear-gradient(#000, #222 10%, #222 90%, #000));
        }
    }
}

.nav-menu--mysoc {
    background: #515151;
    margin-top: -4px;
}

body.twothirdswidthpage,
body.fullwidthpage {
    #front-main {
        color: #333;
        padding-bottom: 4em;

        h1 {
            font-size: 3em;
            font-weight: bold;
            font-family: MuseoSans,Helmet,Freesans,sans-serif;
        }
        h2 {
            font-family: MuseoSans,Helmet,Freesans,sans-serif;
        }
        #postcodeForm {
            div {
                font-size: 1.3em;
                width: 24em;
                label {
                    font-family: MuseoSans,Helmet,Freesans,sans-serif;
                }
                input#pc {
                    color: #777;
                    font-size: 0.9em;
                    height: 2.6em;
                    width: 20em;
                    &:focus {
                        outline: 0;
                    }
                }
                input#sub {
                    font-size: 1.1em;
                    height: 2.4em;
                    width: 3.5em;
                    font-family: MuseoSans,Helmet,Freesans,sans-serif;
                    font-weight: bold;
                }
            }
        }
        a#geolocate_link {
            font-family: MuseoSans,Helmet,Freesans,sans-serif;
            background: url(images/locate-me.png) $left 0 no-repeat;
            height: 34px;
            padding-#{$left}: 24px;
            margin-top: 0.25em;
            @media only screen and (min-resolution: 320dpi),
            only screen and (-webkit-min-device-pixel-ratio: 2) {
                background-image: url(images/locate-me@2.png);
                background-size: 22px 34px;
            }
        }
    }

    .container {
        .content {
            footer {
                .tablewrapper {
                    background: #1a1a1a url(images/tile.jpg) 0 0 repeat;
                }
            }
        }
    }
}

body.frontpage {
    .container {
        background-color: transparent;

        .content {
            background-color: transparent;
            padding: 0em 0em 1em;

            > .tablewrapper {
                margin: -4em 0em 0em;
                padding: 1em 1em;
                background-color: white;
                width: auto;
            }
            > .form-error {
                margin-top: -4em;
            }
            > .form-error + .tablewrapper {
                margin-top: 0;
            }
        }
        footer {
            .bordered {
                margin: 0em;
            }
        }
    }
}

body.twothirdswidthpage {
    .container {
        .content {
            footer {
                max-width: 48em;
                @media only screen and (min-width: 61em) {
                    max-width: 60em;
                }
                .tablewrapper {
                    border: 0px;
                }
            }
        }
    }
}

.next-steps {
  @include clearfix;
  margin-bottom: 2em; // add some space between this and the footer
}

.next-steps__step {
  font-family: MuseoSans,Helmet,Freesans,sans-serif;
  float: $left;
  width: 33%;
  padding: 1.8em;

  & + .next-steps__step {
    border-top: none;
    border-#{$left}: 1px solid #ede8c9;
  }

  h2 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2em;
  }

  p {
    line-height: 1.4em;
  }
}

.next-steps--two .next-steps__step {
  width: 50%;
}

body.unresponsive-council {
    .container .content {
        padding: 0;
        margin-bottom: 4em;
    }

    h1, h2 {
        font-family: inherit;
        font-weight: bold;
    }
}

.unresponsive-council__header,
.unresponsive-council__body {
    padding: 1.5em;
    font-size: 1.3em;
}

.unresponsive-council__header {
    background-color: $primary;

    border-bottom: none;
    margin-bottom: 0;

    h1 {
        font-size: 2.5em;
        line-height: 1em;
        margin-bottom: 0.2em;
    }
}

.unresponsive-council__body {
    p {
        max-width: 26em;
    }
}

.unresponsive-council-cta {
    margin: 1.5em 0;
    max-width: 20em;
    padding-#{$right}: 6em;
    background-image: url(images/unresponsive-council-cta-arrow.png);
    background-position: $right center;
    background-repeat: no-repeat;

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        background-image: url(images/unresponsive-council-cta-arrow@2.png);
        background-size: 60px;
    }
}

// FMS.com has a slightly different version of the
// footer-help / footer-marketing widgets that appear
// at the bottom of pages with `pagefooter` set.
#footer-help {
  border: none;

  ul {
    margin: 0 auto;

    li {
      max-width: 19em;

      &:last-child {
        border: none;
        padding-left: 3em;
      }
    }
  }
}

.mysoc-footer {
  margin-top: 3em;
}
body.mappage .mysoc-footer {
    display: none;
}

.variant1 {
    body {
        background: #fad52a url(/cobrands/fixmystreet.com/images/friendly-homepage.jpg) top center no-repeat;
        background-size: 100%;
    }

    #site-logo {
        background-image: url(/cobrands/fixmystreet.com/images/friendly-logo-mobile.png);

        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            background-image: url(/cobrands/fixmystreet.com/images/friendly-logo-mobile@2.png);
            background-size: 175px 40px;
        }
    }

    body.frontpage {
        background-image: url(/cobrands/fixmystreet.com/images/friendly-homepage.jpg);

        #site-logo {
            background: transparent url(/cobrands/fixmystreet.com/images/friendly-logo-home.png) 0 0 no-repeat;

            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                background-image: url(/cobrands/fixmystreet.com/images/friendly-logo-home@2.png);
                background-size: 300px 60px;
            }
        }
    }

    #front-main {
        background: rgba(255, 255, 255, 0.3);
        margin-top: 1em;

        #postcodeForm {
            background: transparent;

            label {
                margin: 1em 0;
            }
        }

        a#geolocate_link {
            height: auto;
            padding: 0.5em 0 0.5em 1.5em;
            margin-top: 0.5em;
            font-weight: bold;
            font-size: 1em;
            background-size: 16px;
            background-position: 0% 50%;
        }
    }

    body.twothirdswidthpage #front-main,
    body.fullwidthpage #front-main {
        padding: 3em 2em 6em 2em;
    }

    #site-header {
        background: transparent;
    }

    .nav-menu a,
    .nav-menu span {
        color: #222;
    }

    .nav-menu--main {
        font-weight: bold;
        span {
            color: inherit;
        }

        a {
            &:hover,
            &:focus {
                background: rgba(255, 255, 255, 0.2);
            }
        }

        a.report-a-problem-btn {
            background-color: #fff;
            color: mix(#fad52a, #000, 50%);
            padding: 0.25em 0.5em;
        }
    }

    .nav-wrapper .nav-wrapper-2 {
        border-top-color: #fff;
        border-image: none;
    }

    body.mappage .nav-wrapper .nav-wrapper-2 {
        background: darken(#fad52a, 5%);
    }

    body.twothirdswidthpage .container .content footer .tablewrapper {
        color: #222;
        background: #fad52a;
    }
    body.fullwidthpage .container .content footer .tablewrapper {
        color: #222;
        background: transparent;
    }

    .nav-menu--mysoc {
        background: #fff;
    }

    #footer-help a {
        color: inherit;
        text-decoration: underline;
    }

    #mysoc-logo {
        background-image: url(/cobrands/fixmystreet.com/images/friendly-mysoc-logo.png);
        background-position: 50% 0%;
        background-size: 90px auto;

        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            background-image: url(/cobrands/fixmystreet.com/images/friendly-mysoc-logo@2.png);
            background-size: 90px auto;
        }
    }
}