diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-18 18:38:51 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-18 18:38:51 +0000 |
commit | ac6dae9128c503acc41e78527f1810c2f4ac3e30 (patch) | |
tree | 3d1500cbd99ba10af8b62efb60b0307dd9e7d520 /web | |
parent | 9c0f553738bb904658ef588e0f3e3454b3f62a45 (diff) |
nav menu atop the content for Zurich first stab
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 6a23f4e22..3da15646d 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -101,6 +101,41 @@ body.mappage { } } +#zurich-main-nav { + margin: -1em -1em 1em -1em; // -1em spreads back out over content's 1em padding + padding: 0; + background-color: #6A6869; + + ul { + overflow:auto; + margin:0 0 0 0; + list-style: none; + padding: 0; + li { + font-size: 80%; + float:left; + list-style: none; + margin:0; + font-weight: bold; + color: #fff; + a, span { + display: block; + padding: 0.75em 1em; + } + a { + color: #fff; + text-decoration: none; + &:hover { + background-color: #333; + } + } + span { + background-color: #0056A4; + } + } + } +} + body.mappage { #main-nav ul#main-menu li a, #main-nav ul#main-menu li span { |