diff --git a/wcs/montpellier2/logo-m3m-mobile.png b/wcs/montpellier2/logo-m3m-mobile.png new file mode 100644 index 0000000..112b286 Binary files /dev/null and b/wcs/montpellier2/logo-m3m-mobile.png differ diff --git a/wcs/montpellier2/mobile.css b/wcs/montpellier2/mobile.css index df16e73..d85e643 100644 --- a/wcs/montpellier2/mobile.css +++ b/wcs/montpellier2/mobile.css @@ -1,5 +1,5 @@ div#top { - background: url(logo-agglo-50p2.png) no-repeat 5px 0; + background: url(logo-m3m-mobile.png) no-repeat 5px 0; } a#menu { @@ -30,12 +30,12 @@ div#services > ul > li.active > ul a { } div#services > ul > li:nth-child(5n) strong, -ul#categories li:nth-child(5n) { background-color: #ea5b0c; } -div#services > ul > li:nth-child(5n) > ul a { border-color: #ea5b0c; } +ul#categories li:nth-child(5n) { background-color: #C7451C; } +div#services > ul > li:nth-child(5n) > ul a { border-color: #C7451C; } div#services > ul > li:nth-child(5n+1) strong, -ul#categories li:nth-child(5n+1) { background-color: #EB590C; } -div#services > ul > li:nth-child(5n+1) > ul a { border-color: #EB590C; } +ul#categories li:nth-child(5n+1) { background-color: #F68423 } +div#services > ul > li:nth-child(5n+1) > ul a { border-color: #F68423; } div#services > ul > li:nth-child(5n+2) strong, ul#categories li:nth-child(5n+2) { background-color: #1F4791; }